Connects Claude to US Centers for Medicare & Medicaid Services open data through Pipeworx's gateway infrastructure. The source doesn't list specific tools, but this gives you programmatic access to CMS datasets, likely covering Medicare claims, provider information, and healthcare statistics. You can either use it standalone or tap into the full Pipeworx gateway for 693+ data sources. Supports their ask_pipeworx pattern where you skip manual tool calls and just ask questions in plain English. Runs over streamable HTTP, so no local setup needed. Reach for this when you're building healthcare analytics, policy research tools, or need to cross reference medical provider data without scraping CMS.gov yourself.
CMS Open Data MCP — US Centers for Medicare & Medicaid Services.
Part of Pipeworx — an MCP gateway connecting AI agents to 693+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cms": {
"url": "https://gateway.pipeworx.io/cms/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 693+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cms data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json