MCP server providing real-time European financial data: ECB interest rates, euro exchange rates, EU inflation (HICP), GDP, and unemployment by country. No API key required. Free tier: 100 calls/day.
Overview
eu-finance is a Model Context Protocol server that gives AI agents structured access to European macroeconomic data from ECB and Eurostat.
6 tools:
- get_ecb_rates — Current ECB key interest rates
- get_euro_exchange — EUR exchange rates (30+ currencies)
- get_eu_inflation — HICP inflation by EU country
- get_eu_gdp — GDP by EU country, quarterly
- get_eu_unemployment — Unemployment by EU country
- compare_eu_economies — Multi-indicator comparison
No API key required. Free tier: 100 calls/day. Pro: 5,000 calls/day + 10-year history.
Install: npx -y @nexusforgetools/eu-finance Website: https://nexusforge.tools
Server Config
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}