mymedi-ai-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_API_KEY | Yes | API key from registration | |
| MCP_API_BASE_URL | No | API base URL | https://mymedi-ai.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| code_lookupA | Look up medical codes (ICD-10, CPT, HCPCS) by code string. Returns description, category, active status, and related codes. |
| code_suggestA | Get AI-powered medical code suggestions from a clinical description. Returns ranked code suggestions with relevance scores. |
| code_validateC | Validate a medical code for correctness, active status, and context. Returns warnings and errors. |
| pa_predictB | Predict prior authorization approval probability for a procedure. Returns approval likelihood (0-1), confidence level, estimated processing days, and contributing factors. |
| pa_statusB | Check the status of a prior authorization request. Returns current status, dates, and expiration info. |
| ner_extractB | Extract medical named entities from clinical text. Identifies ICD-10 codes, CPT codes, dates, medications, and 12 entity types with confidence scores. |
| claims_validateA | Pre-submission claims validation. Checks for errors, missing fields, code mismatches, and provides fix suggestions before you submit to the payer. |
| compliance_auditB | HIPAA compliance audit. Scans data for PHI exposure (SSN, MRN, DOB patterns), returns findings with severity, score (0-100), and remediation recommendations. |
| provider_searchC | Search the NPI provider directory. Find healthcare providers by name, specialty, or location. |
| provider_enrichC | AI-enriched provider intelligence from NPI number. Returns practice details, specialties, affiliations, and market context. |
| drug_enrichC | Drug information enrichment via OpenFDA. Returns drug details, indications, interactions, and AI analysis. |
| market_analysisC | Healthcare specialty market analysis for a specific state. Returns provider density, competition metrics, and market opportunity data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/OFODevelopment/mymedi-ai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server