BankBridge
OfficialProvides integration with OpenAI (ChatGPT, OpenAI Responses API) for accessing bank accounts, transactions, and investments through natural language queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BankBridgeShow my account balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BankBridge for Claude
Your bank accounts, transactions, and investments — in plain English, right inside Claude.
Ask Claude things like "how much did I spend on restaurants last month?" or "find any subscriptions I've forgotten about" or "draft a budget from my actual last 3 months" — and get real answers from your real data.
One account. Every bank you use. Works with Claude Code, Claude Desktop, Claude.ai, ChatGPT, Cursor, Copilot, Gemini, Codex, and everything else that speaks MCP.
Install
/plugin marketplace add bankbridge-money/bankbridge-plugin
/plugin install bankbridgeWhen prompted, paste your API token from bankbridge.money/dashboard. It’s pre-filled and copy-ready on your dashboard — just hit the big Copy button.
You’ll need:
A BankBridge account — sign up ($5/mo per connected bank)
At least one bank connected — linked via Plaid on the dashboard in ~30 seconds
That’s it. The plugin handles the rest.
Related MCP server: Accounting MCP
19 slash commands, included
Type / in any Claude Code session to find them. Each wraps a multi-step flow with an opinionated output shape, so you don’t have to hand-craft the prompt.
💨 Quick lookups — fastest path from install to first result
Command | What it does |
| Snapshot of every account, rolling total, credit utilization. |
| Last 7 days at a glance: total spend, biggest charges, surprises. |
📊 Spending analysis — group and slice
Command | What it does |
| Flexible group-by. Slice by category, merchant, month, or week for any window. |
| Side-by-side month comparison with category deltas and callouts. |
| Zoom into one category — every transaction, top merchants, cadence, outliers. |
💰 Cashflow & budgeting — real numbers only
Command | What it does |
| One-page monthly report — cashflow, top categories, merchants, subscriptions. |
| Multi-month income vs expenses table with trend takeaways. |
| Draft a realistic budget from your actual last 3 months of spending. |
📈 Investments — if you have a brokerage connected
Command | What it does |
| Total value, gain/loss, concentration check, positions >20% flagged. |
| YTD dividends received by ticker with run-rate. |
📉 Charts & exports — agents that can run code can save files
Command | What it does |
| Bar chart of income vs expenses for the last N months. Writes |
| Pie chart of spending by category. Writes |
| Exports a full year of transactions + category totals to CSV. |
🛡 Detective work — peace of mind
Command | What it does |
| Every recurring charge, sorted, with age and price-drift flags. |
| Subscriptions whose price increased — catch Netflix hikes before your card does. |
| Same-merchant, same-amount charges within 48 hours, plus outliers. |
| Wider net: unfamiliar merchants, amount outliers, off-hours charges. |
📝 Reports — shareable, archivable, email-worthy
Command | What it does |
| Polished narrative report for a given month. |
| Spotify Wrapped for your money. |
Example prompts (no command required)
Claude Code picks the right MCP tools automatically when you ask in plain English. Copy any of these:
Every-day check-ins
How much did I spend this week?
List my last 20 transactions over $50.
What's my current cashflow this month?
Spending analysis
Break down my March spending by category, biggest first. Show as a markdown table.
Who are my top 10 merchants by spend in the last 90 days?
Compare my restaurant spending in March vs January 2026 — am I trending up?
Subscription audits
List every recurring charge I have. Which ones are the smallest — can I cancel any?
Has any subscription raised its price in the last 12 months?
Investments
Show my current holdings sorted by gain/loss with percentages.
How much have I received in dividends this year?
What percentage of my portfolio is in my single biggest position?
Visualizations (agents with code execution)
Make a bar chart of my monthly cashflow for the last 6 months. Save as cashflow.png.
Export my March transactions to CSV.
Build me a one-page markdown report for last month.
Detective work
Find any transactions that look unusual or duplicated this month.
Which 5 merchants have I spent the most on this year?
Find recurring charges under $20/mo that I might have forgotten about.
Under the hood — 12 MCP tools
Claude Code picks these automatically based on your question. You never have to name them, but here’s what’s available:
Tool | Purpose |
| All connected bank accounts with current balances |
| Detail lookup for one account by id |
| Filter by date range, amount, category, account, pending flag |
| Substring match on merchant name + description |
| Group spending by category / merchant / month / week |
| Detected subscriptions with merchant, amount, frequency |
| Income vs expenses for a given month, top sources |
| Full charge history for a merchant with stats |
| Plaid categories present in your data |
| Current investment positions with gain/loss |
| Buys, sells, dividends, fees |
| Deep-link into a bank-connect flow when no banks are connected |
All read-only. BankBridge literally can’t move money, change passwords, or make trades.
Privacy & security
Your transactions live at your bank. We never store them.
We don’t keep your data | Every question your agent asks live-fetches in real time. No transaction cache. No query log. |
Read-only access | We can see your transactions. We can’t move money. |
Bank-grade encryption | AES-256-GCM for access tokens at rest. TLS 1.3 for everything else. |
Revocable in seconds | Cancel or delete your account anytime — your bank access is revoked and deleted from our servers within seconds. |
Trusted banking rails | Same infrastructure Venmo and Robinhood rely on. |
No mainstream competitor can say "we never store your transactions" — most cache your financial history server-side for speed. BankBridge re-fetches on every question instead. Slightly slower, dramatically more private.
Full privacy policy → bankbridge.money/privacy
Pricing
$5/month per connected bank. First bank unlocks the service. Each additional bank adds $5/mo, prorated when you connect it. Cancel anytime, access ends at the end of your billing period.
No free tier, no freemium, no trial. Just $5 per bank — it’s fair, predictable, and means we’re never tempted to monetize your data. We’re a real subscription business.
Get started
Create an account (magic-link email, no password).
Click Subscribe — $5/mo. Any major card works.
Connect a bank via Plaid in ~30 seconds.
Copy your API token from the dashboard.
/plugin install bankbridgein Claude Code, paste the token.Ask your first question.
End-to-end: about 90 seconds. Most of that is the bank authentication flow.
Not using Claude Code?
BankBridge works everywhere MCP works:
Claude Desktop — download the signed
.mcpbbundle, double-click to installClaude.ai web / mobile / Cowork — add a Custom Connector, OAuth auto-discovers
ChatGPT — Developer Mode → Import remote MCP
Cursor, Copilot, Windsurf, Continue, Cline, Zed — paste a
mcp.jsonsnippetGemini CLI / Code Assist / Vertex AI — add to
~/.gemini/settings.jsonCodex CLI / Codex Cloud / OpenAI Responses API / AgentKit — native integration
Anything that speaks MCP — plain HTTP with Bearer auth
Support & community
Docs: bankbridge.money/docs
Issues (this plugin): github.com/bankbridge-money/bankbridge-plugin/issues
Sales + everything else: support@bankbridge.money
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to access financial data from 20,000+ banks across 40+ countries, allowing users to query account balances, transactions, and spending patterns through natural language.Last updated5MIT
- Flicense-qualityDmaintenanceA personal financial management tool that enables AI assistants to record transactions, check balances, and provide monthly financial summaries via the Model Context Protocol. It allows users to manage their expenses and income through natural language interactions using standardized MCP tools and resources.Last updated
- AlicenseAqualityCmaintenanceProvides AI assistants with secure, read-only access to over 15,000 financial institutions across the US and Europe via the Model Context Protocol. It enables users to query account balances, transactions, and spending breakdowns through natural language conversation.Last updated534531MIT
- Alicense-qualityCmaintenanceEnables AI assistants to interact with Monzo bank accounts, including checking balances, listing transactions, and managing pots through natural language via the MCP protocol.Last updated9MIT
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
Ask your AI about bank accounts, spending, debts, holdings, and investment activity.
Connect your Necton account to AI via Brazil's Open Finance: balances, statements, cards, investment
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bankbridge-money/bankbridge-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server