Open Bank Project MCP Server

Model Context Protocol access to the Open Bank Project API

MCP endpoint

https://k8s-mcp2.openbankproject.com/mcp (Streamable HTTP)

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

This server fronts the Open Bank Project API at https://k8s.openbankproject.com.

Connect

Claude Code

claude mcp add --transport http obp https://k8s-mcp2.openbankproject.com/mcp

Claude.ai / Claude Desktop (custom connector)

Add a custom connector in Settings → Connectors with the URL https://k8s-mcp2.openbankproject.com/mcp.

VS Code (mcp.json)

{
  "servers": {
    "obp": {
      "type": "http",
      "url": "https://k8s-mcp2.openbankproject.com/mcp"
    }
  }
}

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

{
  "mcpServers": {
    "obp": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://k8s-mcp2.openbankproject.com/mcp"]
    }
  }
}

What you get

Diagnostics