search_opinions
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Court Listener
https://github.com/pipeworx-io/mcp-court-listener
2/7 registries