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.
Server Config
{
"mcpServers": {
"regulations-gov": {
"command": "uvx",
"args": [
"--refresh-package",
"regulationsgov-mcp",
"--from",
"regulationsgov-mcp",
"regulationsgov-mcp"
],
"env": {
"REGULATIONS_GOV_API_KEY": "your-key-here"
}
}
}
}