Skip to main content
CE

Celcoin

v0.2.1API Key

Pix, boleto, TED, pagamento de contas e recargas de celular. Seu agente processa pagamentos de utilities e move fundos entre bancos brasileiros.

18 ferramentas1 env vars🇧🇷 Brasilestável no npm

O que seu agente faz

O Celcoin dá ao seu agente 18 tools que ele chama direto — escolha as que precisar, no Claude, Cursor ou qualquer 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
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_pix_payment", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-celcoin

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

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

Variáveis de ambiente · 1

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

CELCOIN_CLIENT_SECRET
obrigatóriosecret

API key for celcoin

Ferramentas disponíveis · 18

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

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