Skip to main content
Glama
mehtaphysical13

fedreg-mcp

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

search_rules

Full-text + filtered search of Federal Register rules

get_rule

Fetch a full rule by document number with normalized metadata

list_recent

List recent rules by agency or topic, filtered by stage

get_comments

Fetch public comments from a Regulations.gov docket

summarize_rule

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/* routes

Stack

  • TypeScript + Vercel serverless functions

  • @modelcontextprotocol/sdk over Streamable HTTP

  • Vite + React for the landing page

  • Zod for tool schemas

  • tiny-lru for in-memory caching

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

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