healthcare-mcp
Verified Safeby openpharma-org
Overview
A Model Context Protocol (MCP) server providing comprehensive access to CMS Medicare data for AI assistants and applications to search and analyze Medicare payment, utilization, and coverage information.
Installation
node -r dotenv/config build/index.jsEnvironment Variables
- LOG_LEVEL
- USE_HTTP
- PORT
Security Notes
The server primarily acts as a proxy to public CMS and RxNorm APIs, and reads local data files. Input parameters for API calls are processed using URLSearchParams and explicit filter keys, which helps prevent URL injection. Local file paths are constructed securely with 'path.join' to mitigate path traversal risks. There are no obvious hardcoded secrets or use of 'eval' or other highly dangerous patterns. The main security considerations are robust input validation by the underlying CMS APIs and the integrity of the local data files.
Similar Servers
fhir-mcp-server
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
pyomop
A Python library providing tools for managing OMOP Common Data Model databases, including LLM-powered natural language querying, FHIR-to-OMOP data conversion, and PyHealth/PLP compatibility for machine learning pipelines.
medical-mcp
Provides comprehensive, real-time medical data from authoritative sources to enhance AI workflows locally and privately.
data-commons-search
Provides a natural language search interface over open-access scientific datasets and tools, assisted by a Large Language Model (LLM) through the Model Context Protocol (MCP).