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

io.github.cyanheads/eurostat-mcp-server

io.github.cyanheads/eurostat-mcp-server

Search and query 8,933 Eurostat datasets — EU economy, demography, trade, and NUTS regional data.

Uptime
3.3%
30 probes
Response
557ms
last probe
Tools
5
callable

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…

Similar MCP servers embedding-nearest

@cyanheads/eurostat-mcp-server
Search and query the Eurostat catalogue — EU economy, demography, trade, health, and NUTS regional data via MCP. STDIO or Streamable HTTP.
0 tools
io.github.cyanheads/oecd-mcp-server
Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.
0 tools
Eurostat
Search and query Eurostat datasets covering EU economy, demography, trade, and NUTS regional statistics.
0 tools
@cyanheads/oecd-mcp-server
Search, explore, and query 1,500+ OECD statistical datasets (national accounts, employment, trade, PISA, health) via SDMX via MCP. STDIO or
0 tools
io.github.cyanheads/census-mcp-server
Query U.S. Census Bureau data, variables, and geography via MCP.
0 tools
io.github.cyanheads/eur-lex-mcp-server
Search EU legislation, CJEU case law, and treaties; traverse CELLAR graph; browse EuroVoc concepts.
0 tools · streamable-http

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"
    }
  }
}