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
| Name | Type | Required | Description |
|---|---|---|---|
comment_id | string | yes | Comment ID |
include_attachments | boolean | no | Include 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.