Skip to content
VS Code

U.CASH Pay (merchant MCP) for VS Code

io.github.udotcash/mcp-ucash

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-ucash": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-ucash"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

U.CASH Pay (merchant MCP) in other clients