Claude Code
One-line plugin install.
The fastest way in. Runs inside Claude Code as a plugin — just paste your API token when prompted.
Step 01
Paste this into Claude Code.
in any Claude Code session
/plugin marketplace add bankbridge/bankbridge-plugin /plugin install bankbridge
Claude Code will ask for your API token. Grab one from your keys page. It starts with ldgr_.
Step 02
There is no step 2.
That’s it. Ask your agent anything: “how much did I spend on restaurants last month?”
Prefer manual?
You can also skip the plugin and use the claude mcp add command or edit .mcp.json by hand.
claude mcp CLI
claude mcp add --transport http bankbridge \ https://bankbridge.money/api/mcp \ --header "Authorization: Bearer ldgr_your_api_key_here"
.mcp.json (project-scoped)
{
"mcpServers": {
"bankbridge": {
"type": "http",
"url": "https://bankbridge.money/api/mcp",
"headers": {
"Authorization": "Bearer ldgr_your_api_key_here"
}
}
}
}Problems? Email hello@bankbridge.money.