Non-custodial HTTP-402 payments for AI agents — SDKs (JS + Python), MCP server, and API docs for agents.u.cash
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agents-u-cash": {
"command": "npx",
"args": [
"-y",
"UdotCASH/agents-u-cash"
]
}
}
}
Run in terminal:
claude mcp add agents-u-cash npx -y UdotCASH/agents-u-cash
Add to .cursor/mcp.json:
{
"mcpServers": {
"agents-u-cash": {
"command": "npx",
"args": [
"-y",
"UdotCASH/agents-u-cash"
]
}
}
}