🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

scope-guard-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scope-guard-mcp

MCP server that enforces multi-agent scope boundaries — prevents scope drift, work duplication, and infinite delegation loops in agentic systems

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
33
-37.74%
Maintainers
1
Weekly downloads
 
Created
Source

scope-guard-mcp

MCP server that enforces multi-agent scope boundaries. Prevents scope drift, work duplication, and infinite delegation loops in agentic systems.

Tools

ToolPurpose
create_scope_contractDefine agent boundaries: allowed/forbidden tools, file access patterns, delegation limits
validate_actionPre-flight check — is a tool call or file access within scope?
detect_delegation_loopAnalyze delegation chains for circular patterns
log_agent_actionTrack agent actions for compliance monitoring
get_compliance_reportPer-agent summary: actions, violations, delegation count, scope utilization %
detect_work_duplicationFind agents doing the same work across action logs

Resources

URIDescription
scope-guard://contractsAll active scope contracts

Install

npm install
node src/index.js

Claude Desktop

{
  "mcpServers": {
    "scope-guard": {
      "command": "npx",
      "args": ["scope-guard-mcp"]
    }
  }
}

License

MIT

Keywords

mcp

FAQs

Package last updated on 24 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts