query_clinicaltrials
ActiveTool of Claidex MCP
declared in 1.0.0
Search ClinicalTrials.gov for clinical trials. Can search by drug name, condition, target, or NCT ID. Returns trial status, phase, sponsor, primary endpoints, and why_stopped if terminated.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"query",
"status",
"phase",
"max_results"
],
"properties": {
"phase": {
"enum": [
"PHASE1",
"PHASE2",
"PHASE3",
"PHASE4",
"any"
],
"type": "string",
"default": "any"
},
"query": {
"type": "string",
"minLength": 1,
"description": "Search term: drug name, condition, NCT ID, or target"
},
"status": {
"enum": [
"RECRUITING",
"ACTIVE_NOT_RECRUITING",
"TERMINATED",
"WITHDRAWN",
"COMPLETED",
"any"
],
"type": "string",
"default": "any"
},
"max_results": {
"type": "number",
"default": 5,
"maximum": 10,
"minimum": 1
}
},
"additionalProperties": false
}Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries