@codespar/mcp-circle
v0.2.2
Published
MCP server for Circle — USDC payments, wallets, payouts, transfers, cards, settlements, chargebacks, webhooks
Downloads
323
Readme
@codespar/mcp-circle
MCP server for Circle — USDC stablecoin payments, payouts, transfers, and wallets
Quick Start
Claude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"circle": {
"command": "npx",
"args": ["-y", "@codespar/mcp-circle"],
"env": {
"CIRCLE_API_KEY": "your-key"
}
}
}
}Claude Code
claude mcp add circle -- npx @codespar/mcp-circleCursor / VS Code
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"circle": {
"command": "npx",
"args": ["-y", "@codespar/mcp-circle"],
"env": {
"CIRCLE_API_KEY": "your-key"
}
}
}
}Tools (23)
| Tool | Purpose |
|---|---|
| create_wallet | Create a new Circle business-account wallet |
| get_wallet | Get wallet details by ID |
| list_wallets | List all Circle wallets |
| create_payment | Accept a USDC payment via Circle |
| get_payment | Get payment details by ID |
| create_payout | Create a payout from Circle (USDC to fiat) |
| get_payout | Get payout details by ID |
| list_payouts | List payouts with optional filters |
| create_transfer | Create a USDC transfer between Circle wallets (or to blockchain address) |
| get_transfer | Get transfer details by ID |
| list_transfers | List transfers with optional filters |
| create_card | Register card data for on-ramp payments |
| get_card | Get card details by ID |
| list_cards | List registered cards |
| list_settlements | List settlements (card payment batches) |
| get_settlement | Get settlement details by ID |
| list_chargebacks | List chargebacks |
| get_chargeback | Get chargeback details by ID |
| create_subscription | Register a notification subscription (webhook) |
| list_subscriptions | List notification subscriptions (webhooks) |
| delete_subscription | Delete a notification subscription |
| get_balance | Get business-account balance |
| list_transactions | List transactions with optional filters |
Authentication
Circle uses a Bearer API key for authentication.
Sandbox / Testing
Circle provides a sandbox at api-sandbox.circle.com. Use a sandbox API key for testing.
Get your credentials
- Go to Circle Developer Portal
- Create a developer account
- Generate a sandbox API key
- Set the
CIRCLE_API_KEYenvironment variable
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| CIRCLE_API_KEY | Yes | API key from Circle |
Roadmap
v0.2 (planned)
create_card_payment— Create a card paymentcreate_wire_payment— Create a wire transfer paymentcreate_ach_payment— Create an ACH paymentget_settlement— Get settlement detailslist_settlements— List settlements with filters
v0.3 (planned)
smart_contract_calls— Execute smart contract callscross_chain_transfers— Transfer assets across blockchains
Want to contribute? Open a PR or request a tool.
Links
Enterprise
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
License
MIT
