mymedi-ai-mcp-server

MyMedi-AI/mymedi-ai-mcp-server
★ 1 stars JavaScript AI/LLM Updated 1d ago
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"
      ]
    }
  }
}