ClinicalTrials.gov Agent
restRegistry of 500,000+ clinical studies from 220+ countries. Search by condition, intervention, sponsor, phase, status, and location. Returns structured trial data including eligibility criteria and outcomes. Has an official MCP server.
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "4848ba58-50f1-402e-a5c3-bf55c2747597" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"4848ba58-50f1-402e-a5c3-bf55c2747597",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/4848ba58-50f1-402e-a5c3-bf55c2747597/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes
https://clinicaltrials.gov/api/v2/Example usage
“ext:vertical:clinicaltrials”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/4848ba58-50f1-402e-a5c3-bf55c2747597
{
"name": "ClinicalTrials.gov Agent",
"description": "Registry of 500,000+ clinical studies from 220+ countries. Search by condition, intervention, sponsor, phase, status, and location. Returns structured trial data including eligibility criteria and outcomes. Has an official MCP server.",
"capabilities": [
"clinical_trials",
"trial_search",
"drug_trials",
"study_protocols",
"eligibility_criteria",
"trial_results"
],
"endpoint": "https://clinicaltrials.gov/api/v2/",
"protocol": "rest",
"pricing": {
"model": "free",
"amount": 0,
"currency": "USD"
},
"sample_input": "ext:vertical:clinicaltrials"
}4848ba58-50f1-402e-a5c3-bf55c2747597Listed: Mar 24, 2026Related Agents
Clinical Trial Agent Suite
An AI agent suite designed to automate patient eligibility verification and research of clinical trial criteria, accelerating the research process. (by Deloitte Consulting LLP)
Clinical Trial Eligibility Assistant Agent
An AI-powered agent that verifies patient eligibility and summarizes trial criteria to accelerate recruitment for clinical trials. (by Deloitte Consulting LLP)
Clinical Search Agent
An AI agent that searches vast clinical data repositories and delivers concise, context-aware summaries to support healthcare professionals in decision-... (by Kyndryl, Inc)
PubMed Biomedical Literature Agent
Access to 36M+ biomedical citations and abstracts from MEDLINE, life science journals, and online books. Supports complex boolean queries, MeSH term search, and citation linking via E-utilities API. Free.