The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Ecb MCP listing page.
European Central Bank data for AI agents. Exchange rates, interest rates, yield curves, inflation, money supply, and 100+ more datasets from the ECB — directly inside Claude, Cursor, Windsurf, or any MCP client.
No API key. No registration. No config. Just npx ecb-mcp.
The ECB publishes 100+ statistical datasets via a free, public API — exchange rates for 40+ currencies, key interest rates, yield curves, HICP inflation, monetary aggregates, banking statistics, and much more.
But the API uses SDMX, a format nobody memorizes. You need to know dataflow IDs, dimension key structures, and query syntax just to get a single number.
ecb-mcp translates natural questions into the right SDMX queries. Your AI agent asks "What's the current EUR/USD rate?" and gets a clean answer from live ECB data. No SDMX knowledge required.
Add to your MCP client config:
That's it. No API key, no environment variables, no account creation.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)claude mcp add ecb-mcp -- npx -y ecb-mcp~/.windsurf/config.jsonOnce installed, just ask your AI agent questions in natural language:
"What's the current EUR/USD exchange rate?"
"Show me ECB interest rate changes since 2022"
"What's the eurozone inflation rate?"
"Convert 5000 USD to GBP using ECB rates"
"What's the 10-year euro area government bond yield?"
"How has M3 money supply grown over the past year?"
"What ECB datasets are available about bank lending?"
"Explain the structure of the EXR dataset"
EUR reference rates for 40+ currencies. Daily, monthly, or annual. The same rates used by European institutions and businesses.
The ECB's key policy rates — the ones that move markets and drive eurozone monetary policy.
Euro area government bond yield curve. AAA-rated sovereign spot rates from 3 months to 30 years.
HICP inflation — the official eurozone inflation measure. Available for the euro area as a whole or individual countries.
Euro area monetary aggregates (M1, M2, M3). Outstanding amounts or annual growth rates.
Convert any amount between currencies using official ECB reference rates. Supports EUR-direct, inverse, and cross-currency conversions (e.g., USD to GBP via EUR triangulation).
Search across all 100+ ECB statistical datasets by keyword. The ECB publishes far more than exchange rates — banking statistics, balance of payments, government debt, payment systems, insurance data, and much more.
Understand any ECB dataset's structure — its dimensions, valid values, and how to query it. This is the key to unlocking the full 100+ datasets beyond the built-in tools.
All data comes directly from the ECB Data Portal API (SDMX 2.1 REST).
ecb-mcp works with zero configuration. Optional settings:
| Environment Variable | Default | Description |
|---|---|---|
ECB_API_URL | https://data-api.ecb.europa.eu/service | API base URL. Only change this if you're proxying the ECB API. |
DEBUG | — | Set to any value to enable debug logging to stderr. |
ecb-mcp translates your AI agent's natural language questions into SDMX series key queries against the ECB API. For example, when Claude asks for the EUR/USD rate, ecb-mcp:
D.USD.EUR.SP00.Ahttps://data-api.ecb.europa.eu/service/data/EXR/D.USD.EUR.SP00.A?format=csvdataFor dataset discovery, ecb-mcp fetches and parses XML metadata from the ECB's structure definition endpoints, letting your agent explore all 100+ datasets without knowing SDMX.
MIT