Live drug-shortage & recall data for healthcare & supply AI.
Supply-chain and healthcare agents need to know what's in shortage or recalled — sourced and current. Dynamic Feed serves FDA drug-shortage and recall data keyless over MCP or REST, each signed so it's citeable and verifiable.
The call
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# Keyless over MCP — point any client at https://dynamicfeed.ai/mcp
# Or one signed REST call (free key) — full reference at https://dynamicfeed.ai/docs:
curl -s https://dynamicfeed.ai/v1/batch -H "Content-Type: application/json" \
-d '{"calls":[{"tool":"","args":{}}]}'
Sample response
{ "drug": "...", "status": "Currently in shortage", "updated_at": "...Z",
"source": "FDA", "signature": { "alg": "Ed25519", "key_id": "df-ed25519-4cb32e72f333" } }
Why live data
Drug shortages and recalls move; an agent acting on them needs current, sourced data, not a stale scrape. Dynamic Feed serves FDA shortage and recall records in a provenance envelope, signed over their exact bytes, verifiable against /.well-known/keys. It surfaces what the FDA published at a time — it is NOT medical advice and not a substitute for the official source; defer to the FDA and a qualified professional.
Use it for
- A signed, current record of a drug's shortage / recall status
- Pharmacy / supply-chain agents that need verifiable status
- Healthcare agents grounding answers in the official source
- A point-in-time record for an audit or a decision trail
FAQ
Is this medical advice?
No. Dynamic Feed surfaces public FDA shortage and recall data with provenance and a signature. It is information, not medical advice; defer to the FDA and a qualified professional.
How current is it?
Each record carries its update / retrieval time and verifies against /.well-known/keys. We surface what the FDA published — always confirm against the official source.
What does signing prove?
That Dynamic Feed served this exact record at this time, unaltered since — not a guarantee of completeness.