Open Bank Project MCP Server

Model Context Protocol access to the Open Bank Project API

MCP endpoint

http://ogcr-dcr-mcp-service/mcp (Streamable HTTP)

OAuth 2.1 is required (provider: bearer-only). MCP clients that support OAuth will be redirected to log in automatically.

This server fronts the Open Bank Project API at https://dcr.ogcr.tesobe.com.

Connect

Claude Code

claude mcp add --transport http obp http://ogcr-dcr-mcp-service/mcp

Claude.ai / Claude Desktop (custom connector)

Add a custom connector in Settings → Connectors with the URL http://ogcr-dcr-mcp-service/mcp.

VS Code (mcp.json)

{
  "servers": {
    "obp": {
      "type": "http",
      "url": "http://ogcr-dcr-mcp-service/mcp"
    }
  }
}

Clients without native remote MCP support (via mcp-remote)

{
  "mcpServers": {
    "obp": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "http://ogcr-dcr-mcp-service/mcp"]
    }
  }
}

What you get

Diagnostics