MCP Braspag runs on your own machine — the client starts it, so there is no endpoint to ping. 19 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
Today is the operative word: we check MCP Braspag 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-braspag -- npx -y @codespar/mcp-braspag
{
"mcpServers": {
"mcp-braspag": {
"args": [
"-y",
"@codespar/mcp-braspag"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-braspag]
command = "npx"
args = ["-y", "@codespar/mcp-braspag"]
{
"mcpServers": {
"mcp-braspag": {
"args": [
"-y",
"@codespar/mcp-braspag"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-braspag": {
"args": [
"-y",
"@codespar/mcp-braspag"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BRASPAG_MERCHANT_ID (Braspag MerchantId (UUID)), BRASPAG_MERCHANT_KEY (Braspag MerchantKey (secret)), BRASPAG_ENV (Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Cielo — credit card, debit, boleto, recurrent payments
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
Multi-model AI orchestration MCP server with code review, compare, and debate tools.
MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault
MCP server for Walmart - search products, manage cart, track orders
MCP server for Target - search products, manage cart, track orders
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
Answers built from our own checks of this server.