A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — ECB Statistics data directly into any conversation — no copy-paste, no spreadsheet exports, no switching tabs.
- Get a free API key — create one here
- Copy the install config below into your
claude_desktop_config.json - Restart Claude Desktop — the tools appear automatically
ClaudeFinanceLab — ECB Statistics
✓ By ClaudeFinanceLabEuropean Central Bank Statistics MCP server wrapping the free ECB Statistical Data Warehouse SDMX REST API (data-api.ecb.europa.eu — no authentication required). 6 tools: get_ecb_policy_rates (deposit facility rate, main refi rate, marginal lending facility rate), get_euribor (1W, 1M, 3M, 6M, 12M EURIBOR term rates), get_ester (€STR overnight reference rate — successor to EONIA), get_money_supply (M1, M2, M3 euro area monetary aggregates), get_sovereign_yields (10Y government bond yields for IT, ES, FR, DE, GR, PT — spread vs. Bund), get_ecb_snapshot (combined current rates: policy rates + €STR). Critical for XVA desks, European fixed income, and FRTB scenario analysis.
{
"mcpServers": {
"claudefinlab-ecb": {
"url": "https://claudefinancelab.com/ecb/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →