list_dataflows
Pack: unicef · Endpoint: https://gateway.pipeworx.io/unicef/mcp
Browse or keyword-search UNICEF’s datasets (dataflows). UNICEF Data covers child health, nutrition, education, child protection, child mortality, child poverty, immunization, water/sanitation/hygiene (WASH) and the child-related SDGs. Each result has an id (the dataflowId you pass to dataflow_structure / get_data), a version, and an English name. There are ~70 datasets; pass query to filter. Example: list_dataflows({ query: “mortality” }) or list_dataflows({ query: “nutrition” }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Case-insensitive substring filter on dataset id or name, e.g. “mortality”, “education”, “immunization”. |
limit | number | no | Max results to return (default 50). |
Example call
curl -X POST https://gateway.pipeworx.io/unicef/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_dataflows","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"unicef": {
"url": "https://gateway.pipeworx.io/unicef/mcp"
}
}
}
See Getting Started for client-specific install steps.