list_case_opinions
Pack: court-listener · Endpoint: https://gateway.pipeworx.io/court-listener/mcp
List every opinion filed in one case (cluster) — majority, concurrences and dissents — with the opinion_id needed to read each one via get_opinion. Reads our hosted CourtListener mirror; no API key. Use after find_case or lookup_citation to get from a case to its readable text.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
cluster_id | number | yes | Cluster id from find_case or lookup_citation. |
Example call
curl -X POST https://gateway.pipeworx.io/court-listener/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_case_opinions","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"court-listener": {
"url": "https://gateway.pipeworx.io/court-listener/mcp"
}
}
}
See Getting Started for client-specific install steps.