mcpbeat Sign in

Ebenova Scope Guard MCP Server

local only

Ebenova Scope Guard runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 13 Apr 2026.

AI contract scope violation detector. Detect scope creep, draft responses.

Installs per day peak 9 · avg 4 · +100% w/w
a month agotoday
24
Installs / week
npm · @ebenova/scope-guard-mcp
0
Stars
0 open issues
13 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 3 min 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.

Package points at a different repository dgtalquantumleap-ai/scope-guard-mcp
пакет @ebenova/scope-guard-mcp ссылается на ebenova/scope-guard-mcp

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

This one needs environment variables set before it will start: EBENOVA_API_KEY (Ebenova API key from ebenova.dev/dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ebenova Scope Guard

same job, measured the same way
Figlime
by rise2

Read Figlime jobs, screening questions, and candidate responses; draft screening questions.

answering
Quicksign
by causehacker

E-signatures for contracts and NDAs. Draft with AI, review, and send for signature.

22 installs/wk 4 tools answering
Dingdawg Support Agent
by dingdawg

AI support agent — ticket classification, response drafting, escalation routing.

40 installs/wk local only
Over-Reach Detector
by choreoatlas

Detect when AI code changes exceed declared task scope (MCP server).

55 installs/wk local only
Renewly
by renewly

Read contracts, track renewals, surface vendor leverage, and draft cancellation/renewal emails.

answering
Validate
by machinegrade

Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.

35 installs/wk 1 tools answering
Machine Inbox
by machineinbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

11 tools answering
A
AFMR Discovery
by afmr

Read AFMR failure modes and discover scoped attestation and lift-evidence contracts.

4 tools answering

Ebenova Scope Guard — questions

Answers built from our own checks of this server.

Why is there no uptime for Ebenova Scope Guard?
Ebenova Scope Guard 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 @ebenova/scope-guard-mcp was installed 24 times last week.
How do I connect Ebenova Scope Guard?
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 @ebenova/scope-guard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ebenova Scope Guard?
The npm package @ebenova/scope-guard-mcp was installed 24 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ebenova Scope Guard open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.