bg-mcp
Related Servers
Alternatives to bg-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables reading C6 Bank account balances, statements, credit card bills, and investments via Open Finance Brasil. It is read-only and regulated by the Central Bank of Brazil.MIT
- AlicenseBqualityCmaintenanceEnables read-only access to Questrade accounts, portfolios, market data, transactions, technical analysis, and order history through MCP.11MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI coding assistants to interact with MonCashConnect payment data read-only, including checking balances, listing transactions, and viewing payment details, without moving money.3 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to securely read balances, statements, credit card bills, and investments from Safra accounts via Open Finance Brasil. Read-only, regulated by the Central Bank of Brazil.MIT
- AlicenseAqualityCmaintenanceEnables read-only access to Finary portfolio data, including profiles, organizations, institution connections, portfolios, and transactions, through MCP.5MIT

BankBridgeofficial
FlicenseNot gradedqualityDmaintenanceEnables financial data access from connected bank accounts via MCP tools, allowing natural language queries about balances, transactions, subscriptions, investments, and more, with a focus on privacy and read-only access.-
TDQS
Scored across 14 tools
Tools are generally well-separated by resource and action, with login steps and account vs. transaction queries clearly delineated. The main overlap is between bg_get_account and bg_get_pension, since both can return pension fund balances, though bg_get_pension adds a monthly statement.
All tools share the bg_ prefix and use clear snake_case, mostly following a get_/list_/search_ action pattern. Minor deviations like bg_session_status, bg_spending_summary, and bg_logout break the verb_noun convention but are still readable and predictable.
14 tools is well within the ideal range and each one maps to a necessary capability for a personal banking MCP: login lifecycle, account overviews, transaction queries, card statements, and cross-account search/summary. No tool feels redundant or extraneous.
The surface covers the full read-side lifecycle: authentication, session checks, account/balance retrieval, detailed transactions for savings and cards, card statements and categories, pension details, and cross-account aggregation. There are no obvious dead ends for common personal-finance questions.