pdufa_catalysts
Pack: regulatory-catalysts · Endpoint: https://gateway.pipeworx.io/regulatory-catalysts/mcp
Companies with disclosed PDUFA dates — the highest-signal binary biotech catalyst. Searches recent SEC EDGAR 8-K filings (keyless) for PDUFA target / goal / action dates and extracts the date and surrounding context. A PDUFA date is the FDA decision date for an NDA or BLA; it is a scheduled binary event that moves biotech stocks. Returns each disclosure with company, ticker, CIK, filing date, form, PDUFA date (ISO when parseable), a short context snippet, the SEC filing URL, and accession number. Use for PDUFA date, PDUFA goal date, FDA decision date, upcoming FDA decisions, drug approval catalyst, NDA/BLA decision date, biotech binary event, catalyst by ticker.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Optional extra term ANDed into the search — a drug or company name, e.g. “obecabtagene” or “Capricor”. Omit to search all PDUFA disclosures in the window. |
since | string | no | Start of the filing-date window (YYYY-MM-DD). Default: 120 days before today. |
until | string | no | End of the filing-date window (YYYY-MM-DD). Default: today. |
limit | number,string | no | Number of disclosures to return (1–10). Default 8. |
Example call
curl -X POST https://gateway.pipeworx.io/regulatory-catalysts/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"pdufa_catalysts","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"regulatory-catalysts": {
"url": "https://gateway.pipeworx.io/regulatory-catalysts/mcp"
}
}
}
See Getting Started for client-specific install steps.