fda_adcom_calendar
Pack: regulatory-catalysts · Endpoint: https://gateway.pipeworx.io/regulatory-catalysts/mcp
Upcoming FDA advisory committee (AdCom) meeting calendar — a leading biotech regulatory catalyst. Lists FDA panel meetings announced in the Federal Register (keyless), extracting the scheduled meeting date from each notice. Covers oncology (ODAC), cellular/tissue & gene therapy (CTGTAC), and every other FDA advisory committee; captures panel-vote meetings that precede or accompany drug/biologic approval decisions (PDUFA-adjacent). Returns each meeting with committee, meeting date (ISO when parseable) plus raw date text, topic, publication date, Federal Register URL, and document number, sorted soonest-first. Use for AdCom, advisory committee, panel vote, drug approval catalyst, FDA meeting calendar, upcoming biotech panels.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
upcoming_only | boolean,string | no | Keep only meetings whose extracted date is today or later. Default true. If every recent notice describes a past meeting, the found rows are returned with a note. |
committee | string | no | Case-insensitive substring filter on the committee / notice title, e.g. “oncologic”, “gene therapy”, “cardiovascular”. Omit for all committees. |
limit | number,string | no | Number of meetings to return (1–20). Default 10. |
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":"fda_adcom_calendar","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.