PluginBench
MCP Server

U.CASH Pay (merchant MCP) MCP Server

io.github.uantum/mcp-ucashpay

What is the U.CASH Pay (merchant MCP) MCP server?

U.CASH Pay merchant MCP: create checkouts, verify webhooks, read settings. Non-custodial.

How to install U.CASH Pay (merchant MCP)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ucashpay": {
      "command": "uvx",
      "args": [
        "mcp-ucashpay"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ucashpay": {
      "command": "uvx",
      "args": [
        "mcp-ucashpay"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-ucashpay": {
      "command": "uvx",
      "args": [
        "mcp-ucashpay"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-ucashpay": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-ucashpay"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-ucashpay -- uvx mcp-ucashpay

Related MCP servers

Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server.