get_granule
Pack: govinfo · Endpoint: https://gateway.pipeworx.io/govinfo/mcp
Granule metadata for a sub-unit within a package.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
package_id | string | yes | GovInfo packageId |
granule_id | string | yes | Granule ID |
Example call
curl -X POST https://gateway.pipeworx.io/govinfo/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_granule","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"govinfo": {
"url": "https://gateway.pipeworx.io/govinfo/mcp"
}
}
}
See Getting Started for client-specific install steps.