brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.SidneyBissoli/medical-terminologies-mcp · v1.5.7
Diagnoses, drugs & lab codes: 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可选secretWHO 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可选secretWHO 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'.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.SidneyBissoli/medical-terminologies-mcp",
"type": "mcp-server",
"version": "1.5.7",
"displayName": "Medical Terminologies MCP",
"description": "Diagnoses, drugs & lab codes: 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.7",
"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.sidneybissoli.com/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"
}
}