You're viewing a demo portfolio

Join the waitlist
PRSM

search_datasets

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Healthdata

https://github.com/pipeworx-io/mcp-healthdata

2/7 registries
View full server →
search_datasets — Healthdata — PRSM MCP