search_datasets
ActiveTool of Hdx
Search the Humanitarian Data Exchange catalogue (CKAN package_search) for datasets on displacement, refugees, food security, conflict, disasters, health, population, etc. Returns matching datasets with titles, descriptions, publishing organization, locations (groups), and resources. Filter by country/crisis with fq="groups:<iso3>" (e.g. "groups:syr") — get codes from list_locations.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"fq": {
"type": "string",
"description": "Solr filter query (facet filter). e.g. \"groups:syr\" (location = Syria), \"organization:unhcr\", \"res_format:CSV\". Combine with spaces."
},
"rows": {
"type": "number",
"description": "Max results, 1-1000 (default 25)."
},
"sort": {
"type": "string",
"description": "Sort spec, e.g. \"metadata_modified desc\" or \"score desc\"."
},
"query": {
"type": "string",
"description": "Search terms, e.g. \"displacement\", \"food security\", \"conflict fatalities\"."
},
"start": {
"type": "number",
"description": "0-based offset for paging."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hdx
https://github.com/pipeworx-io/mcp-hdx
1/7 registries