Drop the Proco MCP server into Claude Desktop, Cursor, or any MCP-compatible host and your agent gains direct access to wallets, payments, and spending policies — no code changes needed.
Add Proco to any MCP host by dropping this into your config file. Restart and your agent has 9 new financial tools.
{
"mcpServers": {
"proco": {
"command": "npx",
"args": ["-y", "@proco/mcp"],
"env": {
"PROCO_API_KEY": "proco_sk_..."
}
}
}
}
Every tool is described to the model so it can choose the right one automatically — no prompting required.