AgentHubAgentHub

Medical Terminologies MCP

MCP ServerMCP Registry官方收录

io.github.SidneyBissoli/medical-terminologies-mcp · v1.5.3

Unified MCP lookup server for ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.

概览

Medical Terminologies MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "medical-terminologies-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "medical-terminologies-mcp"
      ]
    }
  }
}

环境变量

WHO_CLIENT_ID可选

WHO ICD-11 API Client ID. Required only for ICD-11 tools (5 tools); the server starts without it and other terminologies (LOINC, RxNorm, MeSH, ATC, CID-10) work unauthenticated. Get credentials at https://icd.who.int/icdapi.

WHO_CLIENT_SECRET可选secret

WHO ICD-11 API Client Secret. Required only for ICD-11 tools.

WHO_ICD11_RELEASE_ID可选

ICD-11 release to query (e.g. 2024-01, 2025-01). Optional; defaults to 2024-01.

ENABLE_SNOMED_TOOLS可选

Set to 'true' to register the 6 SNOMED-dependent tools (snomed_search, snomed_concept, snomed_hierarchy, snomed_descriptions, snomed_ecl, plus map_snomed_to_icd10). Disabled by default because the historical public IHTSDO Snowstorm endpoint was retired (HTTP 410 Gone). Requires SNOMED_BASE_URL pointing at a working self-hosted Snowstorm.

SNOMED_BASE_URL可选

Base URL of a self-hosted Snowstorm instance (e.g. https://my-snowstorm.example.com/snowstorm/snomed-ct). Required only when ENABLE_SNOMED_TOOLS is true.

SNOMED_LANGUAGE可选

Accept-Language tag(s) for SNOMED responses (e.g. pt, pt-BR, es). Optional; defaults to 'en'. Composite values with q-weights depend on the upstream Snowstorm instance.

LOG_LEVEL可选

pino log level (debug, info, warn, error, fatal). Optional; defaults to 'info'. Logs go to stderr only — never stdout (which is the MCP stdio transport).

WHO_CLIENT_ID可选

WHO ICD-11 API Client ID. Required only for ICD-11 tools.

WHO_CLIENT_SECRET可选secret

WHO ICD-11 API Client Secret. Required only for ICD-11 tools.

WHO_ICD11_RELEASE_ID可选

ICD-11 release to query (e.g. 2024-01, 2025-01). Optional; defaults to 2024-01.

ENABLE_SNOMED_TOOLS可选

Set to 'true' to register the 6 SNOMED-dependent tools. Requires SNOMED_BASE_URL.

SNOMED_BASE_URL可选

Base URL of a self-hosted Snowstorm instance. Required only when ENABLE_SNOMED_TOOLS is true.

SNOMED_LANGUAGE可选

Accept-Language tag(s) for SNOMED responses (e.g. pt, pt-BR, es). Optional; defaults to 'en'.

LOG_LEVEL可选

pino log level. Optional; defaults to 'info'.

相关资源

统一 Manifest

{
  "id": "io.github.SidneyBissoli/medical-terminologies-mcp",
  "type": "mcp-server",
  "version": "1.5.3",
  "displayName": "Medical Terminologies MCP",
  "description": "Unified MCP lookup server for ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.",
  "repository": {
    "url": "https://github.com/SidneyBissoli/medical-terminologies-mcp",
    "source": "github"
  },
  "homepage": "https://medium.com/@sbissoli76/seven-medical-terminologies-one-mcp-server-a-practical-walkthrough-for-clinical-and-research-use-a6c46de9c83b",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "medical-terminologies-mcp",
        "version": "1.5.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "WHO_CLIENT_ID",
            "description": "WHO ICD-11 API Client ID. Required only for ICD-11 tools (5 tools); the server starts without it and other terminologies (LOINC, RxNorm, MeSH, ATC, CID-10) work unauthenticated. Get credentials at https://icd.who.int/icdapi."
          },
          {
            "name": "WHO_CLIENT_SECRET",
            "description": "WHO ICD-11 API Client Secret. Required only for ICD-11 tools.",
            "isSecret": true
          },
          {
            "name": "WHO_ICD11_RELEASE_ID",
            "description": "ICD-11 release to query (e.g. 2024-01, 2025-01). Optional; defaults to 2024-01."
          },
          {
            "name": "ENABLE_SNOMED_TOOLS",
            "description": "Set to 'true' to register the 6 SNOMED-dependent tools (snomed_search, snomed_concept, snomed_hierarchy, snomed_descriptions, snomed_ecl, plus map_snomed_to_icd10). Disabled by default because the historical public IHTSDO Snowstorm endpoint was retired (HTTP 410 Gone). Requires SNOMED_BASE_URL pointing at a working self-hosted Snowstorm."
          },
          {
            "name": "SNOMED_BASE_URL",
            "description": "Base URL of a self-hosted Snowstorm instance (e.g. https://my-snowstorm.example.com/snowstorm/snomed-ct). Required only when ENABLE_SNOMED_TOOLS is true."
          },
          {
            "name": "SNOMED_LANGUAGE",
            "description": "Accept-Language tag(s) for SNOMED responses (e.g. pt, pt-BR, es). Optional; defaults to 'en'. Composite values with q-weights depend on the upstream Snowstorm instance."
          },
          {
            "name": "LOG_LEVEL",
            "description": "pino log level (debug, info, warn, error, fatal). Optional; defaults to 'info'. Logs go to stderr only — never stdout (which is the MCP stdio transport)."
          }
        ]
      },
      {
        "registryType": "npm",
        "identifier": "medical-terminologies-mcp",
        "version": "1.5.0",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "WHO_CLIENT_ID",
            "description": "WHO ICD-11 API Client ID. Required only for ICD-11 tools."
          },
          {
            "name": "WHO_CLIENT_SECRET",
            "description": "WHO ICD-11 API Client Secret. Required only for ICD-11 tools.",
            "isSecret": true
          },
          {
            "name": "WHO_ICD11_RELEASE_ID",
            "description": "ICD-11 release to query (e.g. 2024-01, 2025-01). Optional; defaults to 2024-01."
          },
          {
            "name": "ENABLE_SNOMED_TOOLS",
            "description": "Set to 'true' to register the 6 SNOMED-dependent tools. Requires SNOMED_BASE_URL."
          },
          {
            "name": "SNOMED_BASE_URL",
            "description": "Base URL of a self-hosted Snowstorm instance. Required only when ENABLE_SNOMED_TOOLS is true."
          },
          {
            "name": "SNOMED_LANGUAGE",
            "description": "Accept-Language tag(s) for SNOMED responses (e.g. pt, pt-BR, es). Optional; defaults to 'en'."
          },
          {
            "name": "LOG_LEVEL",
            "description": "pino log level. Optional; defaults to 'info'."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.SidneyBissoli/medical-terminologies-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.SidneyBissoli%2Fmedical-terminologies-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Medical Terminologies MCP — MCP Server 安装与配置 · AgentHub