search_datasets
Pack: cms · Endpoint: https://gateway.pipeworx.io/cms/mcp
Find CMS dataset IDs + titles by keyword. CMS publishes Medicare/Medicaid open data (provider data, spending, enrollment, drug pricing, quality measures, hospitals, nursing homes, ACOs, etc.). Searches the CMS DCAT catalog client-side over each dataset title/description/keywords. Returns the datasetId (UUID) you pass to get_dataset and dataset_info.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | yes | Search term, e.g. “hospital”, “drug spending”, “nursing home”, “enrollment”. |
limit | number | no | Max datasets to return (default 25, max 100). |
Example call
curl -X POST https://gateway.pipeworx.io/cms/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_datasets","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cms": {
"url": "https://gateway.pipeworx.io/cms/mcp"
}
}
}
See Getting Started for client-specific install steps.