# mcp-eu-finance

European financial data for AI agents

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexusforge-tools/mcp-eu-finance

# Browse available tools
npx -y @smithery/cli@latest tool list nexusforge-tools/mcp-eu-finance

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexusforge-tools/mcp-eu-finance get_ecb_rates

# Call a tool
npx -y @smithery/cli@latest tool call nexusforge-tools/mcp-eu-finance get_ecb_rates '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-eu-finance--nexusforge-tools.run.tools`

## Tools (6)

- `get_ecb_rates` — Get ECB policy interest rates (deposit facility, main refinancing operations, marginal lending). Returns current and hi…
- `get_euro_exchange` — Get EUR exchange rates against major currencies. Returns rates as units per EUR. Supports historical dates.
- `get_eu_inflation` — Get HICP inflation data by EU country from Eurostat. Supports multiple countries and historical months.
- `get_eu_gdp` — Get quarterly GDP growth data by EU country from Eurostat. Returns chain-linked volume data.
- `get_eu_unemployment` — Get unemployment rates by EU country from Eurostat. Supports age groups and historical months.
- `compare_eu_economies` — Compare inflation, GDP growth, and unemployment across multiple EU countries in a single call.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexusforge-tools/mcp-eu-finance <tool-name>
```
