Eurostat MCP Server

@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. Its 8 documented tools cover eurostat, dataset, dataframe.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 5 · #13 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Eurostat MCP Server

before you install - you'll need

Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting.

Claude Code

claude mcp add cyanheads-eurostat-mcp-server --transport http https://eurostat.caseyjhand.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cyanheads-eurostat-mcp-server": {
      "url": "https://eurostat.caseyjhand.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://eurostat.caseyjhand.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to eurostat.caseyjhand.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

npm package @cyanheads/eurostat-mcp-server - published under the repo owner's npm scope (@cyanheads)

registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner

03 · What Eurostat MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search the Eurostat catalogue by keyword - returns codes, descriptions, period coverage, and theme breadcrumbs, navigate the Eurostat theme hierarchy - list root themes or drill into subthemes and datasets, fetch metadata for a dataset: dimensions with sample values, time range, observation count, and last-update date, and list all valid codes for a specific dimension (e.g., all geo codes, all unit codes).

The 8 tools it gives your agent

Extracted from the project's README - what eurostat-mcp-server lets an agent do.

eurostat_search_datasets
- Search the Eurostat catalogue by keyword - returns codes, descriptions, period coverage, and theme breadcrumbs
eurostat_browse_themes
- Navigate the Eurostat theme hierarchy - list root themes or drill into subthemes and datasets
eurostat_get_dataset_info
- Fetch metadata for a dataset: dimensions with sample values, time range, observation count, and last-update date
eurostat_get_dimension_values
- List all valid codes for a specific dimension (e.g., all geo codes, all unit codes); supports NUTS hierarchy filtering
eurostat_query_dataset
- Fetch decoded statistical observations with dimension filters, NUTS geo-level, and time-range controls
eurostat_download_dataset
- Download a whole dataset through the SDMX 2.1 TSV bulk endpoint and stage every observation on the dataframe canvas
eurostat_dataframe_describe
- List the tables staged on a dataframe canvas with their row counts and column types - canvas only
eurostat_dataframe_query
- Run a read-only SQL SELECT across staged tables - canvas only

Latest releases

v0.6.1 · 2026-08-21

MCP SDK v2 adoption and bulk-preview parity · eurostat_download_dataset exposes truncated preview bounds in both structuredContent and content[]. · @cyanheads/mcp-ts-core 0.12.3 adds protocol revision 2026-07-28…

v0.6.0 · 2026-08-04

OBS_FLAG/CONF_STATUS split, confidential-slice no_results fix · eurostat_query_dataset's observations[].status carries only OBS_FLAG now; confidentiality moves to a new confStatus field, and the staged dataframe table…

v0.5.0 · 2026-08-04

SDMX TSV bulk downloads · eurostat_download_dataset streams the SDMX 2.1 TSV bulk endpoint and stages a whole dataset on the dataframe canvas - roughly half the bytes of eurostat_query_dataset's JSON-stat body for the…

04 · Who maintains Eurostat MCP Server

eurostat-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 124 actively maintained, 1,730 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.

  1. mcp-ts-core Agent-native TypeScript framework for building MCP servers with declarative definitions. ★ 148
  2. obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 668
  3. git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 235
  4. pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 137
  5. clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 90
  6. mcp-ts-template TypeScript template for building MCP servers with declarative tooling, observability, and auth. ★ 148

05 · Facts

category
science & health - ranked #13 of 60 actively-maintained science & health servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.cyanheads/eurostat-mcp-server (active, first published 2026-05-24 · 21 versions)
packages
npm:@cyanheads/eurostat-mcp-server · npm:@cyanheads/eurostat-mcp-server

06 · Eurostat MCP Server FAQ

Is Eurostat MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Eurostat MCP Server do?

With this server connected, an agent can search the Eurostat catalogue by keyword - returns codes, descriptions, period coverage, and theme breadcrumbs, navigate the Eurostat theme hierarchy - list root themes or drill into subthemes and datasets, fetch metadata for a dataset: dimensions with sample values, time range, observation count, and last-update date, and list all valid codes for a specific dimension (e.g., all geo codes, all unit codes).

How do I install Eurostat MCP Server?

Run `npx -y @cyanheads/eurostat-mcp-server`. The README documents 2 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. You can also paste the ready-made client config above.

Does Eurostat MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Eurostat MCP Server