Goose
Add via goose configure.
Goose is Block’s open-source agent. One CLI command adds BankBridge as a remote extension.
Step 01
Run goose configure.
shell
$ goose configure → Add Extension → Remote (URL) → Name: bankbridge → URL: https://bankbridge.money/api/mcp → Header: Authorization: Bearer bbk_your_api_key_here
Step 02
Verify it works.
Start Goose, ask:
try this
how much did I spend this week?
Goose Desktop users: same flow, but use the Add Extension UI in the app instead of the CLI.
Troubleshooting
Client connects but shows 0 tools.
Usually the client is caching an old config, or you're on a mode that doesn't expose tools (Ask/Edit vs Agent, for example).
Fix: Fully quit + relaunch the host app. In VS Code Copilot, switch to Agent mode.
401 Unauthorized on every call.
The API key is missing, typo'd, or got revoked. Check the Authorization header starts with `Bearer ` (note the space) and ends in a key you still own.
Fix: Paste a fresh key from Settings.
Problems? Email hello@bankbridge.money.