@proco/mcp

Finance tools for
your AI host.

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.

Read the docs View on npm ↗ View on GitHub ↗
Claude Desktop
Cursor
Any MCP host
Setup

One config block.

Add Proco to any MCP host by dropping this into your config file. Restart and your agent has 9 new financial tools.

claude_desktop_config.json
{
  "mcpServers": {
    "proco": {
      "command": "npx",
      "args": ["-y", "@proco/mcp"],
      "env": {
        "PROCO_API_KEY": "proco_sk_..."
      }
    }
  }
}
Available tools

9 tools, 4 categories.

Every tool is described to the model so it can choose the right one automatically — no prompting required.

Wallets
Payments
Policies
Treasury
create_wallet
Provision a new USDC wallet on Base or Solana, scoped to an agent.
get_balance
Retrieve the current USDC balance for a wallet by ID or name.
list_transactions
Fetch paginated transaction history for a wallet, with optional date filters.
send_payment
Send USDC to any wallet address or email with ~8-second settlement.
get_payment
Look up a specific payment by ID and check its settlement status.
set_policy
Set spending controls — daily caps, per-tx limits, allowed domains.
get_policy
Retrieve the current spending policy for any wallet.
delete_policy
Remove all spending controls from a wallet and restore full access.
sweep_treasury
Sweep balances from agent wallets into a designated treasury wallet.
Ready to give your agent money?
Free sandbox. PROCO_API_KEY in 60 seconds. No credit card required.
Get your API key