MCP.so
Sign In

Regulations.gov MCP

@1102tools

About Regulations.gov MCP

MCP server for the Regulations.gov API: federal rulemaking dockets, proposed and final rules, public comments, and comment period tracking. Built for tracking active and upcoming regulatory changes affecting acquisition policy. 8 tools.

Basic information

Category

Other

Transports

stdio

Publisher

1102tools

Submitted by

James

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "regulations-gov": {
      "command": "uvx",
      "args": [
        "--refresh-package",
        "regulationsgov-mcp",
        "--from",
        "regulationsgov-mcp",
        "regulationsgov-mcp"
      ],
      "env": {
        "REGULATIONS_GOV_API_KEY": "your-key-here"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Regulations.gov MCP?

A Model Context Protocol server that wraps the Regulations.gov REST API as deterministic tool calls. It provides eight tools covering federal rulemaking activity and is built for federal acquisition policy teams, regulatory affairs analysts, advocacy groups, FAR/DFARS Council watchers, and anyone tracking rulemaking dockets, public comments, or FAR cases.

How to use Regulations.gov MCP?

Install via uvx or pip install regulationsgov-mcp. You must obtain a free API key from api.data.gov (1,000 requests/hour) and set it as the environment variable REGULATIONS_GOV_API_KEY. Configure the server in your MCP client’s JSON, TOML, or settings file using the uvx command shown in the README, then invoke it with natural-language prompts such as “Show me all open FAR Council comment periods.”

Key features of Regulations.gov MCP

  • Search dockets by agency, document type, or keyword
  • Pull full docket detail with all associated documents and comment periods
  • Search rulemaking documents (proposed rules, final rules, notices, supporting materials)
  • Retrieve individual comment detail with full text and attachments
  • List all currently open comment periods sorted by closing date
  • Trace full FAR case history across related dockets and Federal Register publications

Use cases of Regulations.gov MCP

  • Track active FAR/DFARS rulemaking dockets and incoming comments
  • Aggregate and summarize stakeholder positions on a proposed rule
  • Monitor open comment periods affecting an agency’s acquisition policy
  • Build regulatory tracking dashboards for policy teams
  • Identify dockets where industry pushback may reshape a final rule

FAQ from Regulations.gov MCP

What tools are provided?

Search and detail tools for dockets, documents, public comments, open comment periods, and FAR case history — eight tools in total covering the full rulemaking lifecycle.

What is required to use Regulations.gov MCP?

A free api.data.gov key (1,000 requests/hour). The same key works with the gsa-perdiem MCP. No other authentication or subscription is needed.

Which MCP clients are supported?

Claude Desktop, Codex (ChatGPT), Gemini CLI, Copilot (VS Code), Claude Code, Cursor, Cline, Zed, Continue, and any other MCP-compatible client.

How is Regulations.gov MCP licensed and where is the source?

MIT licensed. Source is on GitHub under the 1102tools organization, published on PyPI as regulationsgov-mcp, with documentation at 1102tools.com/install. It is part of an 8-server federal contracting suite.

Does the server handle API rate limits and schema changes?

Yes — it was live-audited against the production Regulations.gov API, includes rate-limit backoff, pagination for large dockets, and uses Pydantic models with extra="forbid" to surface schema drift.

Comments

More Other MCP servers