Itaú MCP
Official3 toolsby mcp-dir
Connect your Itaú account to AI via Brazil's Open Finance: balances, statements, cards, investments.
Access Itaú banking data including balances, statements, and investments via Open Finance.
Captured live from the server via tools/list.
show_version
Show the current MCP platform and adapter versions.
No parameters.
report_bug
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
Parameters (3)
- messagestringrequired
- contextstring
- conversationstring
authenticate
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.
Parameters (1)
- tokenstring
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://api.mcp.ai/p_itauclaude_desktop_config.json
{
"mcpServers": {
"itau-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_itau"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.