You're viewing a demo portfolio

Join the waitlist
PRSM

search_opinions

Active

Tool of Court Listener

declared in 0.1.0

Search US court opinions by keyword (e.g., "qualified immunity", "Fourth Amendment"). Returns case name, court, date, docket number, and text snippet. Covers federal and state courts.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "qualified immunity Fourth Amendment"
    },
    {
      "court": "ca9",
      "query": "patent infringement software",
      "date_after": "2020-01-01"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "court": {
      "type": "string",
      "description": "Court filter (e.g., \"scotus\" for Supreme Court, \"ca9\" for 9th Circuit)"
    },
    "query": {
      "type": "string",
      "description": "Search keywords (e.g., \"patent infringement software\")"
    },
    "date_after": {
      "type": "string",
      "description": "Only opinions after this date (YYYY-MM-DD)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Court Listener

https://github.com/pipeworx-io/mcp-court-listener

2/7 registries
View full server →
search_opinions — Court Listener — PRSM MCP