Loading MCP server directory, please wait...
MCP server for Itaú Unibanco — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)
npx @getmcp/cli add io.github.codespar/mcp-itauRequires Node.js 18+. Community-contributed server. Review source before installing.
ITAU_CLIENT_IDItaú OAuth client_id issued via the Developer Portal after contract onboarding.
ITAU_CLIENT_SECRETItaú OAuth client_secret.
ITAU_CERT_PATHAbsolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2.
ITAU_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-itau": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-itau"
],
"env": {
"ITAU_CLIENT_ID": "",
"ITAU_CLIENT_SECRET": "",
"ITAU_CERT_PATH": "",
"ITAU_KEY_PATH": "",
"ITAU_ENV": ""
}
}
}
}