mcpbeat Sign in

ClauseKeeper Compliance Scanner MCP Server

local only

ClauseKeeper Compliance Scanner runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from pypi. Last commit 23 Jun 2026.

Scan website legal docs for missing or stale compliance clauses. Rule-based, no LLM.

Installs per day peak 28 · avg 10 · -17% w/w
a month agotoday
65
Installs / week
pypi · clausekeeper-mcp
0
Stars
8 open issues
23 Jun 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] clausekeeper_core/__init__.py:1, [пакет] clausekeeper_core/clause_rules.py:1, [пакет] clausekeeper_core/scanner.py:1 и ещё 1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

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 clausekeeper -- uvx clausekeeper-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clausekeeper": {
      "args": [
        "clausekeeper-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clausekeeper]
command = "uvx"
args = ["clausekeeper-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clausekeeper": {
      "args": [
        "clausekeeper-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clausekeeper": {
      "args": [
        "clausekeeper-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ClauseKeeper Compliance Scanner

same job, measured the same way
UX-Auditor-Pro
by evozim

Visual UI/UX scanner auditing websites for heuristic compliance.

answering
Legal Validator
by evozim

Regulatory compliance scanner validating SEC, FTC, and anti-spam rules.

answering
Aiact
by thegridwork

Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.

39 installs/wk local only
Marketing Compliance
by northpoint

Crypto marketing compliance rulesets over MCP: MiCA, FCA, GDPR, SEC, MAS, VARA. Not legal advice.

13 tools answering
klaws — Korean compliance risk scanner
by rostradamus

Scan code for Korean compliance risks — PIPA/개인정보보호법, Network Act, Credit Info. Not legal advice.

local only
Catalyst Governance
by stratogenic-ai

Governance middleware for AI agents: permission gates, approvals, compliance scanning, audit ledger.

31 tools answering
Lexvibe
by marcosnovo

One-step legal compliance for vibe-coded apps: privacy, terms, cookie banner and EU AI Act check.

68 installs/wk 10 tools answering
Meridian MCP
by knambiardjsc

Local-first compliance scanner for DPDPA 2023/2025, RBI FREE-AI, SEBI AI/ML & EU AI Act.

484 installs/wk local only

ClauseKeeper Compliance Scanner — questions

Answers built from our own checks of this server.

Why is there no uptime for ClauseKeeper Compliance Scanner?
ClauseKeeper Compliance Scanner 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 pypi package clausekeeper-mcp was installed 65 times last week.
How do I connect ClauseKeeper Compliance Scanner?
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 clausekeeper-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use ClauseKeeper Compliance Scanner?
The pypi package clausekeeper-mcp was installed 65 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ClauseKeeper Compliance Scanner open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 0 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.