Back to Home
OrgLance icon

snomed-mcp-server

Verified Safe

by 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

Run Command
node dist/index.js

Security 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-23

Tags

healthcaresnomed-ctterminologymcp-servercloudflare-workers