Catalog
com.dropwatchhq/trial-overdue
Official1 toolFind clinical trials overdue on legally required results reporting, by sponsor and trial.
Identifies clinical trials overdue on legally required results reporting by sponsor.
Captured live from the server via tools/list.
overdue_trials
Find clinical trials whose results are overdue under FDAAA 801 / 42 CFR Part 11 (results due within 1 year of primary completion). Filter by sponsor name or stock ticker. Returns public-record facts from ClinicalTrials.gov — NOT a finding of violation or legal/investment advice.
Parameters (3)
- sponsorstring
Sponsor company name (partial match), e.g. 'Novartis'
- tickerstring
Stock ticker, e.g. 'BAYRY'
- minDaysnumber
Minimum days overdue
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"trial-overdue": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://overdue.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.