← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-pagbrasil

github By github 👁 1 views ▲ 0 votes

PagBrasil — cross-border acquiring into Brazil: Pix, Boleto Flash, refunds

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-pagbrasil",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Merchant token (pbtoken) from the PagBrasil Dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAGBRASIL_PBTOKEN"
        },
        {
          "description": "Secret phrase from the PagBrasil Dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAGBRASIL_SECRET"
        },
        {
          "description": "API base URL. Defaults to https://sandbox.pagbrasil.com/api; production hosts are issued per-merchant.",
          "format": "string",
          "name": "PAGBRASIL_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...