mcp-icd10
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_codeA | Look up a medical code and return its description. Args: code: Medical code (e.g., 'E11.9', '250.00'). Dots optional. system: 'icd10cm', 'icd9cm', or 'icd10who'. Empty = search all. |
| search_codesA | Search codes by clinical description using full-text search. Args: query: Clinical description or keywords (e.g., 'type 2 diabetes'). system: 'icd10cm', 'icd9cm', or 'icd10who'. Empty = all systems. limit: Max results (default 20, max 50). |
| browse_categoryA | Browse all codes under a category prefix. Args: prefix: Category prefix (e.g., 'E11', 'I25', '250'). system: 'icd10cm' (default), 'icd9cm', or 'icd10who'. limit: Max results (default 50, max 100). |
| translate_codeA | Translate between ICD-9-CM and ICD-10-CM using GEMs crosswalk. Args: code: Source code (e.g., '250.00' for ICD-9, 'E119' for ICD-10-CM). source_system: 'icd9cm' or 'icd10cm'. Empty = auto-detect. |
| get_statsA | Database statistics: code counts per system and crosswalk mappings. |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/stabgan/mcp-icd10'
If you have feedback or need assistance with the MCP directory API, please join our Discord server