npm @nexusforgetools/eu-financesseupdated 4mo ago
"What's the current ECB deposit facility rate and how does it compare to last year?"
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 |
インストール
NexusForge EU Finance をクライアントに追加します。お使いのものを選んでください。
{
"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 個のツール
NexusForge EU Finance は接続したエージェントに 6 個のツールを提供します。
- 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
スコア
68 / 100
良好
- ドキュメント22/25
- メンテナンス19/25
- 信頼性6/20
- 機能6/15
- 導入のしやすさ15/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.5最新 | 2026年4月17日 |
| 1.0.4 | 2026年4月17日 |
| 1.0.3 | 2026年4月17日 |
| 1.0.1 | 2026年4月13日 |