mymedi-ai-mcp-server
A HIPAA-compliant healthcare AI server providing 20 tools for medical billing, clinical intelligence, and public health data — backed by 81K+ codes and 7 free government data sources.
Medical Coding
code_lookup— Look up ICD-10, CPT, or HCPCS codes to get descriptions, categories, active status, and related codescode_suggest— Get AI-powered ranked code suggestions from clinical textcode_validate— Validate a code for correctness, active status, and contextual accuracycode_crossref— Cross-reference a code across ICD-10, CPT, and HCPCS systemscode_reimbursement— Look up Medicare reimbursement rates (RVU values and estimated payment amounts)
Prior Auth & Claims
pa_predict— Predict prior authorization approval probability with confidence level and contributing factorspa_status— Check the current status of a prior authorization requestclaims_validate— Pre-submission claims validation to catch errors, missing fields, and code mismatchesner_extract— Extract medical named entities (codes, medications, dates, 12 entity types) from clinical text with confidence scorescompliance_audit— HIPAA compliance audit scanning for PHI exposure with severity ratings and remediation recommendations
Drug Intelligence
drug_lookup— Look up drug label data, adverse events, and related diagnosis codes via OpenFDAdrug_interactions— Check drug-drug interaction signals from FDA adverse event co-reports (FAERS)drug_rxnorm— Look up normalized drug terminology (RxCUI) from NIH RxNorm with clinical interaction severity ratingsdrug_enrich— Get AI-enriched drug intelligence including indications, interactions, and analysis
Providers & Market
provider_search— Search the NPI provider directory by name, specialty, or locationprovider_enrich— Get AI-enriched provider intelligence (practice details, specialties, affiliations, market context)provider_payments— Look up pharmaceutical and device company payments to a physician via CMS Open Payments (Sunshine Act)market_analysis— Analyze healthcare specialty market data by state, including provider density and competition metrics
Clinical & Public Health
trials_search— Search active clinical trials by condition, ICD-10 code, or intervention via ClinicalTrials.govdisease_surveillance— Look up CDC NNDSS disease case counts and trends by condition and/or geography
Enables payment processing for purchasing credit packages to use the healthcare AI tools, allowing users to buy credits for medical billing services through Stripe payment integration.
@mymedi-ai/mcp-server
MCP server for healthcare AI. Connect Claude, Cursor, VS Code, or any MCP client to 25 medical billing + clinical intelligence tools backed by 81K+ codes and 7 free government data sources — plus denial-decoding prompts and CMS dataset resources. Five tools work with no API key at all, and everything is read-only and PHI-free by design.
Claude (web or desktop) users: Settings → Connectors → Add custom connector → paste https://mymedi-ai.com/mcp-stream — no authentication, tools work immediately.
Quick Start
Two ways to pay — pick either:
Option A: Register for credits (100 free)
curl -X POST https://mymedi-ai.com/bot-marketplace/register \
-H "Content-Type: application/json" \
-d '{"name": "my-agent"}'
# → { apiKey, credits: 100 }Option B: Anonymous per-call USDC (no signup)
Send USDC on Base to the treasury wallet and include the signed payment in X-402-Payment header. True agent-to-agent commerce. See /agent/v1/pricing for details.
Or try free
curl "https://mymedi-ai.com/agent/v1/demo?code=99213"Returns basic code metadata (60/hour rate-limited). Paid tier unlocks RVU, Medicare reimbursement (PFS + OPPS), crosswalks, and AI features.
Related MCP server: Medikode Medical Coding MCP Server
Works without an API key
Five tools are free and need no API key — install the server with no MCP_API_KEY and they work immediately (rate-limited 60/hour/IP):
Tool | Description |
| Medicare DMEPOS prior-auth required check — CMS Required Prior Authorization List (42 CFR 414.234) |
| DME denial code (CARC) explainer — meaning, common causes, fixes, appealability |
| Basic medical code lookup — code, type, description, category, active status |
| Medicare national PFS payment + DMEPOS fee-schedule ranges (rental/purchase) |
| Blank DMEPOS pre-delivery checklist — SWO elements, F2F/WOPD, prior auth (42 CFR 410.38) |
The other 20 paid tools need an API key from POST /bot-marketplace/register (100 starter credits).
Client Setup
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mymedi-ai": {
"command": "npx",
"args": ["-y", "@mymedi-ai/mcp-server"],
"env": {
"MCP_API_KEY": "your-api-key"
}
}
}
}Cursor / VS Code
Add to MCP settings:
{
"mymedi-ai": {
"command": "npx",
"args": ["-y", "@mymedi-ai/mcp-server"],
"env": {
"MCP_API_KEY": "your-api-key"
}
}
}Claude Code
claude mcp add mymedi-ai -- npx -y @mymedi-ai/mcp-serverTools (25)
Free (no API key)
Tool | Description | Price |
| Medicare DMEPOS prior-auth required check (42 CFR 414.234) | free |
| DME denial code (CARC) explainer | free |
| Basic code metadata lookup | free |
| Medicare national PFS payment + DMEPOS fee-schedule ranges | free |
| Blank DMEPOS pre-delivery checklist (SWO, F2F/WOPD, PA) | free |
Medical Coding
Tool | Description | Price |
| Look up ICD-10, CPT, HCPCS codes (81K+ codes) | $0.001 |
| AI code suggestions from clinical text | $0.01 |
| Validate code correctness and status | $0.005 |
| Cross-reference codes across ICD-10/CPT/HCPCS | $0.02 |
| Medicare PFS + OPPS reimbursement rates (RVU, $) | $0.01 |
Prior Auth & Claims
Tool | Description | Price |
| Prior auth approval prediction (0–1) | $0.05 |
| Check prior auth status | $0.02 |
| Pre-submission claims validation | $0.05 |
| Extract medical entities from clinical text | $0.02 |
| HIPAA compliance audit | $0.25 |
Drug Intelligence
Tool | Description | Price |
| OpenFDA drug info + adverse events | $0.01 |
| FDA co-reported adverse event signals | $0.03 |
| NIH RxNorm + clinical interactions | $0.02 |
| AI-enriched drug intelligence | $0.03 |
Providers & Market
Tool | Description | Price |
| NPI provider directory search | $0.005 |
| AI-enriched provider intelligence | $0.05 |
| Sunshine Act physician payments (CMS Open Payments) | $0.02 |
| Specialty market analysis by state | $0.10 |
Clinical & Public Health
Tool | Description | Price |
| Active clinical trials (ClinicalTrials.gov) | $0.03 |
| CDC NNDSS case counts + trends | $0.02 |
Prompts
Prompt | Arguments | What it does |
|
| Decodes the denial via |
|
| Assembles the blank pre-delivery paperwork checklist via |
Resources
Resource | URI | Contents |
PA Required List |
| Full CMS Required Prior Authorization List (42 CFR 414.234) with categories and effective dates |
F2F + WOPD List |
| Full CMS face-to-face/WOPD list (42 CFR 410.38(d)) plus the universal SWO elements |
Platform overview |
| What MyMedi-AI is, tool catalog, pricing, integration paths |
Environment Variables
Variable | Description | Default |
| API key from registration (omit for free tools / anonymous USDC) | — |
| API base URL |
|
| Shared-egress rate-limit token for hosted multi-user deployments (not needed for individual installs) | — |
Payment
Free tier: 100 starter credits on registration ($0.10 of usage — enough to run
pa_predictonce and sample the cheap tiers)Credit rate: $0.001 per credit (1 credit = 1 cheapest call)
x402 USDC: Pay per call on Base chain — no signup, agent-native commerce
Stripe: Credit packages at mymedi-ai.com/bot-marketplace/credits/pricing
USDC deposit: Send to treasury wallet and redeem for credits
Credit Balance Headers
Every paid response includes:
Header | Meaning |
| Balance after this call |
| Credits this call consumed |
|
|
|
|
Your SDK/agent can watch for these to trigger auto-top-up.
SDK
For programmatic use without MCP, install the SDK:
npm install @mymedi-ai/sdkimport { MyMediAI } from '@mymedi-ai/sdk';
const client = new MyMediAI({ apiKey: 'your-api-key' });
const result = await client.codeLookup('M79.3');Data Sources
All 7 license-free government sources:
ICD-10 / HCPCS / CPT: CMS PFS RVU 2026 (public domain)
NPI provider directory: CMS (public domain)
OpenFDA: drug labels, adverse events, interactions
RxNorm: NIH normalized drug terminology
ClinicalTrials.gov: active clinical trials
CMS Open Payments: Sunshine Act physician payments
CDC NNDSS: notifiable disease surveillance
Troubleshooting
"Payment required" / 402 responses — the tool you called is pay-per-call and no API key is configured. Register a free key (100 starter credits):
curl -X POST https://mymedi-ai.com/bot-marketplace/register -H "Content-Type: application/json" -d '{"name":"your-agent"}', then setMCP_API_KEY. The five free tools never need a key.429 / rate-limited on free tools — free endpoints allow 60 requests/hour per IP. Wait, or register a key and use the paid equivalents.
Connector won't connect — the hosted endpoint is
https://mymedi-ai.com/mcp-streamover Streamable HTTP. Verify it from a terminal:npx -y @modelcontextprotocol/inspector --cli https://mymedi-ai.com/mcp-stream --transport http --method tools/list.Code not found — lookups expect bare code strings (
E1390,99213,M79.3). Denial codes acceptCO-50,co50, or50.Stale data concerns — reference data follows CMS release cycles (HCPCS April 2026, PFS RVU Jan 2026, PA/F2F lists per Federal Register notices); each response carries its list version where applicable.
Still stuck? Email support@mymedi-ai.com or open an issue at https://github.com/MyMedi-AI/mymedi-ai-mcp-server/issues.
Links
License
MIT
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyMedi-AI/mymedi-ai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server