djtellado/nexus-legal-mcp

⚖️ Legal
0 Views
0 Installs

📇 ☁️ - Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and European law. 11 tools: analyze, draft, audit, montecarlo, doctrina (DGT/TEAC), jurisprudencia (CENDOJ 141k + Colombian CC/CSJ/CE 106k), opinion, redteam, crossbordercompare, consulta. Install: npx -y @nexus-legal/mcp with API key from https://nexusquantum.legal/developers.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "djtellado-nexus-legal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "djtellado-nexus-legal-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

@nexus-legal/mcp

Servidor MCP (Model Context Protocol) de Nexus Legal — expone 11 capabilities jurídicas especializadas a Claude Desktop, Claude Code, Cursor y cualquier otro cliente compatible con MCP.

¿Qué es esto? Conectas tu Claude con Nexus en 30 segundos, y a partir de ese momento Claude puede invocar análisis jurídico ISO 31000 sobre 31 jurisdicciones, simulación Monte Carlo de litigación, búsqueda de jurisprudencia, redacción de escritos, doctrina administrativa, red team adversarial y comparativas multi-jurisdiccionales (Cross-Border) sin salir de la conversación.


Instalación rápida

1. Genera una clave MCP

Entra a nexusquantum.legal/developers, elige "Servidor MCP", dale un nombre (ej. "MacBook personal") y pulsa + Crear clave MCP. Copia la clave nlk_... — solo se enseña una vez.

2. Configura tu cliente

Claude Desktop (macOS)

Edita ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-legal": {
      "command": "npx",
      "args": ["-y", "@nexus-legal/mcp"],
      "env": {
        "NEXUS_API_KEY": "nlk_TU_CLAVE_AQUI"
      }
    }
  }
}

Reinicia Claude Desktop. Verás un icono 🔌 en el chat con las 11 tools de Nexus disponibles.

Claude Desktop (Windows)

Edita %APPDATA%\Claude\claude_desktop_config.json con el mismo contenido.

Claude Code (CLI)

claude mcp add nexus-legal -- npx -y @nexus-legal/mcp
# Después establece tu key:
export NEXUS_API_KEY=nlk_TU_CLAVE_AQUI

Cursor

Edita ~/.cursor/mcp.json:

{
  "mcpServers": {
    "nexus-legal": {
      "command": "npx",
      "args": ["-y", "@nexus-legal/mcp"],
      "env": { "NEXUS_API_KEY": "nlk_TU_CLAVE_AQUI" }
    }
  }
}

3. Pruébalo

En Claude Desktop, escribe:

Analiza este contrato con Nexus en jurisdicción ES, rama mercantil, perfil conservador: «[pega aquí el texto del contrato]»

Claude llamará automáticamente a la tool nexus_analyze y te devolverá el informe con candados de certeza [L1]/[L2-J]/[L3-NV]/[L4] + señales bloqueantes [L5-C]/[L5-P] + bloque NEXUS-AUDIT-TRAIL.


Las 11 tools

ToolCapabilityCoste típico
nexus_analyzeAnálisis jurídico íntegro (Nodo A — ISO 31000)1-3 créditos
nexus_consultaConsulta jurídica libre con o sin documento1 crédito
nexus_draftRedacción de escrito jurídico (recurso, demanda, etc.)2-4 créditos
nexus_auditAuditoría cruzada de un análisis Nodo A (Nodo B)1-2 créditos
nexus_monte_carloSimulación Monte Carlo de escenarios (ISO 31000 §6)4 créditos
nexus_doctrinaBúsqueda de doctrina administrativa según jurisdicción1 crédito
nexus_opinionSegunda opinión multi-LLM sobre análisis previo2 créditos
nexus_redteamRed team adversarial (vulnerabilidades JSON estructurado)5 créditos
nexus_adversarialArgumentación adversarial en prosa sobre análisis previo2-3 créditos
nexus_cross_border_compareComparativa multi-jurisdiccional (2-15 países)2-4 créditos
nexus_jurisprudencia_searchBúsqueda semántica en corpus jurisprudencial multi-jurisdiccióngratis

Las 30+ jurisdicciones soportadas (ES, CO, MX, AR, CL, PE, UY, EC, BO, PY, VE, PA, GB, FR, DE, IT, PT, NL, CH, IE, AE, CA, AU, SG, JP, IN, HK, ZA, SA, BR, US con state overlays US-CA/US-NY/US-DE/US-TX, y MULTI para análisis cross-border).


Variables de entorno

VariableDefaultDescripción
NEXUS_API_KEYObligatoria. Clave nlk_... con scope mcp.
NEXUS_BASE_URLhttps://nexusquantum.legalPara entornos de prueba o self-hosted.
NEXUS_TIMEOUT_MS180000 (3 min)Timeout para análisis largos.

Privacidad y RGPD

  • Zero Retention en plataforma EU. Los documentos que envíes vía MCP procesan en RAM en Railway europe-west4-drams3a (Países Bajos) y NO se persisten en base de datos por defecto. La política Zero Retention de Nexus aplica al 100% del tráfico MCP igual que al tráfico web.
  • PII Gatekeeper. Antes de llegar al LLM, el backend anonimiza DNIs, IBANs, teléfonos, emails y cuentas con tokens reversibles ([DNI_1], [ACCOUNT_3]...). El cliente MCP solo ve el output ya re-identificado por nuestro pipeline.
  • Auditoría. Cada tool call queda registrada en analysis_costs y api_usage_stats (con via_api_key_id) para facturación y trazabilidad.

Soporte


Licencia

MIT

Related MCP Servers

ad0750/regintel-mcp

🐍 ☁️ - MCP server for the RegIntel API: structured regulatory data across 41 jurisdictions and 212 regulations (GDPR, MiCA, DORA, SEC, FINRA, FCA, APRA, ASIC, MAS). Tools for search, lookup, recent updates, and compliance checks.

⚖️ Legal0 views
ark-forge/mcp-eu-ai-act

📇 ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance.

⚖️ Legal0 views
atomno-labs/mcp-sudact

🐍☁️ - Russian court practice (Sudact): case search by article, court, instance and dates; full decision text.

⚖️ Legal0 views
atomno-mcp/mcp-fssp

🐍☁️ - FSSP enforcement proceedings lookup for Russian debtors and compliance checks.

⚖️ Legal0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 10:16:59 PM

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.