plainyogurt21/clintrials-mcp
An MCP (Model Context Protocol) server that provides structured access to ClinicalTrials.gov data, allowing LLMs to search, retrieve, and analyze clinical trial information.
pip install -r requirements.txt> Note: JavaScript package managers like npm, pnpm, or bun are not required for this project because all runtime dependencies are Python packages managed through requirements.txt.
python mcp_server.pyCost: FREE for first 1M requests/month, then $0.20 per 1M requests Setup time: 2 minutes
aws configure
# Enter your AWS Access Key ID, Secret Key, and region ./deploy-lambda.sh
# Takes ~60 seconds, automatically creates function + public URL npx wrangler secret put BACKEND_URL
# Paste your Lambda Function URL when prompted npx wrangler deployYour MCP server will be available at: https://<worker-name>.workers.dev/sse
Pros: Completely free tier, auto-scales, no server management Cons: Cold starts (~1-2s first request after idle)
*
Loading reviews...