procedure coverage for Claude Desktop
io.github.builtforai/procedure-coverage
Medicare coverage and fee-schedule amounts for CPT/HCPCS codes against a diagnosis
client:Claude Desktop
transport:streamable-http
tools:1
Install procedure coverage in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"procedure-coverage": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://medicalclaim.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs