USDC infrastructure: programmable wallets, payouts, and cross-border transfers. Your agent moves stablecoins with instant settlement.
$ npm install @codespar/mcp-circleAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"circle": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-circle"
],
"env": {
"CIRCLE_API_KEY": "<your_circle_api_key>"
}
}
}
}After restart, your agent can call any of the 23 tools below โ try create_wallet first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
CIRCLE_API_KEYAPI key for circle
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_walletget_walletlist_walletscreate_paymentget_paymentcreate_payoutget_payoutlist_payoutsMCP is a protocol โ any framework that speaks it can mount this server.