ct_sponsor_trials
ActiveTool of mcp-clinicaltrials
declared in 0.1.0
List all trials by sponsor or organization name. Returns status, phase, and conditions to map research pipelines.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 25,
"sponsor": "Pfizer"
},
{
"phase": "PHASE4",
"status": "COMPLETED",
"sponsor": "Novo Nordisk"
}
],
"required": [
"sponsor"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (1-100, default 20)"
},
"phase": {
"type": "string",
"description": "Optional phase filter"
},
"status": {
"type": "string",
"description": "Optional status filter"
},
"sponsor": {
"type": "string",
"description": "Sponsor or company name (e.g., \"Pfizer\", \"Novo Nordisk\", \"Moderna\")"
}
}
}Parent server
mcp-clinicaltrials
https://github.com/pipeworx-io/mcp-clinicaltrials
2/7 registries