This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryInitial stable release of NexusForge EU Finance MCP server with six tools, dual transport, and Redis caching.
Full changelog
Initial stable release of NexusForge EU Finance MCP server.
What's included
- 6 MCP tools: ECB rates, EUR exchange rates, EU inflation (HICP), EU GDP, EU unemployment, multi-country comparison
- Dual transport: stdio (npx) + HTTP/SSE
- Redis caching (1h rates, 6h inflation, 24h GDP)
- Zero dependencies on proprietary data — all sources are public (ECB, Eurostat)
Installation
npx -y @nexusforgetools/eu-finance
Usage
Add to your MCP client config:
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": ["-y", "@nexusforgetools/eu-finance"]
}
}
}
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About nexusforge-tools/mcp-eu-finance
European financial data for AI agents — ECB rates, Eurostat inflation, GDP and unemployment by EU country. Zero API key needed. 
Related context
Beta — feedback welcome: [email protected]