Skip to main content
CE

Celcoin

v0.2.1API Key

Pix, boleto, TED, pago de cuentas y recargas de celular. Tu agente procesa pagos de utilities y mueve fondos entre bancos brasileños.

18 herramientas1 env vars🇧🇷 Brasilestable en npm

Qué puede hacer tu agente

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

  • create_pix_paymentCreate a Pix payment via Celcoin
  • get_pix_paymentGet Pix payment details by transaction ID
  • create_pix_cobCreate a Pix immediate charge (cob) — generates QR code / copia-e-cola for payer
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_pix_payment", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-celcoin

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": {
    "celcoin": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-celcoin"
      ],
      "env": {
        "CELCOIN_CLIENT_SECRET": "<your_celcoin_client_secret>"
      }
    }
  }
}

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

Variables de entorno · 1

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

CELCOIN_CLIENT_SECRET
obligatoriosecret

API key for celcoin

Herramientas disponibles · 18

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

WRITEcreate_pix_payment
Create a Pix payment via Celcoin
WRITEget_pix_payment
Get Pix payment details by transaction ID
WRITEcreate_pix_cob
Create a Pix immediate charge (cob) — generates QR code / copia-e-cola for payer
READget_pix_cob
Get a Pix immediate charge by transactionId or txid
WRITEcreate_pix_cobv
Create a Pix due charge (cobv) — boleto-like Pix with due date
READlookup_pix_dict
Lookup a Pix DICT key — resolves a Pix key to account holder + bank info
WRITEcreate_pix_devolution
Create a Pix devolução (refund) — refund a received Pix transaction
DELETEcancel_boleto
Cancel an issued boleto by transactionId

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-celcoin` 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.
Celcoin — MCP server · 18 tools | CodeSpar