MedCode Oracle
MedCode Oracle — Healthcare API for AI agents License-free medical coding, prior authorization prediction, drug intelligence, reimbursement rates, and…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Code Lookup: Look up medical codes (ICD-10, CPT, HCPCS) by code string. Returns description, category, active status, and related codes.
- Code Suggest: Get AI-powered medical code suggestions from a clinical description. Returns ranked code suggestions with relevance scores.
- Code Validate: Validate a medical code for correctness, active status, and context. Returns warnings and errors.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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
- Anonymous USDC — pay-per-call via x402 protocol on Base mainnet, no signup
- Pre-paid credits — Stripe or USDC deposit, X-API-Key header
Get started
# 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: " \\
-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-serverand@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.
Список инструментов сервера (20)
Технические названия из tools/list. Нужны только разработчикам.
| code_lookup | Look up medical codes (ICD-10, CPT, HCPCS) by code string. Returns description, category, active status, and related codes. |
| code_suggest | Get AI-powered medical code suggestions from a clinical description. Returns ranked code suggestions with relevance scores. |
| code_validate | Validate a medical code for correctness, active status, and context. Returns warnings and errors. |
| pa_predict | Predict prior authorization approval probability for a procedure. Returns approval likelihood (0-1), confidence level, estimated processing days, and contributing factors. |
| pa_status | Check the status of a prior authorization request. Returns current status, dates, and expiration info. |
| ner_extract | Extract medical named entities from clinical text. Identifies ICD-10 codes, CPT codes, dates, medications, and 12 entity types with confidence scores. |
| claims_validate | Pre-submission claims validation. Checks for errors, missing fields, code mismatches, and provides fix suggestions before you submit to the payer. |
| compliance_audit | HIPAA compliance audit. Scans data for PHI exposure (SSN, MRN, DOB patterns), returns findings with severity, score (0-100), and remediation recommendations. |
| drug_lookup | Look up drug information including label data, adverse events, and related diagnosis codes. Source: OpenFDA (public domain). |
| drug_interactions | Check drug-drug interaction signals from FDA adverse event co-reports. Returns co-reported reactions and signal strength. Source: OpenFDA FAERS (public domain). |
| code_reimbursement | Look up Medicare reimbursement rates for a medical code. Returns RVU values and estimated payment amounts using CMS PFS conversion factor. Source: CMS PFS RVU 2026 (public domain). |
| trials_search | Search active clinical trials by condition, ICD-10 code, or intervention. Returns trial details including NCT ID, phase, enrollment, and eligibility. Source: ClinicalTrials.gov (public domain). |
| code_crossref | Cross-reference a medical code across ICD-10, CPT, and HCPCS systems. Returns related codes grouped by system. Source: CodeReference DB (ICD-10/HCPCS: public domain). |
| drug_rxnorm | Look up a drug in NIH RxNorm for normalized terminology (RxCUI) and optionally check clinical drug-drug interactions with severity ratings. Source: NIH RxNorm (public domain). |
| provider_payments | Look up pharmaceutical and device company payments to a physician (Sunshine Act data). Returns total payments, breakdown by type, and top paying companies. Source: CMS Open Payments (public domain). |
| disease_surveillance | Look up disease surveillance data including case counts and trends by condition and geography. Source: CDC National Notifiable Diseases Surveillance System (public domain). |
| provider_search | Search the NPI provider directory. Find healthcare providers by name, specialty, or location. |
| provider_enrich | AI-enriched provider intelligence from NPI number. Returns practice details, specialties, affiliations, and market context. |
| drug_enrich | Drug information enrichment via OpenFDA. Returns drug details, indications, interactions, and AI analysis. |
| market_analysis | Healthcare specialty market analysis for a specific state. Returns provider density, competition metrics, and market opportunity data. |