MCP.so
登录

Regulations.gov MCP

@1102tools

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

1102tools

提交者

James

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器