Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

NexusForge EU Finance

NPM · @NEXUSFORGETOOLS/EU-FINANCE · 2 COMPONENTS · SCANNED SEP 25

ECB rates, EUR exchange rates, Eurostat inflation, GDP and unemployment for EU/Eurozone. Free.

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1852 tokens (~308/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the NexusForge EU Finance MCP server?

NexusForge EU Finance runs locally as an npm package, launched with npx -y @nexusforgetools/eu-finance. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @nexusforgetools/eu-finance

# add to Claude Code
claude mcp add nexusforge-tools-mcp-eu-finance -- npx -y @nexusforgetools/eu-finance
// .cursor/mcp.json
{
  "mcpServers": {
    "nexusforge-tools-mcp-eu-finance": {
      "command": "npx",
      "args": [
        "-y",
        "@nexusforgetools/eu-finance"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "nexusforge-tools-mcp-eu-finance": {
      "command": "npx",
      "args": [
        "-y",
        "@nexusforgetools/eu-finance"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add nexusforge-tools-mcp-eu-finance -- npx -y @nexusforgetools/eu-finance
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nexusforge-tools-mcp-eu-finance": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nexusforgetools/eu-finance"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nexusforge-tools-mcp-eu-finance --command npx --arg -y --arg @nexusforgetools/eu-finance
# ~/.hermes/config.yaml
mcp_servers:
  nexusforge-tools-mcp-eu-finance:
    command: "npx"
    args: ["-y", "@nexusforgetools/eu-finance"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "nexusforge-tools-mcp-eu-finance": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@nexusforgetools/eu-finance"
      ]
    }
  }
}
# add to Vellum
assistant mcp add nexusforge-tools-mcp-eu-finance -t stdio -c npx -a -y @nexusforgetools/eu-finance
// mcp.json
{
  "mcpServers": {
    "nexusforge-tools-mcp-eu-finance": {
      "command": "npx",
      "args": [
        "-y",
        "@nexusforgetools/eu-finance"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 22 Sept 26 0
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1
    • Security disclosure: unverified → fail ▼ functional
  • 18 Sept 26 0
    • Security disclosure: fail → unverified ▼ functional
  • 17 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@nexusforgetools/eu-finance@1.0.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~1,852 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
compare_eu_economies ~328

Fetches the latest inflation, GDP growth, and unemployment for 2-10 EU countries in a single parallel call to Eurostat. Returns a JSON object with: `countries` (array of per-country snapshots, each containing `country` as full name, `country_code`, `inflation` as `{rate, period}` or null, `gdp_growth` as `{rate, period}` or null, `unemployment` as `{rate, period}` or null), `source`, and `retrieved_at` as ISO 8601. Each indicator returns the single most recent available value. Inflation period is YYYY-MM; GDP period is YYYY-Qq; unemployment period is YYYY-MM. Data is cached 24 hours. USAGE: Prefer this tool over calling get_eu_inflation, get_eu_gdp, and get_eu_unemployment separately when building dashboards or running multi-indicator comparisons — it reduces latency by parallelizing the three Eurostat requests. Each indicator's period may differ due to different Eurostat release schedules (inflation lags ~30 days, GDP ~90 days). An indicator field is null when Eurostat has not published recent data — always handle null gracefully. Use the `indicators` parameter to skip unneeded metrics and reduce API calls.

NameTypeReqDescription
countriesarrayyes2-10 EU country codes to compare (e.g. ["DE", "FR", "ES", "IT"]). Use "EA20" for Eurozone.
indicatorsarray–Which indicators to include. Default: all three.

No output schema declared.

No examples provided.

get_ecb_rates ~199

Fetches the three ECB key interest rates from the ECB Statistical Data Warehouse (SDMX). Returns a JSON object with `rates` containing three entries — `deposit_facility`, `main_refinancing`, and `marginal_lending` — each with `date` (YYYY-MM-DD of the last rate change) and `value` (percentage as a number). Also includes `source` and `retrieved_at` as ISO 8601. Results are cached for 1 hour. USAGE: These are ECB policy rates, not real-time market rates — they only change at Governing Council meetings (roughly every 6 weeks). The `date` field indicates when the current rate was set, not today's date. For currency conversion use get_euro_exchange; these rates are not applicable for forex calculations. Use get_eu_inflation alongside this tool to assess the real interest rate (nominal rate minus inflation).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_eu_gdp ~386

Fetches quarterly GDP data for EU/Eurozone countries from Eurostat (dataset: namq_10_gdp). Returns a JSON object with: `data` (array of objects, each containing `country` as a full name string, `period` in YYYY-Qq format e.g. "2024-Q3", `value` as a number, and `unit` as a string label), `source`, and `retrieved_at` as ISO 8601. Defaults to year-on-year growth rate (%) for EA20, EU27_2020, DE, FR, IT, ES over the last 4 quarters. Data is cached 24 hours. Missing periods are omitted from the array (not returned as null). USAGE: Use unit=CLV_PCH_SM (default) for cross-country growth comparisons. Use unit=CP_MEUR to compare absolute GDP size. Use unit=CLV_PCH_PRE for quarter-on-quarter momentum. Use unit=CLV10_MEUR for real GDP volume excluding price effects. Typical Eurostat data lag is 60-90 days after quarter end — the most recent quarter may be absent. Request quarters=8 or more for recession analysis or multi-year trend charts.

NameTypeReqDescription
countriesarray–List of EU country codes (e.g. ["DE", "FR"]). Use "EA20" for Eurozone, "EU27_2020" for EU-27.
quartersinteger–Number of recent quarters to return (1-20). Default: 4 (1 year).
unitstring–Unit: CLV_PCH_SM = growth rate vs same quarter previous year (default), CLV_PCH_PRE = growth rate vs previous quarter, CP_MEUR = current prices in million EUR, CLV10_MEUR = chain-linked volumes in mi…

No output schema declared.

No examples provided.

get_eu_inflation ~311

Fetches HICP (Harmonised Index of Consumer Prices) annual inflation rates for EU countries from Eurostat (dataset: prc_hicp_manr). Returns a JSON object with: `data` (array of objects containing `country` as full name, `period` in YYYY-MM format, and `rate` as a numeric annual percentage change), `unit` ("Annual rate of change (%)"), `source`, and `retrieved_at` as ISO 8601. Defaults to the latest single month for all 29 EU members and aggregates. Data is cached 24 hours. USAGE: HICP is the EU-harmonised inflation standard used by the ECB for monetary policy — use it (not national CPI) for cross-country comparisons. Use country code EA for the Eurozone aggregate or EU27_2020 for the full EU-27 aggregate. Typical data lag is 30-45 days after the reference month. Set periods=12 to retrieve a 12-month trend. Pair with get_ecb_rates to contextualize how the ECB policy rate relates to current inflation.

NameTypeReqDescription
countriesarray–List of EU country codes (e.g. ["DE", "FR", "ES"]) or "EA" for Eurozone / "EU27_2020" for EU-27. Omit for all EU countries.
periodsinteger–Number of recent months to return per country (1-24). Default: 1 (latest only).

No output schema declared.

No examples provided.

get_eu_unemployment ~353

Fetches monthly unemployment rates for EU countries from Eurostat (dataset: une_rt_m), seasonally adjusted, as a percentage of the active population. Returns a JSON object with: `data` (array of objects containing `country` as full name, `period` in YYYY-MM format, `rate` as a numeric percentage, `age_group`, and `sex`), `unit` ("Percentage of active population (%)"), `source`, and `retrieved_at` as ISO 8601. Defaults to TOTAL age group for EA20, EU27_2020, DE, FR, IT, ES, PL, NL over the last 3 months. Data is cached 24 hours. USAGE: Use age=Y15-24 for youth unemployment, which is typically 2-3x the overall rate. Data is seasonally adjusted (SA) — do not apply additional seasonal correction. Typical Eurostat lag is 30-60 days after the reference month. Set months=12 or more for trend and cyclical analysis. Non-EU countries (e.g. US, UK) are not available — use this tool only for EU member states and EA20/EU27_2020 aggregates.

NameTypeReqDescription
agestring–Age group: TOTAL (all ages), Y15-24 (youth), Y25-74 (adults). Default: TOTAL.
countriesarray–List of EU country codes (e.g. ["DE", "FR", "ES"]). Use "EA20" for Eurozone. Omit for main EU countries.
monthsinteger–Number of recent months to return (1-24). Default: 3.

No output schema declared.

No examples provided.

get_euro_exchange ~275

Fetches EUR exchange rates against other currencies from the ECB via Frankfurter API. Returns a JSON object with: `base` ("EUR"), `date` (YYYY-MM-DD of the rate), `rates` (object mapping 3-letter currency codes to numeric values representing how many units of that currency equal 1 EUR), `source`, and `retrieved_at` as ISO 8601. Latest rates are cached 1 hour; historical rates are cached permanently. USAGE: Supports 33 currencies including USD, GBP, JPY, CHF, CNY, SEK, PLN, and others. Omit `date` for the latest available rates. Provide `date` in YYYY-MM-DD format for historical rates (available from 1999-01-04). These are ECB reference rates published at ~16:00 CET — not real-time mid-market rates; expect small spreads vs live quotes. Requests for weekends or ECB holidays return the previous business day's rates. Returns an error for dates before 1999-01-04 or future dates.

NameTypeReqDescription
currenciesarray–List of 3-letter currency codes (e.g. ["USD", "GBP", "JPY"]). Omit for all available currencies.
datestring–Historical date in YYYY-MM-DD format. Omit for latest rates.

No output schema declared.

No examples provided.

Common questions

What is the NexusForge EU Finance MCP server?

NexusForge EU Finance is an MCP server listed in the public MCP registry as io.github.nexusforge-tools/mcp-eu-finance. ECB rates, EUR exchange rates, Eurostat inflation, GDP and unemployment for EU/Eurozone. Free. This page covers its npm package (@nexusforgetools/eu-finance).

Is the NexusForge EU Finance MCP server safe to use?

NexusForge EU Finance scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the NexusForge EU Finance MCP server expose?

NexusForge EU Finance exposes 6 tools: get_ecb_rates, get_euro_exchange, get_eu_inflation, get_eu_gdp, get_eu_unemployment, compare_eu_economies. Their descriptions and schemas cost roughly 1,852 tokens of context every time the server is loaded.

Is the NexusForge EU Finance MCP server still maintained?

NexusForge EU Finance is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the NexusForge EU Finance MCP server under?

NexusForge EU Finance declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.