Medical Terminologies MCP

A Model Context Protocol (MCP) server providing unified access to major global medical terminologies. Its 38 documented tools cover snomed, icd11, loinc, rxnorm.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 10 · #11 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Medical Terminologies MCP

before you install - you'll need

Set WHO_CLIENT_ID, WHO_CLIENT_SECRET, SNOMED_BASE_URL, SNOMED_LANGUAGE before connecting. ENABLE_SNOMED_TOOLS is optional or environment-specific per the README.

Claude Code

claude mcp add sidneybissoli-medical-terminologies-mcp --transport http https://medical.sidneybissoli.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sidneybissoli-medical-terminologies-mcp": {
      "url": "https://medical.sidneybissoli.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://medical.sidneybissoli.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to medical.sidneybissoli.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package medical-terminologies-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.SidneyBissoli is GitHub-verified and matches the repo owner

03 · What Medical Terminologies MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get entity details by code/URI, navigate parent/child relationships, list all ICD-11 chapters, and get postcoordination axes.

Capability map

Tools grouped from the project's README - what Medical Terminologies MCP lets an agent do.

Icd11

6 tools - e.g. Search ICD-11 by term; Get entity details by code/URI; Navigate parent/child relationships

icd11_search · icd11_lookup · icd11_hierarchy · icd11_chapters · icd11_postcoordination · map_icd10_to_icd11

Snomed

6 tools - e.g. Search concepts by term; Get concept details by SCTID; Get parent/child concepts

snomed_search · snomed_concept · snomed_hierarchy · snomed_descriptions · snomed_ecl · map_snomed_to_icd10

Loinc

5 tools - e.g. Search lab tests and observations; Get full LOINC code details; Get answer list for surveys

loinc_search · loinc_details · loinc_answers · loinc_panels · map_loinc_to_snomed

Rxnorm

5 tools - e.g. Search drugs by name; Get drug concept details; Get active ingredients

rxnorm_search · rxnorm_concept · rxnorm_ingredients · rxnorm_classes · rxnorm_ndc

Mesh

5 tools - e.g. Search MeSH descriptors; Get descriptor details; Get tree hierarchy location

mesh_search · mesh_descriptor · mesh_tree · mesh_qualifiers · MeSH

Cid10

4 tools - e.g. Portuguese text search (diacritic-insensitive); Code → official Portuguese name; List the 22 CID-10 chapters

cid10_search · cid10_lookup · cid10_chapters · cid10_chapter

Atc

3 tools - e.g. Drug name → ATC code(s); ATC code (level 1-4) → name + level type; ATC class → member drugs

atc_classify · atc_lookup · atc_members

Terminology

2 tools - e.g. List all 8 supported terminologies with current version, release date, publisher, source URL, and update cadence; Report what diff data is available between two versions of a terminology (real…

terminology_versions · terminology_diff

Latest releases

v1.8.0 · 2026-08-10

Medical Terminologies MCP v1.8.0 · Installation · bash · npm install -g medical-terminologies-mcp · What's included · 31 default tools (37 with SNOMED enabled) for medical terminology lookup · ICD-11, SNOMED CT, LOINC…

v1.7.0 · 2026-08-09

Medical Terminologies MCP v1.7.0 · Installation · bash · npm install -g medical-terminologies-mcp · What's included · 31 default tools (37 with SNOMED enabled) for medical terminology lookup · ICD-11, SNOMED CT, LOINC…

v1.6.0 · 2026-08-09

Medical Terminologies MCP v1.6.0 · Installation · bash · npm install -g medical-terminologies-mcp · What's included · 31 default tools (37 with SNOMED enabled) for medical terminology lookup · ICD-11, SNOMED CT, LOINC…

04 · Who maintains Medical Terminologies MCP

Medical Terminologies MCP is maintained by sidneybissoli. We track 8 MCP servers from sidneybissoli - 6 actively maintained, 32 combined GitHub stars, oldest repo from Jan 2026. Full record: all servers from sidneybissoli.

  1. bcb-br-mcp Brazilian Central Bank / Banco Central do Brasil (BCB) - SGS time series MCP: Selic, IPCA, FX, GDP ★ 6
  2. IBGE Brasil MCP MCP server for live, sourced Brazilian public data from the official IBGE APIs. ★ 8
  3. Dados Abertos Senado BR MCP MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania). ★ 5

05 · Facts

category
science & health - ranked #11 of 60 actively-maintained science & health servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-10)
registry
io.github.SidneyBissoli/medical-terminologies-mcp (active, first published 2026-01-19 · 20 versions)
packages
npm:medical-terminologies-mcp · npm:medical-terminologies-mcp

06 · Medical Terminologies MCP FAQ

Is Medical Terminologies MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Medical Terminologies MCP do?

With this server connected, an agent can get entity details by code/URI, navigate parent/child relationships, list all ICD-11 chapters, and get postcoordination axes.

How do I install Medical Terminologies MCP?

Run `npx -y medical-terminologies-mcp`. The README documents 5 environment variables (WHO_CLIENT_ID, WHO_CLIENT_SECRET, ENABLE_SNOMED_TOOLS…) to set first. Set WHO_CLIENT_ID, WHO_CLIENT_SECRET, SNOMED_BASE_URL, SNOMED_LANGUAGE before connecting. ENABLE_SNOMED_TOOLS is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Medical Terminologies MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Medical Terminologies MCP