← Back to browse

mcp-braspag

Indexed by io.github.codespar

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 varsBRASPAG_MERCHANT_ID BRASPAG_MERCHANT_KEY BRASPAG_ENV
Claude Code
claude mcp add --env BRASPAG_MERCHANT_ID= --env BRASPAG_MERCHANT_KEY= --env BRASPAG_ENV= mcp-braspag -- npx @codespar/mcp-braspag
Cursor

Add to 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.