@pipeworx/eurostat

Connect: https://gateway.pipeworx.io/eurostat/mcp · Install: one-click buttons

Tools: 3

Eurostat MCP — official EU statistics (economy, prices, labour, population, migration, trade, energy, environment, tourism). No auth.

Tools

  • get_dataset(dataset_code, geo?, time?) — fetch observations from a dataset, e.g. get_dataset({ dataset_code: "une_rt_m", geo: "DE", time: "2025-06" }) (time formats: 2023, 2023-01, 2023-Q1 — the compact 2023M01/2023Q1 styles are normalized automatically)
  • search_datasets(query) — keyword search across the full Eurostat table of contents (~10,000 datasets and tables); returns codes to pass to get_dataset
  • list_datasets() — curated list of ~19 popular dataset codes grouped by theme

Data sources

  • Data: https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/<dataset_code>?format=JSON&lang=en (filters as query params, e.g. &geo=DE&time=2023)
  • Catalogue: https://ec.europa.eu/eurostat/api/dissemination/catalogue/toc/txt?lang=en — the full table-of-contents TSV, fetched edge-cached (6h) and filtered in the pack. The old catalogue/toc?searchText= search endpoint was retired by Eurostat (404s unconditionally as of 2026-08); the TSV download is the supported discovery path.

Tools

  • get_dataset — Fetch statistical data from a Eurostat dataset by dataset code. Optionally filter by country (geo) and time period. Example: get_dataset({ dataset_code: “nama_10_gdp”, geo: “DE”, time: “2023” }). Comm
  • search_datasets — Search the full Eurostat table of contents (~10,000 datasets and tables) by keyword. Returns dataset codes, titles, last-update dates, and the time range covered; pass a returned code to get_dataset f
  • list_datasets — Return a curated list of ~19 popular Eurostat dataset codes grouped by theme (Economy, Government, Prices, Labour, Wages, Income, Industry, Population, Migration, Trade, Energy, Environment, Tourism).

Tools

  • get_dataset — Fetch statistical data from a Eurostat dataset by dataset code. Optionally filter by country (geo) and time period. Example: get_dataset({ dataset_code: nama_10_gdp , geo: DE , time: 2023 }). Common d
  • list_datasets — Return a curated list of ~19 popular Eurostat dataset codes grouped by theme (Economy, Government, Prices, Labour, Wages, Income, Industry, Population, Migration, Trade, Energy, Environment, Tourism).
  • search_datasets — Search the full Eurostat table of contents (~10,000 datasets and tables) by keyword. Returns dataset codes, titles, last-update dates, and the time range covered; pass a returned code to get_dataset f

Regenerated from source · build September 10, 2026