Skip to main content
ClaudeWave
pipeworx-io avatar
pipeworx-io

mcp-medicare-coverage

View on GitHub

Medicare coverage policy from CMS: national and local coverage determinations, plus open analyses

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated yesterday
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pipeworx-io/mcp-medicare-coverage
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-medicare-coverage": {
      "command": "node",
      "args": ["/path/to/mcp-medicare-coverage/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pipeworx-io/mcp-medicare-coverage and follow its README for install instructions.
Use cases

MCP Servers overview

# mcp-medicare-coverage

Medicare coverage policy from CMS: national and local coverage determinations, plus open analyses

Part of [Pipeworx](https://pipeworx.io) — an MCP gateway connecting AI agents to 1366+ live data sources.

## Tools

| Tool | Description |
|------|-------------|
| `medicare_ncd_search` | Search current Medicare National Coverage Determinations (NCDs) by title, benefit category, or NCD number. NCDs describe national Medicare policy; they are not individualized coverage guarantees or medical advice. |
| `medicare_ncd_detail` | Retrieve one official Medicare National Coverage Determination by CMS document ID and optional version, including covered indications, limitations, effective dates, benefit category, and revision text. |
| `medicare_lcd_search` | Search current final Medicare Local Coverage Determinations (LCDs), optionally restricted to a state. LCDs are contractor- and jurisdiction-specific and can differ across locations. |
| `medicare_lcd_detail` | Retrieve one Medicare LCD by document ID and version. Detailed LCD text requires a CMS license-agreement bearer token because documents may contain licensed AMA/ADA/AHA material; pass _licenseToken obtained directly from CMS after accepting those terms. |
| `medicare_nca_search` | Search National Coverage Analyses (NCAs) and Coverage Analyses for Labs (CALs), including open and completed CMS evidence reviews. An open analysis is a policy process, not a coverage decision. |
| `medicare_nca_detail` | Retrieve one CMS National Coverage Analysis by document ID, including request, issue, benefit category, dates, decision memo, and public-comment status when supplied by CMS. |
| `medicare_recent_coverage_changes` | Recently published or updated national Medicare coverage documents from CMS, including NCDs, NCAs, CALs, MEDCAC meetings, and technology assessments. |
| `medicare_coverage_states` | List CMS Coverage API state identifiers used to scope local Medicare coverage searches. |

## Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

```json
{
  "mcpServers": {
    "medicare-coverage": {
      "url": "https://gateway.pipeworx.io/medicare-coverage/mcp"
    }
  }
}
```

Or connect to the full Pipeworx gateway for access to all 1366+ data sources:

```json
{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}
```

## Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

```
ask_pipeworx({ question: "your question about Medicare Coverage data" })
```

The gateway picks the right tool and fills the arguments automatically.

## More

- [All tools and guides](https://github.com/pipeworx-io/examples)
- [pipeworx.io](https://pipeworx.io)

## License

MIT
mcpmcp-servermedicare-coveragemodel-context-protocolpipeworx

What people ask about mcp-medicare-coverage

What is pipeworx-io/mcp-medicare-coverage?

+

pipeworx-io/mcp-medicare-coverage is mcp servers for the Claude AI ecosystem. Medicare coverage policy from CMS: national and local coverage determinations, plus open analyses It has 0 GitHub stars and was last updated yesterday.

How do I install mcp-medicare-coverage?

+

You can install mcp-medicare-coverage by cloning the repository (https://github.com/pipeworx-io/mcp-medicare-coverage) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pipeworx-io/mcp-medicare-coverage safe to use?

+

pipeworx-io/mcp-medicare-coverage has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains pipeworx-io/mcp-medicare-coverage?

+

pipeworx-io/mcp-medicare-coverage is maintained by pipeworx-io. The last recorded GitHub activity is from yesterday, with 0 open issues.

Are there alternatives to mcp-medicare-coverage?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-medicare-coverage to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: pipeworx-io/mcp-medicare-coverage
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pipeworx-io-mcp-medicare-coverage)](https://claudewave.com/repo/pipeworx-io-mcp-medicare-coverage)
<a href="https://claudewave.com/repo/pipeworx-io-mcp-medicare-coverage"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-medicare-coverage" alt="Featured on ClaudeWave: pipeworx-io/mcp-medicare-coverage" width="320" height="64" /></a>

More MCP Servers

mcp-medicare-coverage alternatives