$ man fda-calendar
/fda-calendar
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgefinanceCATEGORY
uncategorized
STATUS
● live
NAME
fda-calendar — tracks upcoming fda advisory committee (adcomm) meetings, a catalyst calendar for biotech
SYNOPSIS
POST https://x402.agentutility.ai/fda-calendar
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Tracks upcoming FDA Advisory Committee (AdComm) meetings, a catalyst calendar for biotech. Pulls upcoming and recent FDA Advisory Committee meeting notices from the Federal Register API (federalregister.gov), filters for AdComm-class meetings, and returns each with title, committee, meeting date, docket info, and source URL. Covers vaccine, oncology, and cardiovascular AdComm dates among others; filter by free-text search and cap result count. Federal public data, no auth. Use it as an FDA AdComm calendar, PDUFA-adjacent catalyst feed, drug-approval committee schedule, biotech FDA event watch, or Federal Register FDA notice scanner.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| upcoming_only | boolean | If true, return only meetings scheduled in the future (relative to fetched_at). Default false (returns recent + upcoming within the days_back window). | optional |
| search | string | Free-text filter applied to meeting title/committee (case-insensitive substring). Examples: 'vaccine', 'oncology', 'cardiovascular'. | optional |
| limit | number | Max meetings to return (1-50). Default 25. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| returned | string | JSON payload listing upcoming and recent FDA Advisory Committee meetings scraped from FDA.gov public pages. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/fda-calendar \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the fda-calendar tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-financefdaadcommdrug-approvalsbiotech-calendarregulatory-eventsfda-calendar
- methods
- POST
- cluster
- edgefinance
- price
- $0.03 USDC per call
ADJACENT — other endpoints in edgefinance
| endpoint | description | price |
|---|---|---|
| earnings-calendar | Finds a company's next earnings date and its recent earnings-related SEC filings. | $0.03 |
| earnings-calendar-api | Finds company earnings dates from SEC filings: 8-K Item 2.02, 10-Q, 10-K, NT filing signals, fiscal periods, and next-earnings cadence es… | $0.03 |
| earnings-call-transcribe | Earnings call transcriber. | $0.03 |
| earnings-transcript | Earnings call transcript generator. | $0.03 |
| fda-calendar-api | Tracks FDA advisory committee meetings, monitoring upcoming and recent AdComm notices, docket ids, committee names, and meeting dates. | $0.03 |
| trademark-search | Looks up any US trademark by serial number or registration number via the federal public TSDR API. | $0.03 |
| uspto-trademark-search | USPTO trademark status / TSDR lookup. | $0.03 |
| bls-occupational-stats | BLS Public Data API — wages, employment levels, growth by series ID. | $0.02 |
SEE ALSO