Clinical Terminology MCP
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

ToolDescription
icd11_lookupLook up an entity by ID
icd11_searchSearch codes by term
icd11_hierarchyNavigate parent/child entities
icd11_codingGet 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"
      }
    }
  }
}