MCP Server
MCP
BankBridge
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://bankbridge.money/api/mcp",
"headers": [
{
"description": "Bearer token issued at https://bankbridge.money/dashboard/keys (format: bbk_...). OAuth 2.1 with DCR + PKCE also supported.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment