Medical Billing MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_icd10A | Look up ICD-10 diagnosis codes by code or search term |
| lookup_cptA | Look up CPT procedure codes by code or search term |
| lookup_modifierB | Look up billing modifier usage and documentation requirements |
| lookup_denialB | Look up denial codes (CARC/RARC) with resolution steps |
| lookup_payerC | Look up payer-specific billing rules |
| lookup_bundlingC | Check if procedure codes are bundled together |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct category of medical billing data (CPT, ICD-10, modifiers, bundling, denials, payer rules), with no overlap or ambiguity.
All tools follow the consistent 'lookup_<entity>' pattern using snake_case, making predictable and easy to understand.
6 tools cover the major lookup types for medical billing without being overly numerous or sparse, a well-scoped set.
Core billing lookups (CPT, ICD-10, modifiers, bundling, denials, payer rules) are covered; missing HCPCS or other minor codes are not critical for most scenarios.