list_documents

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

Documents within a docket (or matching a query). Returns title, type (Rule / Proposed Rule / Notice / Supporting), comment counts, posted date, document ID.

Parameters

NameTypeRequiredDescription
docket_idstringnoFilter to one docket
querystringnoFree-text query across documents
document_typestringnoRule | Proposed Rule | Notice | Supporting & Related Material | Other
page_sizenumberno5-250
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":"list_documents","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