Back to MCP Servers

Eu Finance

European financial data for AI agents — ECB rates, Eurostat inflation, GDP and unemployment by EU country. Zero API key needed. [](https://glama.ai/mcp/servers/nexusforge-tools/mcp-eu-finance)

finance-fintechapiaiagent
By nexusforge-tools
0Updated 2 months agoTypeScriptMIT

Installation

npx -y mcp-eu-finance

Configuration

{
  "mcpServers": {
    "mcp-eu-finance": {
      "command": "npx",
      "args": ["-y", "mcp-eu-finance"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
<div align="center"> <img src="assets/logo.svg" alt="NexusForge" width="80" />

NexusForge EU Finance

European financial data for AI agents<br/> ECB rates · Eurostat inflation · GDP · Unemployment · Zero API key needed

npm version npm downloads License: MIT Glama

</div>

Quick Start

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 You Can Ask

"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?"


In Action

ECB rates in Claude

EU inflation comparison


Tools

ToolDescriptionSource
get_ecb_ratesECB key interest rates: deposit facility, main refinancing, marginal lendingECB SDW
get_euro_exchangeEUR exchange rates vs any currency — latest or historical by dateECB / Frankfurter
get_eu_inflationHICP inflation rates for all EU countries — annual % changeEurostat
get_eu_gdpQuarterly GDP data — growth rate or absolute value, all EU countriesEurostat
get_eu_unemploymentMonthly unemployment rates — seasonally adjusted, by age groupEurostat
compare_eu_economiesSide-by-side snapshot: inflation + GDP + unemployment for 2-10 countriesEurostat

Free vs Pro

eu-finance is free during beta. Pro is coming in Month 2 with higher rate limits and all NexusForge servers bundled.

nexusforge.tools


More NexusForge Servers

PackageDescriptionStatus
@nexusforgetools/web-enrichmentScraping & structured data enrichmentComing soon
@nexusforgetools/business-intelMarket sizing, competitors, trendsComing soon

<div align="center"> <a href="https://nexusforge.tools">nexusforge.tools</a> · <a href="https://github.com/nexusforge-tools/mcp-eu-finance/issues">Issues</a> </div>
View source on GitHub