Skip to content
Cline

mcp btg for Cline

io.github.codespar/mcp-btg

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

client:Cline transport:stdio runtime:npm

Install mcp btg in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-btg": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-btg"
      ],
      "env": {
        "BTG_CLIENT_ID": "<BTG_CLIENT_ID>",
        "BTG_CLIENT_SECRET": "<BTG_CLIENT_SECRET>",
        "BTG_CERT_PATH": "<BTG_CERT_PATH>",
        "BTG_KEY_PATH": "<BTG_KEY_PATH>",
        "BTG_ENV": "<BTG_ENV>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp btg in other clients