Skip to content
Back to search
100
MCP live v2.4.6 streamable-http

io.github.cyanheads/clinicaltrialsgov-mcp-server

io.github.cyanheads/clinicaltrialsgov-mcp-server

Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials.

Uptime
25.7%
35 probes
Response
360ms
last probe
Tools
7
callable

Tools · 7

clinicaltrials_search_studies

Search for clinical trial studies from ClinicalTrials.gov. Supports full-text and field-specific queries, status/phase/geographic filters, pagination, sorting, and field selection. Use the fields para…

clinicaltrials_get_study_record

Fetch a single clinical trial study by NCT ID from ClinicalTrials.gov. Returns the full study record including protocol details, eligibility criteria, outcomes, arms, interventions, contacts, and loca…

clinicaltrials_get_study_count

Get total clinical trial study count from ClinicalTrials.gov matching a query, without fetching study data. Fast and lightweight. Use for quick statistics or to build breakdowns by calling multiple ti…

clinicaltrials_get_field_values

Discover valid values for ClinicalTrials.gov fields with study counts per value. Use to explore available filter options before building a search — e.g., valid OverallStatus, Phase, InterventionType, …

clinicaltrials_get_field_definitions

Resolve valid field names from the ClinicalTrials.gov data model. Returns canonical PascalCase identifiers (OverallStatus, EnrollmentCount, LeadSponsorName) — the exact names accepted by the `fields`,…

clinicaltrials_get_study_results

Fetch clinical trial results data from ClinicalTrials.gov for completed studies — outcome measures with statistics, adverse events, participant flow, and baseline characteristics. Only available for s…

clinicaltrials_find_eligible

Match patient demographics and conditions to eligible recruiting clinical trials. Provide age, sex, conditions, and location to find studies with matching eligibility criteria, contact information, an…

Similar MCP servers embedding-nearest

clinicaltrialsgov-mcp-server
Search ClinicalTrials.gov trials, retrieve study details and results, and match patients to eligible trials via MCP. STDIO or Streamable HTT
0 tools
clinicaltrialsgov-mcp-server
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
0 tools · http
mcp-server-clinical-trials
ClinicalTrials.gov search with openFDA drug events, labels, recalls, and pipeline analysis
0 tools
clinicaltrials-mcp
Conversational access to ClinicalTrials.gov — an MCP server for pharma analysts, CRO teams, and health-tech builders
0 tools
clinical-trials-ai-mcp
MCP server for clinical trials ai. Features search trials, check eligibility, get trial details. From MEOK AI Labs.
0 tools
io.github.csoai-org/clinical-trials-ai-mcp
Clinical Trials Ai MCP Server by MEOK AI Labs
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/clinicaltrialsgov-mcp-server": {
      "url": "https://clinicaltrials.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}