Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and European law. 11 tools: analyze, draft, audit, monte_carlo, doctrina (DGT/TEAC), jurisprudencia search (CENDOJ ~141k + Colombian CC/CSJ/CE ~106k), opinion, redteam, adversarial, cross-border compare, consulta. Backed by curated jurisdiction modules for 30+ countries. Install: npx -y @nexus-legal/mcp with API key from https://nexusquantum.legal/developers.
Server Config
{
"mcpServers": {
"nexus-legal": {
"command": "npx",
"args": [
"-y",
"@nexus-legal/mcp"
],
"env": {
"NEXUS_API_KEY": "nlk_YOUR_KEY_HERE"
}
}
}
}