get_comment

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

Single public comment by comment ID. Returns text, submitter, posting date, attachments.

Parameters

NameTypeRequiredDescription
comment_idstringyesComment ID
include_attachmentsbooleannoInclude attachment list (default true)

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":"get_comment","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