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
11.1%
9 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 8,933 Eurostat datasets — EU economy, demography, trade, health, and NUTS regional data via MCP. STDIO or Streamable HTTP.
0 tools
Eurostat
Search and query Eurostat datasets covering EU economy, demography, trade, and NUTS regional statistics.
0 tools
io.github.cyanheads/census-mcp-server
Query U.S. Census Bureau data, variables, and geography via MCP.
0 tools
eu-company-mcp-server
MCP server for EU company data — GLEIF search, VAT validation, Eurostat statistics, sanctions screening, insolvency search, beneficial owner
0 tools
io.github.cyanheads/worldbank-mcp-server live
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
7 tools · streamable-http
io.github.cyanheads/federal-reserve-mcp-server
Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP.
0 tools

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