Loading MCP server directory, please wait...
Read-only MCP server for the open-banking.io PSD2 bank API — accounts, balances, transactions.
npx @getmcp/cli add io.github.open-banking-io/mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
OBI_CREDENTIALSPath to (or inline JSON of) the credentials bundle exported from the open-banking.io app (Settings → Credentials) — contains apiBaseUrl, apiKey and the encryption private key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.open-banking-io/mcp-server": {
"command": "uv",
"env": {
"OBI_CREDENTIALS": ""
}
}
}
}