Skip to main content
CI

Circle

v0.2.1API Key

Infraestructura de USDC: programmable wallets, payouts y transferencias transfronterizas. Tu agente mueve stablecoins con liquidación instantánea.

23 herramientas1 env vars🌐 GLOBALestable en npm

Qué puede hacer tu agente

Circle le da a tu agente 23 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_walletCreate a new Circle business-account wallet
  • get_walletGet wallet details by ID
  • list_walletsList all Circle wallets
Ejemplo de llamada
// 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

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

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

Después de reiniciar, tu agente puede llamar cualquiera de las 23 herramientas de abajo — probá create_wallet primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

CIRCLE_API_KEY
obligatoriosecret

API key for circle

Herramientas disponibles · 23

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

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 compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

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

Preguntas frecuentes

Corré `npx -y @codespar/mcp-circle` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Circle — MCP server · 23 tools | CodeSpar