mcpbeat

Legal Doc Analyzer MCP Server

local only

Legal Doc Analyzer runs on your own machine — the client starts it, so there is no endpoint to ping. 2 installs a week from npm.

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

2
Installs / week
npm · legal-doc-analyzer
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add legal-doc-analyzer -- npx -y legal-doc-analyzer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "legal-doc-analyzer": {
      "args": [
        "-y",
        "legal-doc-analyzer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.legal-doc-analyzer]
command = "npx"
args = ["-y", "legal-doc-analyzer"]
.cursor/mcp.json
{
  "mcpServers": {
    "legal-doc-analyzer": {
      "args": [
        "-y",
        "legal-doc-analyzer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "legal-doc-analyzer": {
      "args": [
        "-y",
        "legal-doc-analyzer"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Legal Doc Analyzer

same job, measured the same way
Meok Enterprise Compliance Checker
by csoai-org

MEOK Enterprise Compliance Checker — EU AI Act, DORA, GDPR automated gap analysis. £5K-15K audits

111 installs/wk local only
OntoRamp Governance Assessment
by ontoramp

Governance maturity assessment, compliance gap analysis, and evidence-linked briefs for AI agents.

answering
Cookie Consent Compliance Scanner
by vincentn-waivern

Cookie consent scanner: GDPR, CCPA, GCMv2. PASS/FAIL compliance checklists with fix recommendations.

6 tools answering
MCP Geracompliance
by geraservicesuk

EU AI Act and GDPR compliance: checks, audits, generate policies.

24 installs/wk local only
Privacy
by thegridwork

Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies.

29 installs/wk local only
R
GoldLegal Legal Compliance API
by fcapp-cn-hangzhou-legal-api-legal-m-service-nubqrvluix

AI legal compliance: contract review, risk scoring, EU/CN AI act, watermark check. 8 MCP tools.

answering
GDPR Shift-Left Compliance
by kevinrabun

GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates.

198 installs/wk local only
Dependency Management MCP Server
by sonatype

Sonatype component intelligence: versions, security analysis, and Trust Score recommendations

3 tools answering

Legal Doc Analyzer — questions

Answers built from our own checks of this server.

Why is there no uptime for Legal Doc Analyzer?
Legal Doc Analyzer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package legal-doc-analyzer was installed 2 times last week.
How do I connect Legal Doc Analyzer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls legal-doc-analyzer straight from npm; nothing to host, nothing to sign up for.
How many people use Legal Doc Analyzer?
The npm package legal-doc-analyzer was installed 2 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.