MCP server exposing 5 tools for clinicaltrials.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/clinicaltrials/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ct_search — Search clinical trials by keyword, condition, status (e.g., 'Recruiting'), or phase (e.g., 'Phase 2'). Returns NCT IDs, titles, status, enrollment, and sponsor info.ct_get_study — Get full trial details by NCT ID (e.g., 'NCT04567890'). Returns protocol, eligibility criteria, primary outcomes, sponsor, locations, and results.ct_count_by_condition — Count trials for a condition (e.g., 'diabetes'). Returns breakdown by status and phase for landscape analysis.ct_sponsor_trials — List all trials by sponsor or organization name. Returns status, phase, and conditions to map research pipelines.ct_recent_updates — Get recently posted or updated trials sorted by date. Returns NCT IDs, titles, status changes, and conditions.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/clinicaltrials/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io