permission-guard
Permission Guard — validates an agent's requested action against its defined scope before execution. Detects out-of-scope access, privilege escalation, and flags dangerous operations like delete, exe…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add found402/permission-guard
# Browse available tools
npx -y smithery tool list found402/permission-guard
# Get full schema for a tool
npx -y smithery tool get found402/permission-guard check_permission
# Call a tool
npx -y smithery tool call found402/permission-guard check_permission '{}'Direct MCP Connection
Endpoint: https://permission-guard--found402.run.tools
Tools (1)
check_permission— Checks if an agent's requested action exceeds its defined scope. Pass the action, resource, and the agent's permission …
# Get full input/output schema for a tool
npx -y smithery tool get found402/permission-guard