This is for when you're orchestrating multiple AI agents and need to prevent them from stepping on each other's toes. It gives you six tools to define what each agent can and can't do: create_scope_contract sets boundaries like allowed tools and file access patterns, validate_action checks if a proposed action is within scope before execution, and detect_delegation_loop catches circular delegation chains. You also get logging, compliance reports showing violation counts and scope utilization percentages, and work duplication detection across agents. Reach for this when you're building agentic systems where agents might delegate to each other and you need guardrails to prevent chaos.
claude mcp add --transport stdio io.github.mdfifty50-boop-scope-guard -- npx -y scope-guard-mcp