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

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
View source on GitHub