← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-btg

github By github 👁 1 views ▲ 0 votes

MCP server for BTG Pactual — Pix, Boleto, Account, Investments (CDB/LCI/LCA/funds), OAuth2 + mTLS

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-btg",
      "version": "0.1.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "BTG OAuth client_id issued via the Developer Portal after contract onboarding.",
          "isRequired": true,
          "format": "string",
          "name": "BTG_CLIENT_ID"
        },
        {
          "description": "BTG OAuth client_secret.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BTG_CLIENT_SECRET"
        },
        {
          "description": "Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2; BTG enforces it across product families.",
          "isRequired": true,
          "format": "string",
          "name": "BTG_CERT_PATH"
        },
        {
          "description": "Absolute path to the mTLS private key (.key or .pem).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BTG_KEY_PATH"
        },
        {
          "description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
          "format": "string",
          "name": "BTG_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...