who_euro_list_datasets
Pack: who-euro · Endpoint: https://gateway.pipeworx.io/who-euro/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Optional words to filter dataset names. |
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/who-euro/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"who_euro_list_datasets","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('who_euro_list_datasets', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"who-euro": {
"url": "https://gateway.pipeworx.io/who-euro/mcp"
}
}
}
See Getting Started for client-specific install steps.