← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-braspag

github By github 👁 1 views ▲ 0 votes

MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-braspag",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Braspag MerchantId (UUID)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BRASPAG_MERCHANT_ID"
        },
        {
          "description": "Braspag MerchantKey (secret)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BRASPAG_MERCHANT_KEY"
        },
        {
          "description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
          "format": "string",
          "name": "BRASPAG_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...