snomed-mcp-server
Verified Safeby OrgLance
Overview
Provides a Model Context Protocol (MCP) server for accessing SNOMED CT terminology services, enabling AI models to interact with SNOMED CT data.
Installation
node dist/index.jsSecurity Notes
The server hardcodes SNOMED CT API base URLs, including a specific IP address, rather than making them configurable via environment variables. While these are public endpoints, hardcoding can pose a risk if the IP changes ownership or becomes untrustworthy without a code update. The Cloudflare Worker implementation uses wide-open CORS headers ('Access-Control-Allow-Origin: *') which is typical for public APIs but should be considered if the server were to handle authenticated or sensitive data (which it doesn't appear to do). No obvious 'eval' or other direct code injection vulnerabilities were found. Robust error handling and JSON content type validation are implemented to prevent common issues.
Similar Servers
remote-mcp-oauth-github
Provides a Cloudflare Workers-based Model Context Protocol (MCP) server with GitHub OAuth for secure custom integrations with Claude.ai.
spell-checker-mcp
Provides multi-language spell checking and AI-powered grammar correction, designed to integrate with Model Context Protocol (MCP) clients such as AI coding assistants.
semantic-wake-intelligence-mcp
A Model Context Protocol (MCP) server providing AI agents with a 3-layer temporal intelligence system for memory, causality, and prediction.
datacite-mcp-server
A Model Context Protocol (MCP) server that enables AI assistants to query the DataCite GraphQL API for rich metadata about research outputs, including DOIs, datasets, software, publications, and their connections within the PID Graph.