Model Context Protocol access to the Open Bank Project API
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.
claude mcp add --transport http obp https://k8s-mcp2.openbankproject.com/mcp
Add a custom connector in Settings → Connectors with the URL https://k8s-mcp2.openbankproject.com/mcp.
mcp.json){
"servers": {
"obp": {
"type": "http",
"url": "https://k8s-mcp2.openbankproject.com/mcp"
}
}
}
mcp-remote){
"mcpServers": {
"obp": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://k8s-mcp2.openbankproject.com/mcp"]
}
}
}
list_endpoints_by_tag / list_all_endpoint_tags — discover OBP API endpoints by tagget_endpoint_schema — full request/response schema for an endpointcall_obp_api — execute calls against the OBP APIlist_glossary_terms / get_glossary_term — 800+ banking and OBP glossary terms