fedreg-mcp
Allows generating LLM-powered summaries of Federal Register rules using OpenAI's API.
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., "@fedreg-mcpSearch for recent EPA rules on chemical safety"
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.
fedreg-mcp
MCP server that gives AI agents first-class access to U.S. Federal Register rules and Regulations.gov public comments.
Built by Tool Factory — Tool #1.
Status
🚧 v0.1 scaffold. Tools coming online over the next few days.
What it does
Lets an agent (Claude, Cursor, ChatGPT, Goose, etc.) answer questions like:
"What new EPA rules dropped this week affecting chemical manufacturers?"
"Summarize the latest proposed rule from the SEC on climate disclosures, with citations."
"Show me public comments on FDA docket FDA-2024-N-0001."
"Track rules from DOT with open comment periods closing in the next 30 days."
Tools (planned)
Tool | Description |
| Full-text + filtered search of Federal Register rules |
| Fetch a full rule by document number with normalized metadata |
| List recent rules by agency or topic, filtered by stage |
| Fetch public comments from a Regulations.gov docket |
| LLM-generated executive summary with anchored citations |
Install (coming soon)
// Claude Desktop / Claude Code config
{
"mcpServers": {
"fedreg": {
"url": "https://fedreg-mcp.vercel.app/api/mcp"
}
}
}Local dev
npm install
cp .env.example .env.local # fill in REGULATIONS_GOV_API_KEY, OPENAI_API_KEY
npm run dev # landing page on http://localhost:5173
vercel dev # full stack incl. /api/* routesStack
TypeScript + Vercel serverless functions
@modelcontextprotocol/sdkover Streamable HTTPVite + React for the landing page
Zod for tool schemas
tiny-lrufor in-memory caching
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/mehtaphysical13/fedreg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server