Skip to content

MCP server in namespace io.github

io.github.cyanheads/eurostat-mcp-server · Status: active

The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.cyanheads/eurostat-mcp-server
Package coordinate
npm:@cyanheads/eurostat-mcp-server
Version
0.6.1
Listed in the registry
2026-08-21
Changed in the registry
2026-08-21
First seen by tracevero
2026-08-06
Vendor's website
https://github.com/cyanheads/eurostat-mcp-server

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

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio, streamable-http, streamable-http
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/cyanheads/eurostat-mcp-server
Source: MCP-Register · collected on 2026-08-06 · derived
Version0.6.1
Source: MCP-Register · collected on 2026-08-22 · self-declared

Position within the holdings

How many of the 24,507 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 8,546 of 24,507 entries.

Where this server connects to

Address as stated in the raw record
https://eurostat.caseyjhand.com/mcp
Host
eurostat.caseyjhand.com Entries carrying exactly this value: 1

Taken verbatim from the raw record. The registry does not call this address and does not infer a shared operator from a shared host.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)MCP_LOG_LEVEL, EUROSTAT_BASE_URL, EUROSTAT_REQUEST_TIMEOUT_MS, EUROSTAT_TOC_CACHE_TTL_MS, EUROSTAT_BULK_TIMEOUT_MS, EUROSTAT_BULK_MAX_BYTES, CANVAS_PROVIDER_TYPE, CANVAS_TEMP_PATH, CANVAS_TTL_MS, CANVAS_DEFAULT_ROW_LIMIT, MCP_HTTP_HOST, MCP_HTTP_PORT, MCP_HTTP_ENDPOINT_PATH, MCP_PUBLIC_URL, MCP_AUTH_MODE, MCP_LOG_LEVEL, EUROSTAT_BASE_URL, EUROSTAT_REQUEST_TIMEOUT_MS, EUROSTAT_TOC_CACHE_TTL_MS, EUROSTAT_BULK_TIMEOUT_MS, EUROSTAT_BULK_MAX_BYTES, CANVAS_PROVIDER_TYPE, CANVAS_TEMP_PATH, CANVAS_TTL_MS, CANVAS_DEFAULT_ROW_LIMIT
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio, streamable-http, streamable-http
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/cyanheads/eurostat-mcp-server
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm, npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)https://eurostat.caseyjhand.com/mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)eurostat.caseyjhand.com
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-21
Source: MCP-Register · collected on 2026-08-22 · self-declared
Last changed in the registry (raw)2026-08-21
Source: MCP-Register · collected on 2026-08-22 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket und remote
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)@cyanheads/eurostat-mcp-server
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)0.6.1
Source: MCP-Register · collected on 2026-08-22 · self-declared
Runtime hints (raw)bun
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)string
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)CANVAS_DEFAULT_ROW_LIMIT=Maximum rows a single eurostat_dataframe_query returns before the result is reported as truncated. · CANVAS_PROVIDER_TYPE=Set to 'duckdb' to enable the dataframe canvas, which lists the eurostat_dataframe_describe and eurostat_dataframe_query tools, lets eurostat_query_dataset stage a match larger than its 5,000-row inline cap as a SQL table, and lets eurostat_download_dataset retain a whole bulk download instead of only its inline preview. The DuckDB binding ships with the server, so this variable is the only switch. · CANVAS_TEMP_PATH=Directory DuckDB writes canvas spill files to. Must be writable by the server process. Defaults to a 'mcp-canvas' directory under the OS temp directory. · CANVAS_TTL_MS=Sliding lifetime of a staged dataframe canvas in milliseconds; every call against it extends the window. Defaults to 24 hours. · EUROSTAT_BASE_URL=Eurostat API base URL. Override when using a mirror or proxy. · EUROSTAT_BULK_MAX_BYTES=Byte budget for one eurostat_download_dataset transfer, counted on the decoded TSV rather than on the wire. Eurostat sends the body chunked with no Content-Length, so the budget is enforced while streaming and the transfer is aborted when it is reached. Defaults to 50 MiB. · EUROSTAT_BULK_TIMEOUT_MS=HTTP timeout for one eurostat_download_dataset transfer, in milliseconds. Held separate from EUROSTAT_REQUEST_TIMEOUT_MS because a bulk body streams for minutes where a metadata call answers in seconds. Defaults to 2 minutes. · EUROSTAT_REQUEST_TIMEOUT_MS=HTTP request timeout in milliseconds for Eurostat API calls. · EUROSTAT_TOC_CACHE_TTL_MS=How long a fetched catalogue TOC stays usable before the next catalogue call refreshes it, in milliseconds. Defaults to 12 hours. · MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com).
Source: MCP-Register · collected on 2026-08-16 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

Changes
2026-08-22Version: 0.6.0 → 0.6.1
2026-08-22Last changed in the registry (raw): 2026-08-04 → 2026-08-21
2026-08-22First listed in the registry (raw): 2026-08-04 → 2026-08-21
2026-08-22Package versions (raw): 0.6.0 → 0.6.1
2026-08-16Last changed in the registry (raw): – → 2026-08-04
2026-08-16First listed in the registry (raw): – → 2026-08-04
2026-08-16Registry status message (raw): – → –
2026-08-16Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Icon formats (raw): – → –
2026-08-16Environment variable descriptions (raw): – → CANVAS_DEFAULT_ROW_LIMIT=Maximum rows a single eurostat_dataframe_query returns before the result is reported as truncated. · CANVAS_PROVIDER_TYPE=Set to 'duckdb' to enable the dataframe canvas, which lists the eurostat_dataframe_describe and eurostat_dataframe_query tools, lets eurostat_query_dataset stage a match larger than its 5,000-row inline cap as a SQL table, and lets eurostat_download_dataset retain a whole bulk download instead of only its inline preview. The DuckDB binding ships with the server, so this variable is the only switch. · CANVAS_TEMP_PATH=Directory DuckDB writes canvas spill files to. Must be writable by the server process. Defaults to a 'mcp-canvas' directory under the OS temp directory. · CANVAS_TTL_MS=Sliding lifetime of a staged dataframe canvas in milliseconds; every call against it extends the window. Defaults to 24 hours. · EUROSTAT_BASE_URL=Eurostat API base URL. Override when using a mirror or proxy. · EUROSTAT_BULK_MAX_BYTES=Byte budget for one eurostat_download_dataset transfer, counted on the decoded TSV rather than on the wire. Eurostat sends the body chunked with no Content-Length, so the budget is enforced while streaming and the transfer is aborted when it is reached. Defaults to 50 MiB. · EUROSTAT_BULK_TIMEOUT_MS=HTTP timeout for one eurostat_download_dataset transfer, in milliseconds. Held separate from EUROSTAT_REQUEST_TIMEOUT_MS because a bulk body streams for minutes where a metadata call answers in seconds. Defaults to 2 minutes. · EUROSTAT_REQUEST_TIMEOUT_MS=HTTP request timeout in milliseconds for Eurostat API calls. · EUROSTAT_TOC_CACHE_TTL_MS=How long a fetched catalogue TOC stays usable before the next catalogue call refreshes it, in milliseconds. Defaults to 12 hours. · MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com).

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-cyanheads-eurostat-mcp-server