Live US Federal Register for compliance & policy AI.
A compliance or policy agent needs the actual Federal Register record — sourced and citeable. Dynamic Feed serves recent Federal Register documents keyless over MCP or REST, each signed and timestamped.
The call
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# Keyless — one signed call over REST:
curl -s https://dynamicfeed.ai/v1/batch -H "Content-Type: application/json" \
-d '{"calls":[{"tool":"federal_register","args":{}}]}'
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call federal_register()
Sample response
{ "doc_type": "RULE", "title": "...", "publication_date": "...", "agency": "...",
"source": "US Federal Register", "signature": { "alg": "Ed25519", "key_id": "df-ed25519-4cb32e72f333" } }
Why live data
Dynamic Feed serves recent US Federal Register documents — rules, proposed rules, notices and presidential documents, newest first — from the Federal Register (NARA), in a provenance envelope, signed over their exact bytes and verifiable against /.well-known/keys. Scope is the US Federal Register only. It surfaces what the Register published at a time — it is data, NOT legal or compliance advice, and not a guarantee of completeness; defer to the official record at federalregister.gov.
Use it for
- Ground a compliance / policy agent in the actual Federal Register record
- A signed record of what was published, at a point in time
- RegTech / govtech agents that must cite primary sources
- Pairs with sanctions, SEC-filings and rates feeds
FAQ
What does it cover?
US Federal Register documents — rules, proposed rules, notices and presidential documents — newest first, with a doc-type filter. It does not cover non-US regulations.
Is this legal advice?
No. Dynamic Feed surfaces public Federal Register records with provenance and a signature. It is data, not legal or compliance advice — defer to federalregister.gov and a qualified professional.
What does signing prove?
That Dynamic Feed served this exact record at this time and it hasn't been altered since — authenticity and integrity, not that any interpretation of it is correct.