get_bill
Pack: govtrack · Endpoint: https://gateway.pipeworx.io/govtrack/mcp
Fetch a single bill by GovTrack numeric ID. Returns full status history, cosponsors, related bills, action timeline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
bill_id | number | yes | GovTrack bill ID (numeric) |
Example call
curl -X POST https://gateway.pipeworx.io/govtrack/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_bill","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"govtrack": {
"url": "https://gateway.pipeworx.io/govtrack/mcp"
}
}
}
See Getting Started for client-specific install steps.