medical-terminologies-mcp
Verified Safeby SidneyBissoli
Overview
Provides unified programmatic access to major global medical terminologies (ICD-11, SNOMED CT, LOINC, RxNorm, MeSH) for various healthcare and AI applications.
Installation
npx -y medical-terminologies-mcpEnvironment Variables
- WHO_CLIENT_ID
- WHO_CLIENT_SECRET
Security Notes
The server demonstrates good security practices including input validation using Zod for all tool arguments, fetching API credentials from environment variables (`WHO_CLIENT_ID`, `WHO_CLIENT_SECRET`) rather than hardcoding, and implementing rate limiting and retry mechanisms to interact responsibly with external APIs. There are no obvious signs of 'eval', obfuscation, or directly malicious patterns. External API dependencies inherently introduce some risk, but the client implementations show robustness.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
medical-mcp
Provides comprehensive, real-time medical data from authoritative sources to enhance AI workflows locally and privately.
omop_mcp
Maps clinical terminology to OMOP (Observational Medical Outcomes Partnership) concepts using Large Language Models (LLMs) via the Model Context Protocol (MCP) server.