Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

djtellado/nexus-legal-mcp MCP server](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp) 📇 ☁️ - Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and...

README.md

@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

| Tool | Capability | Coste típico | |---|---|---| | nexus_analyze | Análisis jurídico íntegro (Nodo A — ISO 31000) | 1-3 créditos | | nexus_consulta | Consulta jurídica libre con o sin documento | 1 crédito | | nexus_draft | Redacción de escrito jurídico (recurso, demanda, etc.) | 2-4 créditos | | nexus_audit | Auditoría cruzada de un análisis Nodo A (Nodo B) | 1-2 créditos | | nexus_monte_carlo | Simulación Monte Carlo de escenarios (ISO 31000 §6) | 4 créditos | | nexus_doctrina | Búsqueda de doctrina administrativa según jurisdicción | 1 crédito | | nexus_opinion | Segunda opinión multi-LLM sobre análisis previo | 2 créditos | | nexus_redteam | Red team adversarial (vulnerabilidades JSON estructurado) | 5 créditos | | nexus_adversarial | Argumentación adversarial en prosa sobre análisis previo | 2-3 créditos | | nexus_cross_border_compare | Comparativa multi-jurisdiccional (2-15 países) | 2-4 créditos | | nexus_jurisprudencia_search | Búsqueda semántica en corpus jurisprudencial multi-jurisdicción | gratis |

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

| Variable | Default | Descripción | |---|---|---| | NEXUS_API_KEY | — | Obligatoria. Clave nlk_... con scope mcp. | | NEXUS_BASE_URL | https://nexusquantum.legal | Para entornos de prueba o self-hosted. | | NEXUS_TIMEOUT_MS | 180000 (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

  • Email: support@nexusquantum.legal
  • Documentación: https://nexusquantum.legal/developers
  • Issues: https://github.com/djtellado/nexus-legal-prod/issues

---

Licencia

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.