cases_by_term
Pack: oyez · Endpoint: https://gateway.pipeworx.io/oyez/mcp
List the SCOTUS cases for a given term year from Oyez — compact summaries (name, docket, citation, short question, oyez_url). Use to browse a full term. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
term | number | yes | SCOTUS term year, e.g. 2022 or 2023. |
limit | number | no | Max cases to return (default 20, max 40). |
Example call
curl -X POST https://gateway.pipeworx.io/oyez/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"cases_by_term","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"oyez": {
"url": "https://gateway.pipeworx.io/oyez/mcp"
}
}
}
See Getting Started for client-specific install steps.