Brazil's largest card acquirer โ authorization, capture, boleto, and recurrent payments on Cielo's rails. For enterprise orchestration, tokenization vault, and marketplace onboarding, use Braspag (Cielo's orchestration arm) separately.
$ npm install @codespar/mcp-cieloAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"cielo": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-cielo"
],
"env": {
"CIELO_API_KEY": "<your_cielo_api_key>"
}
}
}
}After restart, your agent can call any of the 22 tools below โ try create_sale first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
CIELO_API_KEYAPI key for cielo
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_saleget_salecapture_salecancel_salecreate_recurrentget_recurrenttokenize_cardcreate_boletoMCP is a protocol โ any framework that speaks it can mount this server.