CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

NexusForge EU Finance

nexusforge-tools/mcp-eu-finance
6 toolsSTDIO, SSEregistry active
Summary

Connects Claude to European Central Bank and Eurostat public APIs without requiring any keys. Exposes six tools: ECB deposit and refinancing rates, EUR exchange rates (via ECB's Frankfurter service), plus Eurostat's HICP inflation, quarterly GDP, and unemployment data across all EU member states. Includes a comparison tool that pulls all three indicators side by side for up to ten countries. Useful when you need current or historical EU economic data in conversation, whether you're analyzing monetary policy changes, tracking inflation convergence, or comparing macroeconomic performance across the bloc. Runs via npx with stdio transport or connects to their hosted SSE endpoint.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
get_ecb_ratesGet ECB policy interest rates (deposit facility, main refinancing operations, marginal lending). Returns current and historical rates from the ECB Statistical Data Warehouse.

Get ECB policy interest rates (deposit facility, main refinancing operations, marginal lending). Returns current and historical rates from the ECB Statistical Data Warehouse.

No parameter schema in public metadata yet.

get_euro_exchangeGet EUR exchange rates against major currencies. Returns rates as units per EUR. Supports historical dates.2 params

Get EUR exchange rates against major currencies. Returns rates as units per EUR. Supports historical dates.

Parameters* required
datestring
Historical date in YYYY-MM-DD format. Omit for latest rates.
currenciesarray
List of 3-letter currency codes (e.g. ["USD", "GBP", "JPY"]). Omit for all available currencies.
get_eu_inflationGet HICP inflation data by EU country from Eurostat. Supports multiple countries and historical months.2 params

Get HICP inflation data by EU country from Eurostat. Supports multiple countries and historical months.

Parameters* required
monthsnumber
Number of recent months to return per country (1-24). Default: 1.
countriesarray
List of EU country codes (e.g. ["DE", "FR", "ES"]) or "EA" for Eurozone / "EU27_2020" for EU-27.
get_eu_gdpGet quarterly GDP growth data by EU country from Eurostat. Returns chain-linked volume data.2 params

Get quarterly GDP growth data by EU country from Eurostat. Returns chain-linked volume data.

Parameters* required
quartersnumber
Number of recent quarters to return (1-20). Default: 4.
countriesarray
List of EU country codes (e.g. ["DE", "FR"]). Use "EA20" for Eurozone, "EU27_2020" for EU-27.
get_eu_unemploymentGet unemployment rates by EU country from Eurostat. Supports age groups and historical months.3 params

Get unemployment rates by EU country from Eurostat. Supports age groups and historical months.

Parameters* required
agestring
Age group: TOTAL (all ages), Y15-24 (youth), Y25-74 (adults). Default: TOTAL.one of TOTAL · Y15-24 · Y25-74
monthsnumber
Number of recent months to return (1-24). Default: 3.
countriesarray
List of EU country codes (e.g. ["DE", "FR", "ES"]). Use "EA20" for Eurozone.
compare_eu_economiesCompare inflation, GDP growth, and unemployment across multiple EU countries in a single call.2 params

Compare inflation, GDP growth, and unemployment across multiple EU countries in a single call.

Parameters* required
countriesarray
2-10 EU country codes to compare (e.g. ["DE", "FR", "ES", "IT"]). Use "EA20" for Eurozone.
indicatorsarray
Which indicators to include. Default: all three.
NexusForge

NexusForge EU Finance

European financial data for AI agents
ECB rates · Eurostat inflation · GDP · Unemployment · Zero API key needed

npm version npm downloads License: MIT Glama


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

ECB rates in Claude

EU inflation comparison


Tools

ToolDescriptionSource
get_ecb_ratesECB key interest rates: deposit facility, main refinancing, marginal lendingECB SDW
get_euro_exchangeEUR exchange rates vs any currency — latest or historical by dateECB / Frankfurter
get_eu_inflationHICP inflation rates for all EU countries — annual % changeEurostat
get_eu_gdpQuarterly GDP data — growth rate or absolute value, all EU countriesEurostat
get_eu_unemploymentMonthly unemployment rates — seasonally adjusted, by age groupEurostat
compare_eu_economiesSide-by-side snapshot: inflation + GDP + unemployment for 2-10 countriesEurostat

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

PackageDescriptionStatus
@nexusforgetools/web-enrichmentScraping & structured data enrichmentComing soon
@nexusforgetools/business-intelMarket sizing, competitors, trendsComing soon

nexusforge.tools · Issues
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@nexusforgetools/eu-finance
TransportSTDIO, SSE
UpdatedApr 17, 2026
View on GitHub