search_dockets

Pack: regulations-gov · Endpoint: https://gateway.pipeworx.io/regulations-gov/mcp

Search regulatory dockets. Filter by free-text query, agency (acronym like “EPA”, “FDA”), docket type (Rulemaking / Nonrulemaking), or date range. Returns dockets with title, agency, type, status, document counts.

Parameters

NameTypeRequiredDescription
querystringnoFull-text search
agencystringnoAgency acronym (e.g., “EPA”, “FDA”, “DOT”)
docket_typestringnoRulemaking | Nonrulemaking
last_modified_fromstringnoYYYY-MM-DD HH:MM:SS or YYYY-MM-DD
last_modified_tostringnoYYYY-MM-DD HH:MM:SS or YYYY-MM-DD
page_sizenumberno5-250 (default 25)
page_numbernumberno1-based page

Example call

curl -X POST https://gateway.pipeworx.io/regulations-gov/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_dockets","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "regulations-gov": {
      "url": "https://gateway.pipeworx.io/regulations-gov/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026