← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-banco-do-brasil

github By github 👁 1 views ▲ 0 votes

MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-banco-do-brasil",
      "version": "0.1.0-alpha.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Banco do Brasil OAuth client_id issued via developers.bb.com.br after contract onboarding.",
          "isRequired": true,
          "format": "string",
          "name": "BB_CLIENT_ID"
        },
        {
          "description": "Banco do Brasil OAuth client_secret.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BB_CLIENT_SECRET"
        },
        {
          "description": "BB Developer App Key (gw-dev-app-key) — appended as a query param on most BB API calls.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BB_DEVELOPER_APP_KEY"
        },
        {
          "description": "Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2 in production.",
          "format": "string",
          "name": "BB_CERT_PATH"
        },
        {
          "description": "Absolute path to the mTLS private key (.key or .pem).",
          "format": "string",
          "isSecret": true,
          "name": "BB_KEY_PATH"
        },
        {
          "description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
          "format": "string",
          "name": "BB_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...