11
ICD-11
Auth Required (WHO)
4 tools
WHO's latest classification. Search, lookup, hierarchy navigation, and coding info.
Overview
ICD-11 is the latest revision of the International Classification of Diseases maintained by the World Health Organization. It offers improved digital integration and more detailed classification than ICD-10.
Prerequisites
Registration required at icd.who.int/icdapi. Create an application to get OAuth credentials.
Available Tools
| Tool | Description |
|---|---|
icd11_lookup | Look up an entity by ID |
icd11_search | Search codes by term |
icd11_hierarchy | Navigate parent/child entities |
icd11_coding | Get coding information for a code |
Configuration
{
"mcpServers": {
"icd11": {
"command": "/path/to/icd11-mcp",
"env": {
"ICD11_CLIENT_ID": "your-client-id",
"ICD11_CLIENT_SECRET": "your-client-secret"
}
}
}
}