PluginBench
MCP Server
Maintained
MIT

Regulations.gov MCP Server

io.github.1102tools/regulations-gov-mcp

What is the Regulations.gov MCP server?

Regulations.gov rulemaking dockets, documents, public comments. 8 tools.

How to install Regulations.gov

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • REGULATIONS_GOV_API_KEY
    required
    secret

    Free api.data.gov key from https://api.data.gov/signup/ for 1,000 req/hr.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "regulations-gov-mcp": {
      "command": "uvx",
      "args": [
        "regulationsgov-mcp"
      ],
      "env": {
        "REGULATIONS_GOV_API_KEY": "<YOUR_REGULATIONS_GOV_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "regulations-gov-mcp": {
      "command": "uvx",
      "args": [
        "regulationsgov-mcp"
      ],
      "env": {
        "REGULATIONS_GOV_API_KEY": "<YOUR_REGULATIONS_GOV_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "regulations-gov-mcp": {
      "command": "uvx",
      "args": [
        "regulationsgov-mcp"
      ],
      "env": {
        "REGULATIONS_GOV_API_KEY": "<YOUR_REGULATIONS_GOV_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "regulations-gov-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "regulationsgov-mcp"
      ],
      "env": {
        "REGULATIONS_GOV_API_KEY": "<YOUR_REGULATIONS_GOV_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add regulations-gov-mcp --env REGULATIONS_GOV_API_KEY=<YOUR_REGULATIONS_GOV_API_KEY> -- uvx regulationsgov-mcp

Related MCP servers

BLS OEWS

Maintained

BLS Occupational Employment and Wage Statistics market wages. 7 tools.

11
Python
MIT
View repository →

eCFR

Maintained

Electronic Code of Federal Regulations including FAR and DFARS. 13 tools.

11
Python
MIT
View repository →

Federal Register proposed/final rules, notices, executive orders, FAR cases. 8 tools.

11
Python
MIT
View repository →

GSA CALC+

Maintained

GSA CALC+ awarded labor ceiling rates from 230K+ MAS contracts. 8 tools.

11
Python
MIT
View repository →

GSA Per Diem

Maintained

GSA Per Diem federal travel lodging and M&IE rates. 6 tools.

11
Python
MIT
View repository →

SAM.gov

Maintained

SAM.gov entity registration, exclusions, opportunities, contract awards. 15 tools.

11
Python
MIT
View repository →