mcp-federal-register
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-federal-registerFind recent notices about environmental regulations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Federal Register — US Government Regulatory Documents
The Federal Register is the official daily publication of US federal proposed rules, final rules, notices, executive orders, and presidential documents. Every regulatory action — proposed and adopted — flows through it. Free, no auth, full-text searchable.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Why this matters for AI agents
For regulatory landscape mapping, agents need to answer questions like "what rules are pending that affect industry X?" or "did the EPA finalize the proposed standard?" Federal Register is the canonical source. The data is structured by agency, document type, comment period, effective date.
Common flows:
Search.
search_documents({query: "EV charging tax credit"})→ matching documents.Specific document.
get_document({number: "2024-12345"})→ full record including PDF link and comment-period status.By agency. Filter to documents from EPA, SEC, NHTSA, etc.
Comment-period status. Find rules currently open for public comment.
Used by the regulatory_landscape, lobbying_activity, and environmental_risk recipes.
Related MCP server: Federal Register MCP Server
Auth
None. Federal Register API is fully public.
Document types
Type | Meaning |
Proposed rule | Draft rule open for public comment. The actionable category for "what's coming." |
Final rule | Adopted rule with effective date. The "what was decided." |
Notice | Non-rulemaking action (meetings, inventory adjustments, FOIA notices, etc.) |
Presidential document | Executive orders, proclamations |
Rule withdrawn / Notice of correction | Edit history on prior actions |
For agent-driven regulatory monitoring, the proposed-rule category is highest signal.
Comment periods
Proposed rules have a public comment window (typically 30–60 days). The comments_close_on field tells you when. Companies that want to influence a rule submit comments via Regulations.gov before that date.
Common pitfalls
CFR citations. Proposed and final rules amend the Code of Federal Regulations (e.g., "40 CFR 80.40"). The Federal Register record has the action; the CFR has the resulting text. For "what does the rule actually require," follow the CFR citation.
Withdrawal + republish. Agencies sometimes withdraw a proposed rule and republish a substantially-identical version with minor changes. Track the withdrawal note to avoid double-counting.
Significant vs non-significant. Rules tagged "significant regulatory action" go through OMB review. "Non-significant" rules don't. The classification doesn't always match impact — search for substance, not status.
NAICS-level relevance. Proposed rules often reference industry codes. To find rules affecting a specific industry, search NAICS code as part of the query, not just keywords.
Lag. Documents publish on weekdays around 9 AM Eastern. Federal Register's API surfaces them within a few hours. For breaking-rule news, layer Bloomberg or Politico on top.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"federal-register": {
"url": "https://gateway.pipeworx.io/federal-register/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Federal Register data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables access to comprehensive U.S. legislative and governmental data from GovInfo.gov and Congress.gov APIs, including bills, Congressional records, Federal Register documents, member information, and committee activities.1
- AlicenseAqualityDmaintenanceEnables AI assistants to search and retrieve executive orders, presidential documents, rules, and agency information from the Federal Register API through natural language queries.1284MIT
- Alicense-quality-maintenanceEnables interaction with the Regulations.gov API to search federal rulemaking dockets, proposed and final rules, public comments, and comment periods. Supports tracking FAR/DFARS case histories and monitoring open comment periods across federal agencies with optional API key authentication for higher rate limits.
- Flicense-qualityFmaintenanceEnables LLM-friendly access to the CourtListener legal database and eCFR for searching legal opinions, court cases, judges, documents, and federal regulations.12
Related MCP Connectors
US Federal Register for AI agents: rules, notices and executive orders. No API keys.
US Federal Register for AI agents: rules, notices, executive orders, agency lookup. No keys.
Search and trace US federal rules across the Federal Register, eCFR, and Regulations.gov.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-federal-register'
If you have feedback or need assistance with the MCP directory API, please join our Discord server