npm @nexusforgetools/eu-financesseupdated 4mo ago
"What's the current ECB deposit facility rate and how does it compare to last year?"
What can you do with NexusForge EU Finance?
NexusForge EU Finance
European financial data for AI agents ECB rates ยท Eurostat inflation ยท GDP ยท Unemployment ยท Zero API key needed
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


Tools
| Tool | Description | Source |
|---|---|---|
get_ecb_rates |
ECB key interest rates: deposit facility, main refinancing, marginal lending | ECB SDW |
get_euro_exchange |
EUR exchange rates vs any currency โ latest or historical by date | ECB / Frankfurter |
get_eu_inflation |
HICP inflation rates for all EU countries โ annual % change | Eurostat |
get_eu_gdp |
Quarterly GDP data โ growth rate or absolute value, all EU countries | Eurostat |
get_eu_unemployment |
Monthly unemployment rates โ seasonally adjusted, by age group | Eurostat |
compare_eu_economies |
Side-by-side snapshot: inflation + GDP + unemployment for 2-10 countries | Eurostat |
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
| Package | Description | Status |
|---|---|---|
@nexusforgetools/web-enrichment |
Scraping & structured data enrichment | Coming soon |
@nexusforgetools/business-intel |
Market sizing, competitors, trends | Coming soon |
Install
Add NexusForge EU Finance to your client. Pick the one you use.
{
"servers": {
"eu-finance": {
"type": "sse",
"url": "https://api.nexusforge.tools/mcp/eu-finance/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add eu-finance -- npx -y @nexusforgetools/eu-financecodex mcp add eu-finance -- npx -y @nexusforgetools/eu-financeamp mcp add eu-finance -- npx -y @nexusforgetools/eu-finance{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"eu-finance": {
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"eu-finance": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"eu-finance": {
"command": {
"path": "npx",
"args": [
"-y",
"@nexusforgetools/eu-finance"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @nexusforgetools/eu-financeRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
6 tools
NexusForge EU Finance exposes 6 tools to a connected agent.
- get_ecb_rates
- ECB key interest rates: deposit facility, main refinancing, marginal lending
- get_euro_exchange
- EUR exchange rates vs any currency โ latest or historical by date
- get_eu_inflation
- HICP inflation rates for all EU countries โ annual % change
- get_eu_gdp
- Quarterly GDP data โ growth rate or absolute value, all EU countries
- get_eu_unemployment
- Monthly unemployment rates โ seasonally adjusted, by age group
- compare_eu_economies
- Side-by-side snapshot: inflation + GDP + unemployment for 2-10 countries
Score
68 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 136 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.5Latest | Apr 17, 2026 |
| 1.0.4 | Apr 17, 2026 |
| 1.0.3 | Apr 17, 2026 |
| 1.0.1 | Apr 13, 2026 |