cms-pricing-mcp-server

QuentinCody/cms-pricing-mcp-server
★ 0 stars TypeScript 📊 Data/Analytics Updated today
CMS Medicare Pricing MCP Server — inpatient DRG, outpatient APC, physician HCPCS, DMEPOS, lab, drug spending, and geographic variation data from Data.CMS.gov
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cms-pricing-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/cms-pricing-mcp-server"
      ]
    }
  }
}