Search and trace US federal rules across the Federal Register, eCFR, and Regulations.gov.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search and trace US federal rules across the Federal Register (proposed/final rules and notices), the eCFR (codified, point-in-time CFR full text, locally mirrored), and Regulations.gov (rulemaking dockets and public comments) via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://federal-regulations.caseyjhand.com/mcp
US administrative law is where agencies turn statutes into binding rules β and it spans three official sources that don't talk to each other. This server stitches them into one workflow: the Federal Register (the daily journal of proposed/final rules and notices), the eCFR (the codified Code of Federal Regulations, full text, point-in-time), and Regulations.gov (rulemaking dockets and the public comments filed on them). Every Federal Register document carries the docket ID and CFR-part handles that chain across sources, so a rule can be traced proposal β comments β final β codified text in one sequence.
The agent sees regulatory verbs β search_rules, get_cfr_section, find_comments β not three API clients. The Federal Register and eCFR tools are keyless; the two Regulations.gov tools need a free api.data.gov key and return an actionable error without it.
Seven tools across the regulatory workflow. The Federal Register and eCFR tools (1β4, 7) are keyless. The two Regulations.gov tools (5β6) need REGULATIONS_GOV_API_KEY; regulations_list_open_comments runs keyless and only adds comment counts when the key is present.
| Tool | Source | Key | Description |
|---|---|---|---|
regulations_search_rules | Federal Register | β | Search proposed rules, final rules, notices, and presidential documents by query, type, agency, date range, and open-for-comment status. The primary discovery entry point. |
regulations_get_document | Federal Register | β | Fetch one FR document by number β full metadata plus the cross-source handles (docket ID, CFR parts, comment count) that chain into the comment and codified-text tools. |
regulations_browse_cfr | eCFR | β | Walk the CFR hierarchy (structure mode) or full-text-search the codified CFR (search mode). Both feed regulations_get_cfr_section. |
regulations_get_cfr_section | eCFR | β | Read the codified text at a CFR location β a section, a whole part, or an appendix β current or as of a past date. |
regulations_get_docket | Regulations.gov | β | Pull a rulemaking docket and the documents filed in it (NPRM, final rule, supporting materials). |
regulations_find_comments | Regulations.gov | β | Fetch public comments on a document or docket, or one comment's full body and attachments. Flags attachment-only submissions. |
regulations_list_open_comments | Federal Register (+ Reg.gov enrich) | optional | Rules currently open for public comment, closing soonest first. Fully functional keyless; enriches comment counts when keyed. |
regulations_search_rulesSearch the Federal Register β the daily journal of US proposed rules, final rules, notices, and presidential documents (1994βpresent). Keyless.
query across title and body, or browse by filters alonetype (PRORULE, RULE, NOTICE, PRESDOCU), agencies (Federal Register agency slug), and publication date window (published_after / published_before)documentNumber, docketIds, regulationIdNumbers (RIN), and cfrReferences that chain into the document, comment, and codified-text toolsregulations_get_documentFetch one Federal Register document by its FR number β the stitching tool of this server. Keyless.
regulations_get_docket / regulations_find_comments), affected CFR parts (β regulations_get_cfr_section), and Regulations.gov document ID and comment count β each next to the tool name that consumes itinclude_full_text inlines the document body as plain text; default false returns the body URLs only (final rules can run tens of thousands of words)regulations_browse_cfrExplore the codified Code of Federal Regulations via eCFR in two modes. Keyless.
structure mode walks the CFR tree (all 50 titles, or one title's chapters β parts β sections) to discover a cite when the exact citation is unknownsearch mode runs a full-text query across the codified CFR and returns matching sections with their hierarchy path and a snippettitle and part scope both modes, so a part surfaced by structure can be searched directly instead of filtering a whole title's hits by eye. A part needs its title in either mode β part numbers repeat across the Code β and is matched exactly, so pass it as eCFR writes it (58, not Part 58 or 058)hierarchyPath names the part it sits in (Part 51 β Requirements for Preparation, Adoption, and Submittal of Implementation Plans), so the subject matter is readable without a second call; a mirror hit's path stays structural, because the index stores no level namesdate, or a cold deploy all go to the live eCFR search API insteadsource (mirror or live) and sourceScope β which corpus answered and what it covers, so an empty result is never mistaken for "no such regulation"date searches the section text in effect that day; eCFR indexes 2017-01-03 onward, and an undated search is pinned to eCFR's current index date rather than spanning every historical versioncfrCite that feeds regulations_get_cfr_section, and both hand appendices back the same way: an appendix field with eCFR's verbatim identifier, and a cite that names the appendix rather than the part around itsourceScope says so, since otherwise an appendix that exists and one that does not both read as zero matchesregulations_get_cfr_sectionRead the codified text at a CFR location β one section, a whole part, or one appendix β via eCFR. Keyless.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/federal-regulations-mcp-server)<a href="https://allmcps.com/mcp/federal-regulations-mcp-server"><img src="https://allmcps.com/api/badge/federal-regulations-mcp-server?style=directory" alt="Federal Regulations MCP Server on AllMCPs" /></a>