You're viewing a demo portfolio

Join the waitlist
PRSM

search_bills

Active

Tool of Congress

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Congress

https://github.com/pipeworx-io/mcp-congress

1/7 registries
View full server →
search_bills — Congress — PRSM MCP