Agent tool calls
MCP Guard
Apply allow, block, and approval rules to tool calls routed through the open-source MCP proxy. Use observe mode to review decisions before turning enforcement on.
Explore MCP GuardSet the rules. Require approval when it matters. Get proof of what was authorized.
For MCP tool calls and GitHub deployments.
135 documented incidents of agents acting without authorization, 25 of them criticalWhere PP fits
A shared authorization layer across the workflows you connect.
Before
Each connection has its own permissions and approval logic.
With Permission Protocol
Check policy, get approval when required, and keep proof.
PERMISSION PROTOCOL
Policy
Approval when required
Authorization receipt
Illustrative architecture for configured MCP tool calls and GitHub deployment gates. Agents must use the enforced path for authorization to apply.
A protected GitHub change
An agent proposes a change to a production path your team has chosen to protect.
The connected workflow checks the proposed commit against your configured policy.
RequestFor a change that requires signoff, a named approver reviews the exact action before the protected workflow can proceed.
Approval requiredA signed receipt binds the authorization to the approved change, ready for later review and verification.
Authorization recordedExample flow for a configured approval gate. Required checks and deployment rules enforce the protected path.
The evidence
A receipt connects the approved action to the agent, the signer, and the policy that applied.
✓ ACTION AUTHORIZED
github-actions → production
Deploy gate authorization approved
Ed25519 signature verified at build time over the canonical payload digest against the issuer public key published at /api/v1/keys/current
app.permissionprotocol.com/r/rcpt_dg_cmt3gkieg0003v5cwonna8pk5
MCP Guard
Apply allow, block, and approval rules to tool calls routed through the open-source MCP proxy. Use observe mode to review decisions before turning enforcement on.
Explore MCP GuardDeploy Gate
Add an approval and receipt check to a GitHub workflow. Configure required checks and deployment rules for the changes your team chooses to protect.
Explore Deploy GateFor engineering and review teams
When someone asks who authorized a change, hand them a record tied to that action. Keep your existing review process and use the receipt as supporting evidence. Your reviewers determine whether it meets their requirements.
For developers
Try the GitHub approval and receipt flow yourself. MCP Guard is also available as open source.
For teams evaluating one workflow
Two weeks, one GitHub approval workflow. Founder-led setup, agreed tests, and a verifiable evidence pack.
Continue with a separately agreed rollout if the evaluation proves useful.
See evaluation detailsThe paths you configure for enforcement. A GitHub approval gate can require a matching receipt for a protected change. MCP Guard evaluates tool calls against your rules: allow, block, or require approval. Observe mode logs decisions without blocking calls.
Yes. Keep your code review and branch protection. Configure Permission Protocol alongside them to add an authorization record tied to the approved action. During setup, agree which approval workflow and evidence fields your team needs.
The gate controls only the paths routed through it. An agent with direct credentials or another execution path may bypass it, and an administrator may remove a required check. Setup must address those alternate paths and who can change the controls.
Behavior depends on the integration and its configuration. Some Deploy Gate versions allow a workflow to continue on API errors; do not assume every integration fails closed. Local MCP Guard enforcement runs in your environment. Test unavailable-service behavior before relying on a gate for production.
Choose one workflow, define the actions that need approval, and configure the integration and approvers. Test approval, denial, changed actions, alternate execution paths, and outages. Start with the product setup guide, or use a paid evaluation for founder-led setup and agreed acceptance tests.
Bring one action, its approval path, and the evidence you need. Review the fit with our founder and agree a concrete next step.
Book a workflow review Prefer to write? Send your workflow