Live clinical-trials data for healthcare AI agents.
A healthcare agent reasoning about trials needs the actual record — sourced and citeable. Dynamic Feed serves clinical-trial data keyless over MCP or REST, each result signed and timestamped, so you can cite it and verify it.
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
{ "nct_id": "NCT...", "status": "Recruiting", "phase": "...", "condition": "...",
"source": "ClinicalTrials.gov", "signature": { "alg": "Ed25519", "key_id": "df-ed25519-4cb32e72f333" } }
Why live data
Clinical-trial registries are public but messy to ground an agent on reliably. Dynamic Feed returns trial records — identifier, status, phase, condition, sponsor — in a provenance envelope, signed over their exact bytes. The agent cites a real registry record, verifiable against /.well-known/keys. It surfaces what the public registry published at a time — it is NOT medical advice, a clinical recommendation, or a guarantee of accuracy or completeness; always defer to the primary source and a qualified professional.
Use it for
- Ground a healthcare / pharma agent in real trial records, citeable
- A signed record of a trial's status at a point in time
- Pharma / research agents that need a verifiable registry trail
- RAG over clinical-trial data with sourced, signed results
FAQ
Is this medical advice?
No. Dynamic Feed surfaces public clinical-trial registry records with provenance and a signature. It is information, not medical advice or a clinical recommendation; defer to the primary source and a qualified professional.
What's the source?
Public clinical-trial registries (e.g. ClinicalTrials.gov), named in each result's provenance envelope. Cite the source; verify the record against /.well-known/keys.
What does signing prove?
That Dynamic Feed served this exact record at this time, unaltered since — not that the trial data is complete or that any inference from it is correct.