MCP server exposing 6 tools for who-euro.
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/who-euro/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
who_euro_search_measures — Find health indicators in the WHO Regional Office for Europe Data Warehouse by name — tuberculosis incidence, life expectancy, hospital beds, alcohol consumption, immunization coverage and thousands more across 53 European countries, many with series back to the 1970s. Returns the measure code needed to fetch data, with the indicator name and when its data was last updated. Use to find European health statistics and WHO Europe indicator codes.who_euro_measure_data — Fetch the time series for a WHO Europe health indicator, by country and year. Returns yearly values with their country, sex breakdown and units for European countries and country groups such as the EU or the WHO European Region. Use for European health statistics over time — mortality, disease incidence, health system capacity, risk factors and health expenditure.who_euro_list_datasets — List the WHO Regional Office for Europe data collections — European Health for All (HFA), the European mortality database, health and technical resources, environment and health (ENHIS), Health Behaviour in School-aged Children, antimicrobial resistance, financial protection and others. Returns each dataset code, name and when it was last updated. Use to see what European health data collections exist before searching indicators.who_euro_dataset_measures — List every health indicator inside one WHO Europe dataset, such as HFA (European Health for All) or HFAMDB (European mortality database). Returns indicator codes and names. Use to browse a specific European health data collection.who_euro_countries — List the countries and country groups covered by the WHO European Region Data Warehouse, with their codes. Country groups include the WHO European Region, EU members, CIS and others, and can be used directly as a country argument to get grouped values. Use to resolve a European country to the code WHO Europe data uses.who_euro_measure_metadata — Get the definition, data source and footnotes for a WHO Europe health indicator — how it is calculated, which organisation supplied it, and country-specific caveats. Use before comparing European health indicator values across countries or years.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/who-euro/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io