Loading MCP server directory, please wait...
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
npx @getmcp/cli add io.github.codespar/mcp-braspagRequires Node.js 18+. Community-contributed server. Review source before installing.
BRASPAG_MERCHANT_IDBraspag MerchantId (UUID)
BRASPAG_MERCHANT_KEYBraspag MerchantKey (secret)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-braspag": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-braspag"
],
"env": {
"BRASPAG_MERCHANT_ID": "",
"BRASPAG_MERCHANT_KEY": "",
"BRASPAG_ENV": ""
}
}
}
}