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

NameTypeRequiredDescription
querystringnoOptional 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.
sincestringnoStart of the filing-date window (YYYY-MM-DD). Default: 120 days before today.
untilstringnoEnd of the filing-date window (YYYY-MM-DD). Default: today.
limitnumber,stringnoNumber 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.

Regenerated from source · build July 24, 2026