Datakoot Servers Regulatory Intel
Regulatory · MCP Server

Regulatory Intel

Track US federal rulemaking — search the Federal Register, read a document’s full detail, monitor recent publications, and pull executive orders. No API key.

terminal
$ claude mcp add --transport http regulatory-intel https://regulatory.datakoot.com/mcp
Endpoint: regulatory.datakoot.com/mcp5 toolsSource: Federal RegisterKeyless
The tools

Everything this server exposes.

The exact tools your agent sees, with their real parameters and the shape of what comes back. Descriptions are written for the model, so it knows when to call each one on its own.

search_documentsSource: Federal Register

Search the US Federal Register — filter by keyword, document type, issuing agency and date. Great for "what did agency X publish about topic Y".

Parameters
termstringoptional
Keyword(s) to search.
typestringoptional
rule, proposed_rule, notice, presidential_document.
agencystringoptional
Agency slug (from the agencies tool).
sincestringoptional
On/after YYYY-MM-DD.
search_documents(term:"artificial intelligence")
{
  "count": 37,
  "results": [
    {
      "title": "Safe, Secure AI",
      "type": "rule",
      "agency": "Dept. of Commerce",
      "date": "2026-05-11",
      "documentNumber": "2026-10233"
    }
  ]
}
documentSource: Federal Register

Full detail on one document by its number — abstract, action, effective date, comment deadline, CFR references, citation, topics and agencies.

Parameters
document_numberstringrequired
e.g. 2026-10233.
document("2026-10233")
{
  "documentNumber": "2026-10233",
  "title": "Safe, Secure AI",
  "effectiveDate": "2026-06-15",
  "commentDeadline": "2026-05-30",
  "agencies": [
    "Department of Commerce"
  ]
}
recent_documentsSource: Federal Register

The most recent documents, optionally filtered by type and issuing agency — monitor newly published rules and notices.

Parameters
typestringoptional
Restrict to a document type.
agencystringoptional
Agency slug.
daysintegeroptional
Look-back window in days.
recent_documents(agency:"environmental-protection-agency",days:7)
{
  "count": 5,
  "results": [
    {
      "title": "Air Quality Standards",
      "type": "proposed_rule",
      "date": "2026-08-11"
    }
  ]
}
executive_ordersSource: Federal Register

Search recent US presidential Executive Orders — EO number, signing/publication date, title and links.

Parameters
termstringoptional
Keyword to filter by.
sincestringoptional
On/after YYYY-MM-DD.
executive_orders(term:"cyber")
{
  "count": 2,
  "results": [
    {
      "eo": "14211",
      "title": "Strengthening Federal Cybersecurity",
      "signed": "2026-03-04"
    }
  ]
}
agenciesSource: Federal Register

Look up US federal agencies and their slugs (used to filter the other tools). Optionally match by name.

Parameters
querystringoptional
e.g. environmental.
agencies("environmental")
{
  "results": [
    {
      "name": "Environmental Protection Agency",
      "slug": "environmental-protection-agency"
    }
  ]
}
Data sources

One authority: the Federal Register.

The daily journal of the US government — rules, notices and executive orders, straight from the official source.

US Federal Register

Every rule, proposed rule, notice and presidential document the US government publishes — the source behind every tool here.

Connect it

One line, any MCP client.

Same endpoint everywhere. No account, no key, no config file.

Claude
claude mcp add --transport http regulatory-intel https://regulatory.datakoot.com/mcp
Cursor
Settings → MCP → Add → https://regulatory.datakoot.com/mcp
Windsurf
Add MCP server → https://regulatory.datakoot.com/mcp
Companion extension

Prefer to look it up yourself?

The matching Chrome extension puts the same data in your browser — no agent required.

Reg Watch

Watch new Federal Register rules, notices and executive orders from your browser — the same data as the server. Free, keyless, no signup.

Get the extension →
Regulatory Intel — FAQ

Questions about this server

The full US Federal Register — rules, proposed rules, notices and presidential documents, filterable by agency, type and date.

Call agencies to get an agency’s slug, then pass it to the search and recent-documents tools.

No — one keyless line; Datakoot handles the Federal Register calls.

Keep your agent on top of the rules.

Free to start. One line. No key to leak.