What is the agents.u.cash MCP server?
Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server.
How to install agents.u.cash
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": {
"agents-u-cash": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agents-u-cash": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agents-u-cash": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agents-u-cash": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
]
}
}
}Claude Code
claude mcp add agents-u-cash -- docker run -i --rm ghcr.io/udotcash/agents-u-cash-mcp:0.6.7Related MCP servers
U.CASH Pay merchant MCP: create checkouts, verify webhooks, read settings. Non-custodial.