MCP Server
MCP
io.github.djtellado/nexus-legal
International legal analysis (ISO 31000) — 27 tools, 63 selectable jurisdictions; coverage varies.
Install
npx -y @nexus-legal/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://legal.nexusquantum.legal/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@nexus-legal/mcp",
"version": "0.6.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Personal API key (format `nlk_*`) with `mcp` scope. Generate one at https://legal.nexusquantum.legal/developers (select 'Servidor MCP' when creating the key).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NEXUS_API_KEY"
},
{
"description": "Override base URL of the Nexus backend. Defaults to https://legal.nexusquantum.legal. Change only for self-hosted or staging environments.",
"format": "string",
"default": "https://legal.nexusquantum.legal",
"name": "NEXUS_BASE_URL"
},
{
"description": "HTTP timeout in milliseconds for long-running analyses. Default 180000 (3 minutes).",
"format": "string",
"default": "180000",
"name": "NEXUS_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment