# MedCode Oracle — Healthcare API for AI agents License-free medical coding, prior authorization prediction, drug inte…
# MedCode Oracle — Healthcare API for AI agents License-free medical coding, prior authorization prediction, drug intelligence, reimbursement rates, and clinical trial matching — all from US government data sources (CMS PFS, OpenFDA, ClinicalTrials.gov, NIH RxNorm, CDC NNDSS, NPI registry). ## What it does **20 tools across 7 healthcare domains:** - **Medical coding** — ICD-10, CPT, HCPCS lookup with crosswalks (81,769 codes) - **Prior authorization** — approval probability prediction with 85% accuracy - **Drug intelligence** — OpenFDA labels, FAERS interactions, NIH RxNorm - **Reimbursement** — Medicare PFS RVUs + OPPS facility pricing (2026 rates) - **Clinical trials** — ClinicalTrials.gov search by condition / ICD-10 / intervention - **Provider data** — NPI directory, CMS Open Payments transparency - **Disease surveillance** — CDC NNDSS case counts and trends ## Pricing Pay-per-call. 1 credit = $0.001 USD. | Tier | Example | Cost | |---|---|---| | Cheap | Code lookup | $0.001 | | Mid | NER extract, FHIR transform, claims validate | $0.02–0.05 | | Premium | PA predict, market analysis | $0.05–0.10 | | Audit | HIPAA compliance audit | $0.25 | **100 free credits on signup** (\$0.10 sample — enough for 1× pa/predict + 50 cheap calls). ## Two payment paths 1. **Anonymous USDC** — pay-per-call via x402 protocol on Base mainnet, no signup 2. **Pre-paid credits** — Stripe or USDC deposit, X-API-Key header ## Get started ```bash # Register for an API key (instant, no email required) curl -X POST https://mymedi-ai.com/bot-marketplace/register \\ -H "Content-Type: application/json" \\ -d '{"name":"my-agent"}' # First call (codes/lookup, 1 credit) curl -X POST https://mymedi-ai.com/agent/v1/codes/lookup \\ -H "X-API-Key: <your-key>" \\ -d '{"code":"G47.33"}' ``` ## Resources - **Homepage**: https://mymedi-ai.com - **Playground**: https://mymedi-ai.com/playground - **GitHub**: https://github.com/MyMedi-AI/mymedi-ai-mcp-server - **npm**: `@mymedi-ai/mcp-server` and `@mymedi-ai/sdk` - **Glama listing**: Security A · Quality A · License A - **listed on**: awesome-mcp-servers (merged Apr 23 2026) HIPAA-ready architecture. All data sources are public-domain US government APIs.
mymedi-ai
mcp
free
Others in the same category, ranked by how often they are opened.