# Eurostat Trade MCP

> Eurostat Trade — EU International Commerce provides instant access to deep European economic data. Get trade balances between the EU and major partners like China, US, and UK. You can track international imports and exports by specific product type (SITC classification), monitor industrial output indices, and analyze consumer spending trends across all 27 member states.

## Overview
- **Category:** erp-operations
- **Price:** Free
- **Tags:** international-trade, import-export, industrial-production, retail-index, economic-data, nace-classification

## Description

You need to map out complex economic relationships—how trade flows shift based on product types or which countries are buying what. This MCP handles that complexity for you. You can query the EU's entire commercial picture: everything from high-level trade deficits with key partners, down to specific manufacturing indices and consumer spending volume. Instead of downloading massive CSV files and cross-referencing them across multiple government sites, your agent pulls exactly the data points you need in a single conversational turn. If you're building an economic report or checking market trends, this MCP gives you access to the raw material—the official Eurostat numbers—right where you work. Accessing this comprehensive catalog of global and local datasets through Vinkius means you connect once to unlock deep institutional knowledge.

## Tools

### get_trade_balance
Retrieves the EU's total trade surplus or deficit with major partners, like China or Japan.

### get_trade_by_product
Provides detailed trade figures broken down by specific product categories using SITC codes.

### get_industrial_production
Gathers the monthly index for industrial output, segmented by EU country and manufacturing sector (NACE).

### get_retail_trade
Returns a volume index representing overall consumer spending on goods across the member states.

### get_trade_dataset
Allows you to query any general Eurostat dataset using common internal codes for flexible research.

## Prompt Examples

**Prompt:** 
```
What is the EU trade balance with China?
```

**Response:** 
```
🇨🇳 **EU-China Trade**

Exports to China: €230B
Imports from China: €512B
Trade deficit: -€282B

China is the EU's #1 source of imports and #3 export destination.
Top imports: electronics, machinery, textiles.
Top exports: vehicles, machinery, chemicals.
```

**Prompt:** 
```
Show industrial production trends for Germany
```

**Response:** 
```
🏭 **Germany — Industrial Production Index (2015=100)**

Latest: 94.2 (-5.8% below 2015)
12m trend: ↓ declining
Manufacturing: 92.1
Energy-intensive: 81.3 (severe decline)

German industry faces structural headwinds from high energy costs.
```

**Prompt:** 
```
How is retail trade performing in the EU?
```

**Response:** 
```
🛒 **EU Retail Trade Volume (2015=100)**

EU27: 108.3 (+2.1% YoY)
Online retail: +12% growth
Food: stable (+0.4%)
Non-food: +3.2%

E-commerce continues to drive overall retail growth.
```

## Capabilities

### Determine international trade deficits
The agent calculates the difference between EU exports and imports for a specified partner country.

### Analyze product-level commerce
You retrieve trade volumes categorized by specific goods, like machinery or fuels, using SITC classifications.

### Track industrial health trends
The agent provides the monthly index for manufacturing sectors across EU member states.

### Gauge consumer spending power
You get a volume index showing how much money consumers are spending on goods, both food and non-food.

## Use Cases

### Investigating a Supply Chain Weakness
An analyst notices declining EU exports. They use `get_trade_by_product` to pinpoint that the drop is isolated to chemical goods, while machinery remains strong. This suggests they need to focus their client's mitigation strategy only on the chemicals sector.

### Assessing Market Risk with China
A consulting firm needs a quick risk assessment for new market entrants. They use `get_trade_balance` to pull the latest trade deficit figures between the EU and China, providing immediate, actionable data points.

### Forecasting Post-Pandemic Recovery
A macroeconomist wants to track recovery by sector. They run `get_industrial_production` for several years, identifying which NACE sectors—like energy or manufacturing—show the strongest upward trajectory.

### Modeling Consumer Behavior Change
A financial firm needs to update its spending model. They use `get_retail_trade` to compare non-food volume growth against food stability, accurately modeling where consumer money is actually flowing.

## Benefits

- Stop cross-referencing government websites. You can immediately check the EU's full trade balance with any major partner using `get_trade_balance`, instantly showing deficits or surpluses.
- Move beyond simple totals. By calling `get_trade_by_product`, you segment data to see if a decline in overall trade is due to a drop in machinery or raw materials.
- Get an early warning signal on economic health. The `get_industrial_production` tool gives the NACE sector breakdown, showing exactly which parts of the economy are slowing down.
- Understand consumer shifts. Instead of guessing about demand, use `get_retail_trade` to quantify changes in spending volume between food and non-food items.
- Handle unknowns with precision. The generic `get_trade_dataset` lets you query obscure or newly released datasets simply by providing the internal code.

## How It Works

The bottom line is you get reliable, official economic figures without needing to know which Eurostat dataset holds the answer.

1. Your agent identifies the required economic data—for example, trade by product or industrial production for Germany.
2. It uses the appropriate tool, sending specific parameters like a country name, time period, or SITC code to the MCP.
3. The system returns structured data showing the relevant EU metric, allowing you to write up immediate analysis.

## Frequently Asked Questions

**What specific product types can I analyze using get_trade_by_product?**
You can classify trade by many goods, including food items, raw materials, fuels, chemicals, machinery, and manufactured products. This uses the SITC classification system.

**Can Eurostat Trade MCP give me data for all countries in the world?**
No, this MCP focuses specifically on EU international commerce and its trade relations with major partner countries like the US, China, and Japan. The scope is centered on the 27 member states.

**How do I find out if the EU has a trade surplus or deficit?**
Use the `get_trade_balance` tool. It calculates the difference between total exports and imports for any specified partner country, giving you the net balance.

**Is get_industrial_production better than get_trade_dataset for economic trends?**
If you need a specific sectoral trend (like NACE breakdown), use `get_industrial_production`. If you have a complex, multi-faceted query across different data types, the generic `get_trade_dataset` offers more flexibility.

**Does Eurostat Trade MCP track micro-company sales?**
No. This MCP provides macro-level economic indices and trade volumes for entire regions and sectors, not transactional data from individual private companies.