mcp-braspag
About
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BRASPAG_MERCHANT_ID BRASPAG_MERCHANT_KEY BRASPAG_ENVClaude Code
claude mcp add --env BRASPAG_MERCHANT_ID= --env BRASPAG_MERCHANT_KEY= --env BRASPAG_ENV= mcp-braspag -- npx @codespar/mcp-braspag
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-braspag","command":"npx","args":["@codespar/mcp-braspag"],"env":{"BRASPAG_MERCHANT_ID":"","BRASPAG_MERCHANT_KEY":"","BRASPAG_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-braspag": {
"command": "npx",
"args": [
"@codespar/mcp-braspag"
],
"env": {
"BRASPAG_MERCHANT_ID": "",
"BRASPAG_MERCHANT_KEY": "",
"BRASPAG_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.