MCP Cielo runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Cielo — credit card, debit, boleto, recurrent payments
Today is the operative word: we check MCP Cielo every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-cielo -- npx -y @codespar/mcp-cielo
{
"mcpServers": {
"mcp-cielo": {
"args": [
"-y",
"@codespar/mcp-cielo"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-cielo]
command = "npx"
args = ["-y", "@codespar/mcp-cielo"]
{
"mcpServers": {
"mcp-cielo": {
"args": [
"-y",
"@codespar/mcp-cielo"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-cielo": {
"args": [
"-y",
"@codespar/mcp-cielo"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CIELO_API_KEY (API key for cielo).
The author declared them in the registry entry; get the values from the project itself.
MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split
MCP server for EBANX — cross-border payments, payouts, exchange rates
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks
Answers built from our own checks of this server.