Skip to main content
CI

Circle

v0.2.1API Key

Infraestrutura de USDC: programmable wallets, payouts e transferências cross-border. Seu agente move stablecoins com liquidação instantânea.

23 ferramentas1 env vars🌐 GLOBALestável no npm

O que seu agente faz

O Circle dá ao seu agente 23 tools que ele chama direto — escolha as que precisar, no Claude, Cursor ou qualquer cliente MCP.

  • create_walletCreate a new Circle business-account wallet
  • get_walletGet wallet details by ID
  • list_walletsList all Circle wallets
Exemplo de chamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_wallet", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-circle

Quickstart

Adicione esta entrada ao seu claude_desktop_config.json (ou a config de qualquer cliente compatível com MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "circle": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-circle"
      ],
      "env": {
        "CIRCLE_API_KEY": "<your_circle_api_key>"
      }
    }
  }
}

Depois de reiniciar, seu agente pode chamar qualquer uma das 23 ferramentas abaixo — teste create_wallet primeiro.

Variáveis de ambiente · 1

Necessárias pra autenticar o server. Armazenadas criptografadas ao usar a hospedagem gerenciada da CodeSpar.

CIRCLE_API_KEY
obrigatóriosecret

API key for circle

Ferramentas disponíveis · 23

Cada ferramenta é independente — seu agente carrega só o que precisa pra reduzir contexto e tempo de resposta.

WRITEcreate_wallet
Create a new Circle business-account wallet
READget_wallet
Get wallet details by ID
READlist_wallets
List all Circle wallets
WRITEcreate_payment
Accept a USDC payment via Circle
WRITEget_payment
Get payment details by ID
WRITEcreate_payout
Create a payout from Circle (USDC to fiat)
WRITEget_payout
Get payout details by ID
WRITElist_payouts
List payouts with optional filters

Frameworks compatíveis

MCP é um protocolo — qualquer framework que o fale pode montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Qualquer cliente MCPProtocolo

Perguntas frequentes

Rode `npx -y @codespar/mcp-circle` e adicione o bloco de config acima ao seu cliente MCP — Claude, Cursor, VS Code ou qualquer cliente compatível com MCP. Sem build, sem SDK. Prefere hospedado? O tier gerenciado da CodeSpar roda pra você, com a auth resolvida.
Circle — MCP server · 23 tools | CodeSpar