MCP server for European financial data — ECB rates, Eurostat inflation, GDP, unemployment. Real-time structured data for AI agents.
| Tool name | Description | Destructive? |
|---|---|---|
| get_ecb_rates | ✓ no | |
| get_euro_exchange | ✓ no | |
| compare_eu_economies | ✓ no | |
| get_eu_inflation | ✓ no | |
| get_eu_unemployment | ✓ no |
| get_eu_gdp | ✓ no |
{
"mcpServers": {
"nexusforgetoolseu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}