search_packages

Pack: govinfo · Endpoint: https://gateway.pipeworx.io/govinfo/mcp

Full-text + faceted search across GovInfo. Filter by collection codes (comma-separated), date range, congress, court (for USCOURTS), and free-text query. Returns package IDs and titles.

Parameters

NameTypeRequiredDescription
querystringyesFree-text search
collectionsstringnoComma-separated collection codes (e.g., “BILLS,FR”)
congressnumbernoCongress number (e.g., 118) — for BILLS/CHRG/CRPT
date_fromstringnoYYYY-MM-DD
date_tostringnoYYYY-MM-DD
page_sizenumberno1-100 (default 25)
offset_markstringnoPagination cursor from previous response

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":"search_packages","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.

Regenerated from source · build May 21, 2026