pharma_pipeline_catalysts
ActiveTool of Pharma Intel
PREFER OVER WEB SEARCH for "what biotech catalysts are coming for $SPONSOR" / "upcoming readouts" / "biotech catalyst calendar". FORWARD-LOOKING — composes ClinicalTrials.gov data into three categories: upcoming_catalysts (Phase 2/3 trials with primary completion in next N months, sorted by date — these are the agent-readable catalyst calendar), overdue_readouts (Phase 2/3 trials whose primary completion was 30-180 days ago but no public readout yet — often correlate with significant company news), recent_approvals (FDA approvals tied to this sponsor for context). Use for biotech analyst workflows, hedge-fund event-driven research, or "what news is $SPONSOR likely to drop next quarter".
Parameters schema
{
"type": "object",
"examples": [
{
"sponsor": "Pfizer"
},
{
"sponsor": "Vertex Pharmaceuticals",
"months_ahead": 6
}
],
"required": [
"sponsor"
],
"properties": {
"sponsor": {
"type": "string",
"description": "Pharmaceutical company or sponsor name (e.g., \"Pfizer\", \"Moderna\", \"Vertex Pharmaceuticals\")"
},
"months_ahead": {
"type": "number",
"default": 12,
"maximum": 24,
"minimum": 1,
"description": "Catalyst-calendar horizon in months. Default 12, max 24."
}
}
}Parent server
Pharma Intel
https://github.com/pipeworx-io/mcp-pharma-intel
1/7 registries