us-legal-tools/courtlistener

MCP Server

CourtListener 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

VariableRequiredDescription
COURTLISTENER_API_KEYYesCourtListener API key

Available Tools

ToolDescription
*Auto-discovered*US court cases, opinions, legal research

Configuration Example

toml
[[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.