← Back to Plugins
MCP Server MCP

BankBridge

github By github 👁 3 views ▲ 0 votes

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

Comments

Sign in to leave a comment

Loading comments...