Cielo's enterprise orchestration arm β distinct from the Cielo Acquirer server. Multi-acquirer routing, CartΓ£o Protegido (token vault), recurrence, marketplace split, antifraude. Target: enterprise BR retail.
$ npm install @codespar/mcp-braspagAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"braspag": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-braspag"
],
"env": {
"BRASPAG_MERCHANT_ID": "<your_braspag_merchant_id>",
"BRASPAG_MERCHANT_KEY": "<your_braspag_merchant_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.
BRASPAG_MERCHANT_IDBraspag MerchantId (UUID)
BRASPAG_MERCHANT_KEYBraspag MerchantKey (secret)
BRASPAG_ENVEnvironment: 'sandbox' or 'production'. Defaults to 'sandbox'.
Each tool is independent β your agent loads only what it needs to reduce context and response time.
create_salecapture_salevoid_salecreate_recurrentdisable_recurrentupdate_recurrent_amountget_saleget_sale_by_order_idMCP is a protocol β any framework that speaks it can mount this server.