★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cms-pricing-mcp-serv": {
"command": "npx",
"args": [
"-y",
"QuentinCody/cms-pricing-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cms-pricing-mcp-serv npx -y QuentinCody/cms-pricing-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cms-pricing-mcp-serv": {
"command": "npx",
"args": [
"-y",
"QuentinCody/cms-pricing-mcp-server"
]
}
}
}
📋 Copy