# Legal MCP Server

Search US court cases, access legal databases, and look up business registrations. Tools for legal research and due diligence.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/legal-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/legal-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/legal-mcp-server search_court_records

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/legal-mcp-server search_court_records '{}'
```

## Direct MCP Connection

Endpoint: `https://legal-mcp-server--nexgendata-apify.run.tools`

## Tools (1)

- `search_court_records` — Search public court records by name, case number, or state.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/legal-mcp-server <tool-name>
```
