What is the Banco MCP MCP server?
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
How to install Banco MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"banco-mcp": {
"url": "https://api.mcp.ai/banco"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"banco-mcp": {
"serverUrl": "https://api.mcp.ai/banco"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"banco-mcp": {
"type": "http",
"url": "https://api.mcp.ai/banco"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"banco-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/banco"
]
}
}
}Claude Code
claude mcp add --transport http banco-mcp https://api.mcp.ai/bancoRelated MCP servers
Conta Azul MCP
Active
Conta Azul ERP MCP — sales, customers, finance and NF-e via OAuth 2.0. Read + write, 35 tools.
6
View repository →JavaScript
MIT