You're viewing a demo portfolio

Join the waitlist
PRSM

get_dataset

Active

Tool of Eurostat

declared in 0.1.0

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).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "geo": "DE",
      "time": "2023",
      "dataset_code": "nama_10_gdp"
    },
    {
      "geo": "EU27_2020",
      "time": "2023M06",
      "dataset_code": "prc_hicp_manr"
    }
  ],
  "required": [
    "dataset_code"
  ],
  "properties": {
    "geo": {
      "type": "string",
      "description": "Country/region code filter, e.g. \"DE\" (Germany), \"FR\" (France), \"EU27_2020\" (EU aggregate)"
    },
    "time": {
      "type": "string",
      "description": "Time period filter, e.g. \"2023\", \"2023M01\" (Jan 2023), \"2023Q1\" (Q1 2023)"
    },
    "dataset_code": {
      "type": "string",
      "description": "Eurostat dataset code, e.g. \"nama_10_gdp\", \"prc_hicp_manr\", \"une_rt_m\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Eurostat

https://github.com/pipeworx-io/mcp-eurostat

2/7 registries
View full server →