1. Sign up
Go to bankbridge.money/login. Type your email. We send a magic link, no password. Click the link, you're in.
2. Subscribe
Pricing is $5/month per connected bank. One bank: $5. Two banks: $10. The dashboard asks for a card before letting you connect a bank.
Checkout runs through Stripe. Cancel any time from the dashboard. Billing stops at the end of the current period; you keep access until then.
3. Link your bank
Click “Connect a bank” on the dashboard. A secure window opens, hosted by the upstream bank-aggregator. Search your bank (Chase, Bank of America, Wells Fargo, Capital One, your local credit union, Fidelity, Schwab, Robinhood, etc.), enter the credentials you use on the bank's website, and approve read-only access.
If you want investment data (holdings, buys, sells, dividends), connect a brokerage account in the same flow. They show up next to your checking and credit cards.
4. Install in Claude
Pick the install path that matches where you use Claude:
Claude Code
Two lines in your terminal:
/plugin marketplace add bankbridge-money/bankbridge-plugin
/plugin install bankbridgeThe plugin registers the MCP server and prompts you to paste your bbk_ API key (copy it from the dashboard's Keys page). After that, Claude Code can call all 12 tools.
Claude Desktop
From the dashboard, download the bankbridge.mcpb file (also available at bankbridge.money/download/bankbridge.mcpb). Double-click it. Claude Desktop opens, shows the connector details, and asks you to confirm. Your bearer key is pre-filled inside the bundle, so there's nothing else to paste.
When the install completes, restart Claude Desktop. The connector shows up under Settings › Connectors with a green “connected” light.
Claude.ai Web (and Cowork)
In Claude.ai, open Settings, then Custom Connectors, then Add connector. Two fields:
- MCP URL:
https://bankbridge.money/api/mcp - Bearer token: your
bbk_key from the dashboard's Keys page.
Hit Save. The connector becomes available in any new conversation. Same steps in Claude Cowork.
What to ask first
Open a fresh Claude conversation and try one of these. Each one hits a different tool, so they're a quick way to confirm the connector works end-to-end:
- “List my bank accounts and current balances.”
- “How much did I spend on food this month?”
- “What subscriptions am I paying for?”
- “Are there any unusual charges this week?”
- “Break down my spending by category since January 1.”
- “Show me every charge from Whole Foods this year.”
- “How are my investments doing this quarter?”
The first one calls list_accounts. It's the fastest sanity check. If your balances come back, the rest will work too.
Is this safe?
Short version: read-only, encrypted, revocable, and nothing financial is cached on our servers.
- Read-only by design. No tool can move money, send a payment, or change your account. The MCP surface is 12 read tools and nothing else.
- Your bank password never touches us.The link flow runs inside the upstream bank-aggregator's own UI; we receive an encrypted access token, not credentials.
- Nothing financial cached.Every Claude call live-fetches from your bank through the aggregator and returns. Our database stores your account, your API key hash, and the encrypted token. That's it.
- Revocation is one click. Disconnect the bank, or rotate your API key from settings. Old keys stop working immediately.
Questions? Email hello@greatwork.company. Built by Great Work.