# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add found402/permission-guard

# Browse available tools
npx -y @smithery/cli@latest tool list found402/permission-guard

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/permission-guard check_permission

# Call a tool
npx -y @smithery/cli@latest 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 …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get found402/permission-guard <tool-name>
```
