Connects Claude to European Central Bank and Eurostat public APIs without requiring any keys. Exposes six tools: ECB deposit and refinancing rates, EUR exchange rates (via ECB's Frankfurter service), plus Eurostat's HICP inflation, quarterly GDP, and unemployment data across all EU member states. Includes a comparison tool that pulls all three indicators side by side for up to ten countries. Useful when you need current or historical EU economic data in conversation, whether you're analyzing monetary policy changes, tracking inflation convergence, or comparing macroeconomic performance across the bloc. Runs via npx with stdio transport or connects to their hosted SSE endpoint.
Public tool metadata for what this MCP can expose to an agent.
get_ecb_ratesGet ECB policy interest rates (deposit facility, main refinancing operations, marginal lending). Returns current and historical rates from the ECB Statistical Data Warehouse.Get ECB policy interest rates (deposit facility, main refinancing operations, marginal lending). Returns current and historical rates from the ECB Statistical Data Warehouse.
No parameter schema in public metadata yet.
get_euro_exchangeGet EUR exchange rates against major currencies. Returns rates as units per EUR. Supports historical dates.2 paramsGet EUR exchange rates against major currencies. Returns rates as units per EUR. Supports historical dates.
datestringcurrenciesarrayget_eu_inflationGet HICP inflation data by EU country from Eurostat. Supports multiple countries and historical months.2 paramsGet HICP inflation data by EU country from Eurostat. Supports multiple countries and historical months.
monthsnumbercountriesarrayget_eu_gdpGet quarterly GDP growth data by EU country from Eurostat. Returns chain-linked volume data.2 paramsGet quarterly GDP growth data by EU country from Eurostat. Returns chain-linked volume data.
quartersnumbercountriesarrayget_eu_unemploymentGet unemployment rates by EU country from Eurostat. Supports age groups and historical months.3 paramsGet unemployment rates by EU country from Eurostat. Supports age groups and historical months.
agestringTOTAL · Y15-24 · Y25-74monthsnumbercountriesarraycompare_eu_economiesCompare inflation, GDP growth, and unemployment across multiple EU countries in a single call.2 paramsCompare inflation, GDP growth, and unemployment across multiple EU countries in a single call.
countriesarrayindicatorsarrayEuropean financial data for AI agents
ECB rates · Eurostat inflation · GDP · Unemployment · Zero API key needed
Claude Code — one command:
claude mcp add eu-finance -- npx -y @nexusforgetools/eu-finance
Claude Desktop / Cursor / Windsurf — add to your MCP config:
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": ["-y", "@nexusforgetools/eu-finance"]
}
}
}
"What's the current ECB deposit facility rate and how does it compare to last year?"
"Compare inflation across Germany, France, Spain, and Italy — who's closest to the 2% target?"
"Show me Q4 GDP growth for the Eurozone vs the EU-27 average."
"What's the EUR/USD rate today? What was it on 2024-01-15?"


| Tool | Description | Source |
|---|---|---|
get_ecb_rates | ECB key interest rates: deposit facility, main refinancing, marginal lending | ECB SDW |
get_euro_exchange | EUR exchange rates vs any currency — latest or historical by date | ECB / Frankfurter |
get_eu_inflation | HICP inflation rates for all EU countries — annual % change | Eurostat |
get_eu_gdp | Quarterly GDP data — growth rate or absolute value, all EU countries | Eurostat |
get_eu_unemployment | Monthly unemployment rates — seasonally adjusted, by age group | Eurostat |
compare_eu_economies | Side-by-side snapshot: inflation + GDP + unemployment for 2-10 countries | Eurostat |
eu-finance is free during beta. Pro is coming in Month 2 with higher rate limits and all NexusForge servers bundled.
| Package | Description | Status |
|---|---|---|
@nexusforgetools/web-enrichment | Scraping & structured data enrichment | Coming soon |
@nexusforgetools/business-intel | Market sizing, competitors, trends | Coming soon |