Model Context Protocol
Bank data your agent can reason about
One endpoint turns the whole dataset into typed tools. No scraping, no stale CSV exports, no hallucinated SWIFT codes.
search_banksFuzzy search institutions by name, country or code scheme.resolve_bicResolve a BIC/SWIFT or IBAN prefix to an institution.get_institutionReturn the full profile, licences and parent group.list_regulatorsSupervisory authorities and their registers.
Client config
{
"mcpServers": {
"banking-rest": {
"url": "https://mcp.banking.rest/sse",
"headers": { "Authorization": "Bearer sk_live_…" }
}
}
}