search_packages
ActiveTool of mcp-govinfo
declared in 0.1.0
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 schema
{
"type": "object",
"examples": [
{
"query": "climate change"
},
{
"query": "environmental protection",
"date_to": "2024-12-31",
"congress": 118,
"date_from": "2023-01-01",
"page_size": 50,
"collections": "BILLS,FR"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Free-text search"
},
"date_to": {
"type": "string",
"description": "YYYY-MM-DD"
},
"congress": {
"type": "number",
"description": "Congress number (e.g., 118) — for BILLS/CHRG/CRPT"
},
"date_from": {
"type": "string",
"description": "YYYY-MM-DD"
},
"page_size": {
"type": "number",
"description": "1-100 (default 25)"
},
"collections": {
"type": "string",
"description": "Comma-separated collection codes (e.g., \"BILLS,FR\")"
},
"offset_mark": {
"type": "string",
"description": "Pagination cursor from previous response"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-govinfo
https://github.com/pipeworx-io/mcp-govinfo
2/7 registries