search_bills
ActiveTool of Congress
Search US FEDERAL congressional bills (US House & Senate, national laws) by keyword. Returns bill type, number, title, status, sponsor, and introduction date. Use get_bill with the ID for full details. NOTE: this is the US Congress (federal) ONLY — for STATE legislature bills (e.g. California, Texas, New York, or any US state legislation) use legiscan or openstates instead, not this tool.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "climate change"
},
{
"limit": 25,
"query": "healthcare reform"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default: 10, max: 100)"
},
"query": {
"type": "string",
"description": "Keywords to search for in bill titles"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Congress
https://github.com/pipeworx-io/mcp-congress
1/7 registries