Skip to content
MCP Server Community By @MyMedi-AI

MyMedi-AI/mymedi-ai-mcp-server

[![MyMedi-AI/mymedi-ai-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server) 📇 ☁️ - Healthcare billing AI for agents: ICD-10/CPT/HCPCS code lookup (81,769 codes with RVU + OPPS pricing), prior auth prediction, medical NER, claims validation, denial-risk scoring, HIPAA compliance auditing, and NPI/drug enrichment. 20 tools, 10 free credits then pay-per-call via credits or anonymous USDC (x402). `npx @mymedi-ai/mcp-server`

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: MyMedi-AI/mymedi-ai-mcp-server Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-mymedi-ai-mymedi-ai-mcp-server

Detailed Documentation

MyMedi-AI/mymedi-ai-mcp-server MCP server 📇 ☁️ - Healthcare billing AI for agents: ICD-10/CPT/HCPCS code lookup (81,769 codes with RVU + OPPS pricing), prior auth prediction, medical NER, claims validation, denial-risk scoring, HIPAA compliance auditing, and NPI/drug enrichment. 20 tools, 10 free credits then pay-per-call via credits or anonymous USDC (x402). npx @mymedi-ai/mcp-server

Configuration

{
  "mcpServers": {
    "mymedi-ai-mymedi-ai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mymedi-ai-mymedi-ai-mcp-server"
      ],
      "env": {}
    }
  }
}