npm @nexusforgetools/eu-financesseupdated 4mo ago
"What's the current ECB deposit facility rate and how does it compare to last year?"
O que dá para fazer com 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.
More NexusForge Servers
| Package | Description | Status |
|---|---|---|
@nexusforgetools/web-enrichment |
Scraping & structured data enrichment | Coming soon |
@nexusforgetools/business-intel |
Market sizing, competitors, trends | Coming soon |
Instalação
Adicione NexusForge EU Finance ao seu cliente. Escolha o que você usa.
{
"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 ferramentas
NexusForge EU Finance expõe 6 ferramentas a um agente conectado.
- 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
Pontuação
68 / 100
Boa
- Documentação22/25
- Manutenção19/25
- Confiança6/20
- Capacidade6/15
- Instalação15/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.5Mais recente | 17 de abr. de 2026 |
| 1.0.4 | 17 de abr. de 2026 |
| 1.0.3 | 17 de abr. de 2026 |
| 1.0.1 | 13 de abr. de 2026 |