Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.vpatser1/legal-doc-analyzer

NPM · LEGAL-DOC-ANALYZER · SCANNED AUG 8

Contract analysis, risk assessment, version diffs, compliance checks (GDPR, CCPA, SOC2)

Available components

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 36 of 123 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 465 tokens (~93/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · legal-doc-analyzer

# add to Claude Code
claude mcp add vpatser1-legal-doc-analyzer -- npx -y legal-doc-analyzer
# add to Codex CLI
codex mcp add vpatser1-legal-doc-analyzer -- npx -y legal-doc-analyzer
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vpatser1-legal-doc-analyzer": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "legal-doc-analyzer"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vpatser1-legal-doc-analyzer --command npx --arg -y --arg legal-doc-analyzer
# ~/.hermes/config.yaml
mcp_servers:
  vpatser1-legal-doc-analyzer:
    command: "npx"
    args: ["-y", "legal-doc-analyzer"]
// mcp.json
{
  "mcpServers": {
    "vpatser1-legal-doc-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "legal-doc-analyzer"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Aug 26 +4
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.85 functional
  • 4 Aug 26 60

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 8 Aug 2026 · Analysed npm/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 123 packages
Packages resolved 123
Stale 36
Tree resolution Complete
MCP tools · 5 exposed · ~465 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_contract ~112

Analyzes a contract or legal document. Identifies key parties, contract type (NDA, SaaS, employment, etc.), important dates (effective, termination, renewal), key obligations per party, liability clauses and limits, termination conditions, and governing law/jurisdiction. Returns a structured summary.

NameTypeReqDescription
document_textstringyesThe full text of the contract or legal document to analyze.
document_typestringType of document. If omitted, the type is auto-detected from the content.

No output schema declared.

No examples provided.

check_compliance ~87

Checks a legal document against compliance frameworks (GDPR, CCPA, SOC2, HIPAA). Checks for required clauses, identifies missing provisions, suggests additional language needed, and returns a compliance score per framework.

NameTypeReqDescription
document_textstringyesThe full text of the legal document to check.
frameworksarrayCompliance frameworks to check against. Defaults to all frameworks if omitted.

No output schema declared.

No examples provided.

compare_versions ~100

Compares two versions of a legal document. Identifies all changes (added, removed, modified clauses), highlights materially significant changes, flags changes that increase risk, and provides a side-by-side diff summary.

NameTypeReqDescription
labelsobjectOptional labels for the two versions.
new_versionstringyesThe text of the revised / newer version of the document.
old_versionstringyesThe text of the original / earlier version of the document.

No output schema declared.

No examples provided.

find_risks ~107

Flags risks in a legal document: one-sided clauses, unlimited liability exposure, auto-renewal traps, broad non-compete clauses, vague/ambiguous language, missing standard protections (limitation of liability, indemnification caps), and IP assignment concerns. Returns flagged risks with severity ratings, excerpts, recommendations, and a risk score from 0 (minimal) to 100 (critical).

NameTypeReqDescription
document_textstringyesThe full text of the legal document to assess for risks.

No output schema declared.

No examples provided.

generate_summary ~59

Generates a plain-English summary of a legal document readable by non-lawyers. Includes a key terms table, action items / obligations timeline, and a one-page executive brief.

NameTypeReqDescription
document_textstringyesThe full text of the legal document to summarize.

No output schema declared.

No examples provided.