Skip to content
Back to search
100
MCP v0.1.5 streamable-http

io.github.cyanheads/eurostat-mcp-server

io.github.cyanheads/eurostat-mcp-server

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

Uptime
no direct probes in 30d
Response
557ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

eurostat_search_datasets

Search the Eurostat catalogue (8,933 datasets) by keyword. Returns matching datasets with codes, descriptions, period coverage, and theme breadcrumbs. Use this to discover dataset codes before calling…

eurostat_browse_themes

Navigate the Eurostat theme tree. Without theme_code returns the 11 top-level theme folders (Economy, Population, Transport, etc.) — the practical starting points. With a theme_code returns its immedi…

eurostat_get_dataset_info

Fetch metadata for a Eurostat dataset: dimensions with valid values, time range, observation count, and last-update date. Call this before eurostat_query_dataset to discover what dimension codes are v…

eurostat_get_dimension_values

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_dataset_info returns more …

eurostat_query_dataset

Fetch statistical data from a Eurostat dataset with dimension filters. Returns decoded observations with dimension codes and labels, numeric values, and status flags (e.g., "p" = provisional, "e" = es…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/eurostat-mcp-server": {
      "url": "https://eurostat.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}