Skip to content

NEXUS LEGAL ยท DEVELOPER PLATFORM

Defensible legal analysis, one line of code.

63 jurisdictions ยท ISO 31000 certainty locks ยท Zero Retention EU ยท SLA 99.5โ€“99.9% ยท Official SDKs on npm & PyPI

npm install @nexus-legal/sdkpip install nexus-legalnpx -y @nexus-legal/mcpOpenAPI 3.1 ยท Postman collectionGDPR DPA pre-signed ยท EU-hosted
Available in Claude

Citation verification (citation-fidelity checks) + jurisprudence + analysis ยท 63 jurisdictions ยท Zero-Retention

https://legal.nexusquantum.legal/api/mcp

Available now as a custom connector โ€” directory listing under review.

How to add it โ†’

Install in 30 seconds

Full TypeScript types. Pythonic data classes. Zero runtime deps.

$npm install @nexus-legal/sdk
$pip install nexus-legal
import { NexusClient } from "@nexus-legal/sdk";

const nexus = new NexusClient({
  apiKey: process.env.NEXUS_API_KEY!,
});

const result = await nexus.analyze({
  text:         "Por el presente contrato, el arrendador cede el usoโ€ฆ",
  jurisdiction: "ES",
  legalBranch:  "civil",
});

// Certainty locks: [L1] literal text ยท [L2-J] verified jurisprudence
// [L4] reasoned inference ยท [L5-C] critical risk
console.log(result.analysis.certaintyLocks);
// โ†’ ["[L2-J] Art. 1554 CC confirmed in CENDOJ #123456",
//    "[L5-C] unilateral termination clause โ€” high risk"]
[L1]Literal text match[L2-J]Verified jurisprudence (multi-jurisdiction)[L4]Reasoned inference[L5-C]Critical risk

WHAT'S INCLUDED

Everything you need. Nothing you don't.

๐Ÿ”

Bearer auth with tiers

Standard / Premium / Enterprise โ€” 10 / 200 / 1,000 rpm. Auto-throttled; no silent drops. Rotate keys without downtime.

๐Ÿ”

Idempotency-Key built-in

Retransmit without double-charging. Pass the same key on retry; get the same deterministic response from cache.

๐Ÿ“ฆ

Batch up to 50 docs

Concurrency 1โ€“10, credit pre-check before any processing starts. One auth round-trip, one response envelope.

โšก

Async jobs + HMAC webhooks

Don't block your UI. Fire a job, get a signed POST when it's done. Replay-safe retry schedule 1m โ†’ 5m โ†’ 30m โ†’ 2h โ†’ 12h, verifiable with your secret key.

๐Ÿข

Multi-tenancy

Master keys + revocable sub-keys, usage rollup per client. Built for distributors and legal SaaS with multi-firm deployments.

๐Ÿค–

MCP server

14 legal tools inside Claude Desktop, Claude Code, and Cursor โ€” no browser required. Published in the Anthropic MCP Registry as io.github.djtellado/nexus-legal. npx -y @nexus-legal/mcp and you're done.

๐Ÿ“

Microsoft Word add-in

Sideload-ready taskpane that inserts Nexus analysis into drafts in place. Lawyers stay in Word while certainty locks land next to the clause they audit.

๐Ÿ“š

Statute corpus API

POST /api/v1/normativa/search for semantic search and POST /api/v1/normativa/verify-cita to verify any citation against the in-force corpus before signing. The normativa.updated webhook fires when a tracked law changes. Each jurisdiction's corpus activates under a Premium contract.

๐Ÿ›ก๏ธ

Citator API (Premium add-on)

Five REST endpoints โ€” /validity ยท /citations ยท /cited-by ยท /timeline ยท /coverage โ€” plus a new L2-J-V audit lock for validity-verified citations. Activates per contracted jurisdiction: 5 business days (Essentials) or 10 (Pro).

USE CASES

Built for the technical buyer

Mid-market firm

Automate contract review in your existing stack

Call /analyze from NetDocuments or iManage. ISO 31000 risk locks come back as structured JSON โ€” no copy-paste, no context switch, no browser.

Legal SaaS

Embed legal intelligence without building the engine

Skip 8 months of jurisdiction research. Drop in the SDK, point it at your users' documents, surface certainty locks in your own UI โ€” all in an afternoon.

Distributor LATAM / EU

White-label per client, full usage tracking

Issue a sub-key per client firm, set spend caps, receive usage rollup by key. Sell analysis under your brand with credit-back commitments in writing.

COMPLIANCE & COMMITMENTS

Contractual commitments. Not just marketing.

โœ…

GDPR Art. 28 โ€” Pre-signed DPA

14 sections, 8 documented sub-processors. Available at /legal/dpa. No negotiation round-trips โ€” download, sign, done.

โœ…

SLA with automatic credit-back

99.5% (Standard) / 99.9% (Enterprise). Breach triggers an automatic credit-back โ€” no support ticket needed. Terms at /legal/sla.

โœ…

Zero Retention by default

Documents processed in RAM in the Netherlands (Railway europe-west4). Never written to disk, never used to fine-tune any model.

โœ…

PII Gatekeeper

ID numbers, IBANs, email addresses anonymised before any upstream LLM call. Audit log records every redaction with timestamp and field type.

โœ…

Annual third-party audit committed in DPA ยง6

Report available to Enterprise customers under NDA. Proof that the commitments are real, not just stated.

PARTNER MODEL

Multi-tenant and event-driven.

Build resellers, agencies or white-label integrations. The Organizations API lets you provision sub-keys, set credit limits per client and query usage by tenant. Webhooks deliver signed analysis-complete events so your downstream systems react instantly.

Start building in 2 minutes.

Generate a key and make your first API call. Scale when you're ready.

@nexus-legal/sdk v0.8.0 ยท nexus-legal v0.5.0 ยท @nexus-legal/mcp v0.1.2 ยท API v1.8.0