{
  "markdown": "# Regulatory Intel MCP — by Datakoot\n\nThe 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.\n\n## Tools\n\n| Tool | What it does | Source |\n|---|---|---|\n| `search_documents` | Search rules, proposed rules, notices and presidential documents by term, agency and date | Federal Register |\n| `document` | Full detail on one document: abstract, effective date, comment deadline, CFR refs, citation | Federal Register |\n| `recent_documents` | The newest filings, filterable by type and agency, over a look-back window | Federal Register |\n| `executive_orders` | Recent presidential executive orders | Federal Register |\n| `agencies` | Look up federal agencies and their slugs (to filter the other tools) | Federal Register |\n\nNo API keys required.\n\n## Quick start\n\n```\nclaude mcp add --transport http regulatory-intel https://regulatory.datakoot.com/mcp\n```\n\nOr point any MCP client at `https://regulatory.datakoot.com/mcp`.\n\n## Try it in 10 seconds — no key, no signup\n\nPaste this into a terminal:\n\n```bash\ncurl -s https://regulatory.datakoot.com/mcp \\\n  -H 'content-type: application/json' \\\n  -H 'accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"search_documents\", \"arguments\": {\"term\": \"artificial intelligence\"}}}'\n```\n\nYou get recent US Federal Register documents that mention artificial intelligence — no API key, nothing to sign up for.\n\nOr point any MCP client at the URL and just ask your agent, in plain language:\n\n- \"What new federal regulations mention artificial intelligence?\"\n- \"Show me the latest executive orders.\"\n\n\n## Data & attribution\n\nAll data comes from the [Federal Register API](https://www.federalregister.gov/developers/documentation/api/v1) (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](https://www.federalregister.gov) before relying on it.\n\nPart of [Datakoot](https://datakoot.com) — keyless intelligence APIs for AI agents.\n",
  "bytes": 2190,
  "sha": "27c2af76e93f373f631b4c64612c8d5be1949b727da3b2c67a4c27823011806a",
  "repo_slug": "datakoot/regulatory-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_datakoot_federal_register_rules_a800189b/readme"
}