search_comments
Pack: regulations-gov · Endpoint: https://gateway.pipeworx.io/regulations-gov/mcp
Public comments filed on a docket or document. Filter by docketId, documentId (e.g., “EPA-HQ-OAR-2021-0317-0001”), free-text, or date.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
docket_id | string | no | Filter to a docket |
document_id | string | no | Filter to a single document |
query | string | no | Free-text query |
posted_from | string | no | YYYY-MM-DD |
posted_to | string | no | YYYY-MM-DD |
page_size | number | no | 5-250 |
page_number | number | no | 1-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_comments","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.