Legal Research MCP — Court Records Lookup
Federal and state court record lookup. Run a name or company through and get back filings, case status, and judgment data. Common uses: M&A due diligence, hiring background checks, journalist investi…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add nexgendata-apify/legal-mcp-server
# Browse available tools
npx -y smithery tool list nexgendata-apify/legal-mcp-server
# Get full schema for a tool
npx -y smithery tool get nexgendata-apify/legal-mcp-server search_court_records
# Call a tool
npx -y smithery tool call nexgendata-apify/legal-mcp-server search_court_records '{}'Direct MCP Connection
Endpoint: https://legal-mcp-server--nexgendata-apify.run.tools
Optional config:
apiKey(query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.
Tools (1)
search_court_records— Search public court records database by individual name, case number, or state jurisdiction. Returns case details inclu…
# Get full input/output schema for a tool
npx -y smithery tool get nexgendata-apify/legal-mcp-server Resources
legal://coverage— Public court records across US state jurisdictions. Civil and criminal case search.
Prompts (1)
records_search(name) — Search public court records by name or case number with jurisdiction filtering.