Healthcare billing MCP server — 20 AI tools for ICD-10, CPT, HCPCS lookup (81,769 codes with RVU + OPPS pricing), prior auth prediction, claims validation, denial-risk scoring, and NPI/drug enrichment. 10 free credits, then x402 USDC or Stripe.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mymedi-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"MyMedi-AI/mymedi-ai-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mymedi-ai-mcp-server npx -y MyMedi-AI/mymedi-ai-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mymedi-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"MyMedi-AI/mymedi-ai-mcp-server"
]
}
}
}