Clinical Trials
Official3 toolsby memoryapi
Clinical trial search and status from ClinicalTrials.gov
Search clinical trials and their status from ClinicalTrials.gov.
Captured live from the server via tools/list.
search_trials
Search clinical trials on ClinicalTrials.gov by condition, intervention, sponsor, status, or phase. Returns trial IDs, titles, status, phases, conditions, interventions, enrollment, and locations count.
Parameters (6)
- conditionstring
Disease or condition (e.g. "diabetes", "breast cancer", "alzheimer")
- interventionstring
Drug, device, or intervention (e.g. "metformin", "pembrolizumab")
- sponsorstring
Sponsor name (e.g. "Pfizer", "NIH", "Mayo Clinic")
- statusstring
Trial status: RECRUITING, COMPLETED, ACTIVE_NOT_RECRUITING, NOT_YET_RECRUITING, TERMINATED
- phasestring
Trial phase: PHASE1, PHASE2, PHASE3, PHASE4
- limitnumber
Number of results (max 20)
get_trial_details
Get full details of a specific clinical trial by NCT ID. Returns title, summary, description, eligibility criteria, primary/secondary outcomes, sponsor, collaborators, locations, and results summary if available.
Parameters (1)
- nct_idstringrequired
ClinicalTrials.gov NCT ID (e.g. "NCT03232697")
get_trial_stats
Get clinical trial statistics and trends for a condition. Returns counts by status (recruiting, completed, etc.), by phase, and top sponsors. Useful for: "How many Alzheimer's trials are recruiting right now?"
Parameters (2)
- conditionstringrequired
Disease or condition to analyze (e.g. "alzheimer", "lung cancer", "covid")
- group_bystring
Grouping dimension: status (default), phase, or sponsor
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://clinical.memoryapi.org/mcpclaude_desktop_config.json
{
"mcpServers": {
"clinical": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://clinical.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.