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.
Server Config
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}