$ man fda-calendar-api
/fda-calendar-api
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgefinanceCATEGORY
uncategorized
STATUS
● live
NAME
fda-calendar-api — fda calendar api / fda advisory committee meeting tracker / biotech catalyst feed
synonym alias of fda-calendar — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/fda-calendar-api
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
FDA calendar API / FDA advisory committee meeting tracker / biotech catalyst feed. Same Federal Register-backed handler as fda-calendar, listed for agents monitoring upcoming and recent FDA AdComm notices, docket ids, committee names, and meeting dates.
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 |
|---|---|---|
| source | string | — |
| returned | string | — |
| meetings | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/fda-calendar-api \
-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-api tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- fdacalendarapifda-calendar-api
- methods
- POST
- cluster
- edgefinance
- price
- $0.03 USDC per call
ADJACENT — other endpoints in edgefinance
| endpoint | description | price |
|---|---|---|
| earnings-calendar | Earnings calendar / next earnings date / earnings release schedule / quarterly results dates / 10-Q + 10-K + 8-K Item 2.02 feed / late-fi… | $0.03 |
| earnings-calendar-api | Earnings calendar API / next earnings date API / SEC earnings filing calendar. | $0.03 |
| earnings-call-transcribe | Earnings call transcriber. | $0.03 |
| earnings-transcript | Earnings call transcript generator. | $0.03 |
| fda-calendar | FDA AdComm calendar / FDA Advisory Committee meeting tracker / PDUFA-adjacent catalyst feed / biotech FDA event watch / drug-approval com… | $0.03 |
| trademark-search | Trademark search / USPTO trademark lookup / TSDR / federal trademark database. | $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