@pipeworx/eurostat
Connect: https://gateway.pipeworx.io/eurostat/mcp · Install: one-click buttons
Tools: 3
Eurostat MCP — EU statistics (demographics, economy, trade, environment, employment). No auth.
Tools
get_data(dataset_code, filters?, time?, lang?)— fetch observations from a datasetget_dataset_metadata(dataset_code, lang?)— dimensions + code listssearch_datasets(query, lang?)— keyword search across the catalogue
Data source
- Data:
https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/<dataset_code>?<filters>&format=JSON - Metadata:
https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/datastructure/ESTAT/<dataset_code>?format=JSON - Catalogue:
https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/dataflow/ESTAT/all/latest?format=JSON
Filter syntax: dimension values as query params. E.g. ?geo=DE&geo=FR&time=2023. Multiple values repeat the param.
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 for Eurostat datasets by keyword. Returns dataset codes, titles, and update dates. Example: search_datasets({ query: “unemployment rate” })
- list_datasets — List popular Eurostat datasets organized by theme. Returns a curated list of commonly used dataset codes with descriptions. No parameters needed.
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— List popular Eurostat datasets organized by theme. Returns a curated list of commonly used dataset codes with descriptions. No parameters needed. -
search_datasets— Search for Eurostat datasets by keyword. Returns dataset codes, titles, and update dates. Example: search_datasets({ query: unemployment rate })