Back to Home
openpharma-org icon

ct-gov-mcp

Verified Safe

by openpharma-org

Overview

This MCP server provides a unified API interface to search, suggest terms, and retrieve detailed information from ClinicalTrials.gov for clinical trial research and discovery.

Installation

Run Command
node -r dotenv/config build/index.js

Environment Variables

  • NODE_ENV
  • LOG_LEVEL
  • USE_HTTP
  • USE_SSE
  • PORT
  • SSE_PATH
  • CORS_ORIGINS
  • ENABLE_PERFORMANCE_MONITORING
  • ENABLE_EXPERIMENTAL_FEATURES

Security Notes

Input validation is robust for all tool parameters (e.g., NCT ID format, date ranges, numerical limits). All external API calls are directed exclusively to the official ClinicalTrials.gov API (https://clinicaltrials.gov), limiting external attack surface. No 'eval' or direct command injection vulnerabilities were found. Environment variables for configuration are loaded securely, and the server provides a warning for wide-open CORS origins ('*') in production environments. No hardcoded secrets were identified, as ClinicalTrials.gov is a public API.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-22

Tags

Clinical ResearchClinical TrialsHealthcareData AccessAPI Wrapper