search_dockets
ActiveTool of Court Listener
declared in 0.1.0
Search US court dockets by keyword. Returns case name, court, filing date, docket number, nature of suit, and assigned judge. Covers PACER and RECAP archives.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "antitrust merger"
},
{
"court": "nysd",
"query": "class action consumer fraud"
}
],
"required": [
"query"
],
"properties": {
"court": {
"type": "string",
"description": "Court filter (e.g., \"nysd\" for Southern District of New York)"
},
"query": {
"type": "string",
"description": "Search keywords (e.g., \"antitrust merger\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Court Listener
https://github.com/pipeworx-io/mcp-court-listener
2/7 registries