Mmcp.market

Clinicaltrials MCP server

by pipeworx-io·io.github.pipeworx-io/clinicaltrials·v0.1.1

Search and analyze ClinicalTrials.gov: trials by keyword/condition/drug/status/phase, one study's…

A87/100grade A
What users say
No reviews yet
Be the first
Safety scan
A87/100

full report

Adoption
Growing

0 stars

Reviews

Write one

Nobody has reviewed Clinicaltrials yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Clinicaltrials tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it

no findings
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 213ms; handshake note: Streamable HTTP error: Error POSTing to endpoint: {"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"Discovery ra20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenancelast push 1 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 87/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Clinicaltrials repository's README, as published. We do not edit it. Read it on GitHub

ClinicalTrials.gov — Clinical Trial Registry

The NIH-operated public registry of clinical trials worldwide. Every interventional study (and most observational ones) registered with the FDA must be filed here. ~470,000 studies covering Phase 1–4, conditions across the medical spectrum, and post-market safety surveillance. Free, no auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1679+ live data sources.

Why this matters for AI agents

If your agent is answering anything about drug development, clinical research, or medical product safety, ClinicalTrials.gov is the source of truth for what's being studied. The data is structured: NCT IDs, phases, statuses, sponsors, conditions, interventions, primary/secondary outcomes, results.

Three core flows:

1. Search. "What's being studied for Alzheimer's?" → ct_search({query: "Alzheimer's disease"}) → studies matching, with NCT IDs, phase, status.

2. Specific study. "Tell me about this trial." → ctgetstudy({nct_id: "NCT04280705"}) → full structured record including protocol, results, references.

3. Sponsor / volume. "How many trials does Pfizer run?" → ctsponsortrials({sponsor: "Pfizer"}) → enumerated by phase and status. See What sponsor means — it is the trials Pfizer leads, not every trial its drugs appear in.

4. Sponsor comparison. "Who has more recruiting Phase 3 obesity trials, Novo Nordisk or Eli Lilly?" → ctcomparesponsors({sponsors: ["Novo Nordisk", "Eli Lilly and Company"], condition: "obesity", status: "RECRUITING", phase: "PHASE3"}) → lead-sponsor counts ranked under identical filters with sample NCT records.

For drug-level synthesis (combining trials with FDA approvals and adverse events), use pharmadrugprofile compound or [compare_entities({type: "drug", values: [...]})].

Citable URI

pipeworx://clinicaltrials/study/{nct_id}

NCT IDs are stable forever. Once issued, never reused. Embed in agent output as the canonical study reference.

What sponsor means

Every tool that takes a sponsor matches the registered lead sponsor — the organisation that filed and runs the trial. That is what "what is Merck about to read out" means, and it is the default everywhere.

It is deliberately narrower than it looks. A university's study of pembrolizumab is not a Merck trial; Merck made the drug, someone else is running the study. To include those, pass sponsor_match:

Every returned study carries sponsormatchfield (leadsponsor or collaborator), so a caller can always see why* a given trial came back.

Until 2026-08-29 these tools filtered with the registry's query.spons parameter, which is not a sponsor filter at all — it is a broad search that also matches collaborators and free text. A Merck query returned 4,282 studies led by the University of Utah, Weill Cornell and others, with no indication in the response that anything was wrong. If you have cached counts from before that date, they are the broad number, not the lead-sponsor one.

Status filtering

When users ask about "active" trials, they usually mean one of two things:

  • Currently recruiting: status=Recruiting — open to new participants
  • In progress: status=Recruiting OR Active, not recruiting OR Enrolling by invitation

The default ct_search returns all statuses; filter on status field of results for the meaning you want. Common confusion: "Completed" trials are studies that finished collecting data, not necessarily ones with published results.

Phase transition rates (ctphasetransition_rates)

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http clinicaltrials https://gateway.pipeworx.io/clinicaltrials/mcp
Add to Cursor

Clinicaltrials: common questions

Is Clinicaltrials MCP server safe?
Yes, by our scan: it is graded A (87/100). Read the Clinicaltrials safety report
How do I install Clinicaltrials?
It runs remotely at gateway.pipeworx.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Clinicaltrials need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Clinicaltrials maintained?
The last commit was in the last day (2026-09-24). The latest release is v0.1.1.
Is Clinicaltrials up?
100% of our last 27 checks got an answer. We check remote servers about four times a day.
What can I use instead of Clinicaltrials?
Servers from other publishers that do the same job: Google Ads + Meta Ads + SEO/GEO MCP server, HasData TikTok MCP server and DispatchSEO MCP server. Compare all Clinicaltrials alternatives.

Alternatives to Clinicaltrials

Same job from other publishers: the closest match first, then the best rated.

All Clinicaltrials alternatives →

More from pipeworx-io →