Eu Finance (nexusforge)

by nexusforge-tools

257 downloads
Not rated
GitHub

About

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.

Details

Author
nexusforge-tools
Downloads
257
Categories
Finance

- Six tools covering interest rates, exchange rates, inflation, GDP, and unemployment.
- EUR exchange rates for 30+ currencies.
- HICP inflation and GDP data by EU country (quarterly).
- Unemployment data by EU country.
- Multi-indicator comparison across economies.
- No API key required; free tier available.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Eu Finance (nexusforge)
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via npx: npx -y @nexusforgetools/eu-finance. No API key is required. A free tier allows 100 calls per day; a Pro tier enables 5,000 calls per day plus access to 10-year historical data.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "eu finance (nexusforge)": {
            "eu-finance": {
                "command": "npx",
                "args": [
                    "-y",
                    "@nexusforgetools/eu-finance"
                ]
            }
        }
    }
}

McpServers

{
    "eu-finance": {
        "command": "npx",
        "args": [
            "-y",
            "@nexusforgetools/eu-finance"
        ]
    }
}

eu-finance is a Model Context Protocol server that gives AI agents structured access to European macroeconomic data from ECB and Eurostat.

6 tools:
- get_ecb_rates — Current ECB key interest rates
- get_euro_exchange — EUR exchange rates (30+ currencies)
- get_eu_inflation — HICP inflation by EU country
- get_eu_gdp — GDP by EU country, quarterly
- get_eu_unemployment — Unemployment by EU country
- compare_eu_economies — Multi-indicator comparison

No API key required. Free tier: 100 calls/day. Pro: 5,000 calls/day + 10-year history.

Install: npx -y @nexusforgetools/eu-finance
Website: https://nexusforge.tools

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.