Loading MCP server directory, please wait...
MCP server for BTG Pactual — Pix, Boleto, Account, Investments (CDB/LCI/LCA/funds), OAuth2 + mTLS
npx @getmcp/cli add io.github.codespar/mcp-btgRequires Node.js 18+. Community-contributed server. Review source before installing.
BTG_CLIENT_IDBTG OAuth client_id issued via the Developer Portal after contract onboarding.
BTG_CLIENT_SECRETBTG OAuth client_secret.
BTG_CERT_PATHAbsolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2; BTG enforces it across product families.
BTG_KEY_PATHAbsolute path to the mTLS private key (.key or .pem).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-btg": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-btg"
],
"env": {
"BTG_CLIENT_ID": "",
"BTG_CLIENT_SECRET": "",
"BTG_CERT_PATH": "",
"BTG_KEY_PATH": "",
"BTG_ENV": ""
}
}
}
}