search_datasets
ActiveTool of Healthdata
declared in 0.1.0
Search HealthData.gov for public health datasets by keyword (e.g., "COVID hospitalizations", "Medicare spending", "opioid prescriptions"). Returns dataset titles, descriptions, organizations, and resource links.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "COVID-19 hospitalizations"
},
{
"limit": 20,
"query": "opioid prescriptions by state"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (1-50, default 10)"
},
"query": {
"type": "string",
"description": "Search query (e.g., \"vaccination rates\", \"hospital readmissions\", \"air quality health\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Healthdata
https://github.com/pipeworx-io/mcp-healthdata
2/7 registries