Catalog
io.github.djtellado/nexus-legal
Officialby djtellado · TypeScript
International legal analysis (ISO 31000) across 63 jurisdictions — 15 tools.
Analyze international legal requirements and compliance across 63 jurisdictions.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
NEXUS_API_KEYrequiredsecretPersonal API key (format `nlk_*`) with `mcp` scope. Generate one at https://nexusquantum.legal/developers (select 'Servidor MCP' when creating the key).
NEXUS_BASE_URLdefault https://nexusquantum.legalOverride base URL of the Nexus backend. Defaults to https://nexusquantum.legal. Change only for self-hosted or staging environments.
NEXUS_TIMEOUT_MSdefault 180000HTTP timeout in milliseconds for long-running analyses. Default 180000 (3 minutes).
claude_desktop_config.json
{
"mcpServers": {
"nexus-legal": {
"command": "npx",
"args": [
"-y",
"@nexus-legal/mcp@0.1.4"
],
"env": {
"NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>",
"NEXUS_BASE_URL": "https://nexusquantum.legal",
"NEXUS_TIMEOUT_MS": "180000"
}
}
}
}