
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@codespar/mcp-celcoin
Advanced tools
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for Celcoin — BaaS infrastructure for Pix, boleto, transfers, and top-ups
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"celcoin": {
"command": "npx",
"args": ["-y", "@codespar/mcp-celcoin"],
"env": {
"CELCOIN_CLIENT_ID": "your-client-id",
"CELCOIN_CLIENT_SECRET": "your-client-secret",
"CELCOIN_SANDBOX": "true"
}
}
}
}
claude mcp add celcoin -- npx @codespar/mcp-celcoin
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"celcoin": {
"command": "npx",
"args": ["-y", "@codespar/mcp-celcoin"],
"env": {
"CELCOIN_CLIENT_ID": "your-client-id",
"CELCOIN_CLIENT_SECRET": "your-client-secret",
"CELCOIN_SANDBOX": "true"
}
}
}
}
| Tool | Purpose |
|---|---|
create_pix_payment | Create a Pix payment via Celcoin |
get_pix_payment | Get Pix payment details by transaction ID |
create_pix_cob | Create a Pix immediate charge (cob) — generates QR code / copia-e-cola for payer |
get_pix_cob | Get a Pix immediate charge by transactionId or txid |
create_pix_cobv | Create a Pix due charge (cobv) — boleto-like Pix with due date |
lookup_pix_dict | Lookup a Pix DICT key — resolves a Pix key to account holder + bank info |
create_pix_devolution | Create a Pix devolução (refund) — refund a received Pix transaction |
cancel_boleto | Cancel a boleto issued via the bill-issuance product by id |
read_barcode | Authorize (consult) a boleto / concessionária barcode before paying — returns transactionId, amount, totalUpdated, dueDate |
pay_bill | Confirm payment of a previously authorized bill — pass the read_barcode transactionId as transactionIdAuthorize |
get_statement | Get account statement (extrato) for a date range |
list_topup_providers | List telecom top-up providers (operadoras) available for recargas |
create_boleto | Issue a boleto via the bill-issuance product |
get_boleto | Get an issued boleto's details by id |
create_transfer | Create a bank transfer (TED/DOC) via Celcoin |
get_balance | Get account balance at Celcoin |
list_banks | List available banks in Brazil (ISPB codes) |
create_topup | Create a mobile/service top-up (recarga) via Celcoin |
Celcoin uses OAuth2 client credentials. The server automatically manages token refresh.
Celcoin provides a sandbox at sandbox.openfinance.celcoin.dev. Set CELCOIN_SANDBOX=true to use it.
| Variable | Required | Description |
|---|---|---|
CELCOIN_CLIENT_ID | Yes | OAuth2 client ID |
CELCOIN_CLIENT_SECRET | Yes | OAuth2 client secret |
CELCOIN_SANDBOX | No | Set to "true" for sandbox mode |
get_pix_key — Get Pix key details (DICT lookup)create_bill_payment — Create a bill/utility paymentget_bill_payment — Get bill payment detailscreate_scheduled_transfer — Create a scheduled transferlist_providers — List available service providersbatch_topups — Process multiple mobile top-upsdetailed_reports — Generate detailed transaction reportsWant to contribute? Open a PR or request a tool.
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.
MIT
FAQs
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
We found that @codespar/mcp-celcoin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.