MCP server exposing 3 tools for eurostat.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/eurostat/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_dataset — Fetch statistical data from a Eurostat dataset by dataset code. Optionally filter by country (geo) and time period. Example: get_dataset({ dataset_code: "nama_10_gdp", geo: "DE", time: "2023" }). Common dataset codes: "nama_10_gdp" (GDP), "prc_hicp_manr" (inflation), "une_rt_m" (unemployment).search_datasets — Search for Eurostat datasets by keyword. Returns dataset codes, titles, and update dates. Example: search_datasets({ query: "unemployment rate" })list_datasets — Return a curated list of ~14 popular Eurostat dataset codes grouped by theme (Economy, Prices, Labour, Population, Migration, Trade, Energy, Environment, Tourism). No parameters required; use the returned codes with get_dataset.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/eurostat/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io