HomeProductivity › nexus-legal-mcp

nexus-legal-mcp

International legal analysis (ISO 31000) — 27 tools, 63 selectable jurisdictions; coverage varies.

TypeScript Cloud Remote
★ 2 stars Last pushed 2026-09-06 License: Apache-2.0

Topics: Legal

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://legal.nexusquantum.legal/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http nexus-legal-mcp https://legal.nexusquantum.legal/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "nexus-legal-mcp": {
      "url": "https://legal.nexusquantum.legal/api/mcp"
    }
  }
}

Package (npm 0.6.3)

npx -y @nexus-legal/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "nexus-legal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nexus-legal/[email protected]"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_VALUE>",
        "NEXUS_BASE_URL": "<YOUR_VALUE>",
        "NEXUS_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEXUS_API_KEY required secret — Personal API key (format `nlk_*`) with `mcp` scope. Generate one at https://legal.nexusquantum.legal/developers (select 'Servidor MCP' when creating the key).
  • NEXUS_BASE_URL — Override base URL of the Nexus backend. Defaults to https://legal.nexusquantum.legal. Change only for self-hosted or staging environments.
  • NEXUS_TIMEOUT_MS — HTTP timeout in milliseconds for long-running analyses. Default 180000 (3 minutes).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry