mcpserver.lol
registry/eurostat-mcp-server
Connection check verified live · 27h ago

eurostat-mcp-server

Search and query the Eurostat catalogue — EU economy, demography, trade, and NUTS regional data.

Tools 8
GitHub stars 5
Installs / wk 133
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

8 tools

Read from the running server on 27h ago.

eurostat_browse_themes read-only theme_code
Navigate the Eurostat theme tree. Without theme_code returns the top-level theme folders (Economy, Population, Transport, etc.) — the practical starting points. With a theme_code r…
eurostat_dataframe_describe read-only canvas_id*
List the tables staged on a Eurostat dataframe canvas, with their row counts and column names and types. Call this before eurostat_dataframe_query to learn the table and column nam…
eurostat_dataframe_query read-only sql*canvas_id*
Run a read-only SQL SELECT against tables staged on a Eurostat dataframe canvas — the way to reach observations past the 5,000-row inline cap of eurostat_query_dataset and past the…
eurostat_download_dataset read-only filterscanvas_iddataset_code*since_perioduntil_periodpreview_limit
Download a Eurostat dataset in bulk through the SDMX 2.1 TSV endpoint and stage every observation as a SQL table on the dataframe canvas — the route to a whole dataset, where euros…
eurostat_get_dataset_info read-only dataset_code*
Fetch metadata for a Eurostat dataset: dimensions with valid values, time range, observation count, and last-update date. Call this before eurostat_query_dataset or eurostat_downlo…
eurostat_get_dimension_values read-only dimension*geo_leveldataset_code*
List all valid values for a specific dimension in a Eurostat dataset (e.g., all unit codes for nama_10_gdp, all geo codes for a regional dataset). Use this when eurostat_get_datase…
eurostat_query_dataset read-only langfilterscanvas_idgeo_leveldataset_code*since_period +3
Fetch statistical data from a Eurostat dataset with dimension filters. Returns a deterministic inline prefix of decoded observations with dimension codes and labels, numeric values…
eurostat_search_datasets read-only limitquery*cursor
Search the Eurostat catalogue by keyword. Returns matching datasets with codes, descriptions, period coverage, and theme breadcrumbs. Use this to discover dataset codes before call…