U.CASH Pay (merchant MCP) for VS Code
io.github.uantum/mcp-ucashpay
U.CASH Pay merchant MCP: create checkouts, verify webhooks, read settings. Non-custodial.
client:VS Code
transport:stdio
runtime:pypi
Install U.CASH Pay (merchant MCP) in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-ucashpay": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-ucashpay"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs