{
  "markdown": "# scope-guard-mcp\n\nMCP server that enforces multi-agent scope boundaries. Prevents scope drift, work duplication, and infinite delegation loops in agentic systems.\n\n## Tools\n\n| Tool | Purpose |\n|------|---------|\n| `create_scope_contract` | Define agent boundaries: allowed/forbidden tools, file access patterns, delegation limits |\n| `validate_action` | Pre-flight check — is a tool call or file access within scope? |\n| `detect_delegation_loop` | Analyze delegation chains for circular patterns |\n| `log_agent_action` | Track agent actions for compliance monitoring |\n| `get_compliance_report` | Per-agent summary: actions, violations, delegation count, scope utilization % |\n| `detect_work_duplication` | Find agents doing the same work across action logs |\n\n## Resources\n\n| URI | Description |\n|-----|-------------|\n| `scope-guard://contracts` | All active scope contracts |\n\n## Install\n\n```bash\nnpm install\nnode src/index.js\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"scope-guard\": {\n      \"command\": \"npx\",\n      \"args\": [\"scope-guard-mcp\"]\n    }\n  }\n}\n```\n\n## License\n\nMIT\n",
  "bytes": 1095,
  "sha": "0837cda80f7955f45f103c9d1e434b28cb3b64c09e7b0746836596be0617a060",
  "repo_slug": "mdfifty50-boop/scope-guard-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mdfifty50_boop_scope_guard_cd57ca7a/readme"
}