com.thenextgennexus/legal-mcp-server
Official1 toolFederal and state court records lookup for due-diligence and background checks.
Searches federal and state court records for due diligence and background checks.
Captured live from the server via tools/list.
search_court_records
Search public court records database by individual name, case number, or state jurisdiction. Returns case details including parties involved, case type (civil/criminal), filing date, judgment, and docket number. Use for background checks, legal research, or case tracking. Limited to public records.
Parameters (3)
- namestring
Full name or partial name of person involved in case (e.g. 'John Smith', 'Jane Doe')
- case_numberstring
Case identifier/docket number if known (e.g. '2023-CV-001234')
- statestring
U.S. state or jurisdiction for search (e.g. 'CA', 'NY', 'Texas')
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"legal-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/legal-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.