basebalance.cloud — x402 RPC & MCP gateway for Claude Desktop
cloud.basebalance/basebalance
USDC-gated Base JSON-RPC: free 10 req/min, $0.50 per 10k. Failover, cache, /mcp, ledger.
client:Claude Desktop
transport:streamable-http
Install basebalance.cloud — x402 RPC & MCP gateway in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"basebalance": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://basebalance.cloud/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs