PluginBench
MCP Server
Maintained

io.github.dgtalquantumleap-ai/ebenova-scope-guard MCP Server

io.github.dgtalquantumleap-ai/ebenova-scope-guard

What is the io.github.dgtalquantumleap-ai/ebenova-scope-guard MCP server?

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

How to install io.github.dgtalquantumleap-ai/ebenova-scope-guard

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EBENOVA_API_KEY
    required
    secret

    Ebenova API key from ebenova.dev/dashboard

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ebenova-scope-guard": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/scope-guard-mcp"
      ],
      "env": {
        "EBENOVA_API_KEY": "<YOUR_EBENOVA_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ebenova-scope-guard": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/scope-guard-mcp"
      ],
      "env": {
        "EBENOVA_API_KEY": "<YOUR_EBENOVA_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ebenova-scope-guard": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/scope-guard-mcp"
      ],
      "env": {
        "EBENOVA_API_KEY": "<YOUR_EBENOVA_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ebenova-scope-guard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/scope-guard-mcp"
      ],
      "env": {
        "EBENOVA_API_KEY": "<YOUR_EBENOVA_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add ebenova-scope-guard --env EBENOVA_API_KEY=<YOUR_EBENOVA_API_KEY> -- npx -y @ebenova/scope-guard-mcp

Related MCP servers

WhatsApp booking, staff coordination, and invoice recovery for services.

View repository →

Reddit and Nairaland keyword monitoring with AI reply drafts.

View repository →

Generate 27 legal document types across 18 jurisdictions via Ebenova API.

View repository →

Monitor Reddit and Nairaland for product keywords with AI drafts.

View repository →

Proximity-based card fraud detection with AI risk scoring.

View repository →