@pipeworx/healthdata
Connect: https://gateway.pipeworx.io/healthdata/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 3
Tools
- search_datasets — Search HealthData.gov for public-health datasets by keyword (e.g. “COVID hospitalizations”, “Medicare spending”, “opioid prescriptions”). Returns each dataset’s Socrata id (a 4x4 like “g62h-syeh”), ti
- get_dataset — Full metadata for one HealthData.gov dataset by its Socrata id (a 4x4 like “g62h-syeh”, returned by search_datasets). Returns title, description, owning agency, licence, every column with its type, ro
- get_rows — Read actual rows from a HealthData.gov dataset by its Socrata 4x4 id. Optional SoQL
where(e.g. “state = ‘CA’”) andorder(e.g. “date DESC”). Use get_dataset first to see the column names. This re
Tools
get_dataset— Full metadata for one HealthData.gov dataset by its Socrata id (a 4x4 like g62h-syeh , returned by search_datasets). Returns title, description, owning agency, licence, every column with its type, rowget_rows— Read actual rows from a HealthData.gov dataset by its Socrata 4x4 id. Optional SoQL `where` (e.g. state = 'CA' ) and `order` (e.g. date DESC ). Use get_dataset first to see the column names. This retusearch_datasets— Search HealthData.gov for public-health datasets by keyword (e.g. COVID hospitalizations , Medicare spending , opioid prescriptions ). Returns each dataset's Socrata id (a 4x4 like g62h-syeh ), title,