us-legal-tools/courtlistener
MCP ServerCourtListener SDK - US court cases, legal research, and opinions
CourtListener US court case MCP server. Search court opinions, legal research, and case law.
MCP Server
- Package:
stare-mcp - Transport: stdio
- Command:
npx -y stare-mcp
Authentication
API key
| Variable | Required | Description |
|---|---|---|
COURTLISTENER_API_KEY | Yes | CourtListener API key |
Available Tools
| Tool | Description |
|---|---|
*Auto-discovered* | US court cases, opinions, legal research |
Configuration Example
[[mcp.servers]]
name = "courtlistener"
type = "stdio"
command = "npx"
args = ["-y", "@us-legal-tools/courtlistener-sdk"]
timeout_seconds = 60
env = { COURTLISTENER_API_KEY = "your-value" }
tools = []Notes: SDK may not function as standalone MCP server — verify implementation.