Unified MCP server for seven medical terminologies (ICD-11, SNOMED CT, LOINC, RxNorm, MeSH, ATC, CID-10) with authoritative WHO ICD-10→ICD-11
Unified MCP server for seven medical terminologies (ICD-11, SNOMED CT, LOINC, RxNorm, MeSH, ATC, CID-10) with authoritative WHO ICD-10→ICD-11 mapping. 37 tools, hosted endpoint available, MIT. The medical terminologies mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
A Model Context Protocol (MCP) server providing unified access to major global medical terminologies:
Everything the assistant can do here goes through one of these:
icd11_search — Search ICD-11 by termicd11_lookup — Get entity details by code/URIicd11_hierarchy — Navigate parent/child relationshipsicd11_chapters — List all ICD-11 chaptersicd11_postcoordination — Get postcoordination axesloinc_search — Search lab tests and observationsloinc_details — Get full LOINC code detailsloinc_answers — Get answer list for surveysloinc_panels — Get panel/form structurerxnorm_search — Search drugs by namerxnorm_concept — Get drug concept detailsrxnorm_ingredients — Get active ingredientsBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 6 environment variables: WHO_CLIENT_ID, WHO_CLIENT_SECRET, ENABLE_SNOMED_TOOLS, SNOMED_BASE_URL, SNOMED_LANGUAGE, WHO_ICD11_RELEASE_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Medical Terminologies MCP's toolset — icd11_search, icd11_lookup, icd11_hierarchy and 11 more — is a fair guide to whether it matches your workflow. It is maintained by sidneybissoli; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| icd11_search | Search ICD-11 by term |
| icd11_lookup | Get entity details by code/URI |
| icd11_hierarchy | Navigate parent/child relationships |
| icd11_chapters | List all ICD-11 chapters |
| icd11_postcoordination | Get postcoordination axes |
| loinc_search | Search lab tests and observations |
| loinc_details | Get full LOINC code details |
| loinc_answers | Get answer list for surveys |
| loinc_panels | Get panel/form structure |
| rxnorm_search | Search drugs by name |
| rxnorm_concept | Get drug concept details |
| rxnorm_ingredients | Get active ingredients |
| rxnorm_classes | Get therapeutic classes |
| rxnorm_ndc | Map between RxCUI and NDC |
{
"mcpServers": {
"medical-terminologies": {
"command": "npx",
"args": ["-y", "medical-terminologies-mcp"],
"env": {
"WHO_CLIENT_ID": "your-who-client-id",
"WHO_CLIENT_SECRET": "your-who-client-secret"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| WHO_CLIENT_ID | Configuration value read at startup. | Optional |
| WHO_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| ENABLE_SNOMED_TOOLS | Configuration value read at startup. | Optional |
| SNOMED_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| SNOMED_LANGUAGE | Configuration value read at startup. | Optional |
| WHO_ICD11_RELEASE_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.