full-text search across 9m+ court opinions
Enables semantic and keyword-based search across a corpus of 9 million+ court opinions using MCP protocol integration. The capability exposes search endpoints that accept natural language queries and structured legal search parameters, returning ranked opinion documents with metadata including case names, citations, court information, and decision dates. Implements query parsing and relevance ranking to surface the most pertinent legal precedents from the massive opinion database.
Unique: Exposes 9M+ court opinions through MCP protocol, enabling direct integration into Claude and other LLM applications without requiring separate API authentication or custom HTTP clients. The MCP abstraction allows seamless tool-use integration where LLMs can invoke case law search as a native capability within reasoning chains.
vs alternatives: Provides broader coverage (9M+ opinions) than most commercial legal research APIs and integrates directly into LLM workflows via MCP, eliminating the need for custom API wrapper code that would be required with traditional REST endpoints.
federal docket search and retrieval
Enables searching and retrieving federal court dockets, case filings, and procedural documents through MCP protocol. The capability parses docket entries, extracts filing metadata (dates, parties, document types, judges), and returns structured information about case progression, motions, and procedural history. Implements docket-specific indexing to surface relevant filings based on case identifiers, party names, or filing date ranges.
Unique: Integrates federal docket data directly into MCP-compatible LLM applications, allowing agents to query live docket information as part of reasoning chains without requiring separate PACER account access or manual docket lookups. Parses unstructured docket entries into structured metadata for programmatic analysis.
vs alternatives: Eliminates the need for manual PACER lookups or expensive commercial docket monitoring services by exposing federal docket data through MCP, enabling cost-effective integration into AI workflows and reducing friction for developers building litigation-aware applications.
mcp tool-use integration for legal research agents
Exposes case law and docket search capabilities as MCP tools that LLM applications can invoke during reasoning and planning. The implementation follows MCP's tool-calling protocol, allowing Claude and other compatible LLMs to automatically invoke searches, interpret results, and incorporate legal research into multi-step reasoning chains. Handles tool parameter validation, result formatting, and error handling to ensure reliable integration with LLM planning systems.
Unique: Implements MCP tool protocol for legal research, enabling LLMs to autonomously invoke case law and docket searches as part of reasoning chains without requiring custom API wrapper code. The tool schema design allows LLMs to understand search parameters and interpret results naturally.
vs alternatives: Provides native MCP integration that works seamlessly with Claude and other MCP-compatible tools, eliminating the need for custom function-calling implementations or API wrapper code that would be required with traditional REST APIs.
jurisdiction-filtered case law search
Enables filtering case law search results by jurisdiction (federal circuits, specific courts, state courts where available) to surface precedents relevant to specific legal venues. The capability parses jurisdiction metadata from opinions and allows queries to be constrained to particular courts or court hierarchies. Implements jurisdiction-aware ranking to prioritize cases from the most relevant courts for a given legal question.
Unique: Implements jurisdiction-aware search filtering that allows queries to be constrained to specific courts, circuits, or court hierarchies, enabling lawyers to find the most relevant precedents for their specific venue without manually filtering results.
vs alternatives: Provides built-in jurisdiction filtering that reduces the need for post-search filtering or manual review, allowing legal researchers to focus on substantive analysis rather than venue-specific result curation.
citation-based case law retrieval
Enables direct retrieval of cases by legal citation (e.g., '123 F.3d 456', 'Smith v. Jones, 789 U.S. 101') without requiring full-text search. The capability parses citation formats, normalizes them, and retrieves the corresponding opinion from the indexed corpus. Implements citation validation and error handling to guide users toward correct citation formats when lookups fail.
Unique: Implements direct citation-based lookup that bypasses full-text search, enabling instant retrieval of specific cases when citations are known. Normalizes citation formats and handles variations in reporter abbreviations and citation styles.
vs alternatives: Faster than full-text search for known citations and enables citation-aware workflows where documents are processed to extract citations and automatically fetch referenced opinions without requiring manual search.