streamable-httpMITupdated 1mo ago
The US Federal Register for AI agents — as MCP tools your agent can call mid-task to search and track federal rules, notices and executive orders. No API keys.
What can you do with Regulatory Intel MCP?
Regulatory Intel MCP — by Datakoot
The US Federal Register for AI agents — as MCP tools your agent can call mid-task to search and track federal rules, notices and executive orders. No API keys.
Tools
| Tool | What it does | Source |
|---|---|---|
search_documents |
Search rules, proposed rules, notices and presidential documents by term, agency and date | Federal Register |
document |
Full detail on one document: abstract, effective date, comment deadline, CFR refs, citation | Federal Register |
recent_documents |
The newest filings, filterable by type and agency, over a look-back window | Federal Register |
executive_orders |
Recent presidential executive orders | Federal Register |
agencies |
Look up federal agencies and their slugs (to filter the other tools) | Federal Register |
No API keys required.
Quick start
claude mcp add --transport http regulatory-intel https://regulatory.datakoot.com/mcp
Or point any MCP client at https://regulatory.datakoot.com/mcp.
Data & attribution
All data comes from the Federal Register API (Office of the Federal Register / GPO), which is US-government public domain. This is an informational lookup over the official public record — not legal advice. Always verify against federalregister.gov before relying on it.
Part of Datakoot — keyless intelligence APIs for AI agents.
Install
Add Regulatory Intel MCP to your client. Pick the one you use.
claude mcp add --transport http regulatory-intel-mcp https://regulatory.selflabbs.com/mcpcodex mcp add regulatory-intel-mcp --url https://regulatory.selflabbs.com/mcp{
"mcpServers": {
"regulatory-intel-mcp": {
"url": "https://regulatory.selflabbs.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"regulatory-intel-mcp": {
"type": "http",
"url": "https://regulatory.selflabbs.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"regulatory-intel-mcp": {
"url": "https://regulatory.selflabbs.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"regulatory-intel-mcp": {
"serverUrl": "https://regulatory.selflabbs.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
Regulatory Intel MCP exposes 3 tools to a connected agent.
- search_documents
- Search rules, proposed rules, notices and presidential documents by term, agency and date
- recent_documents
- The newest filings, filterable by type and agency, over a look-back window
- executive_orders
- Recent presidential executive orders
Score
68 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 19, 2026 |