mcp-permission-guard
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-permission-guardevaluate risk of deleting a file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Permission Guard — Pre-Action Authorization for AI Agents
Intent-based permission system with risk scoring, rule engine, and audit trail. Zero dependencies, pure Python stdlib.
The Problem
Agents execute destructive actions without guardrails. Binary allow/deny prompts don't work (93% auto-approved). The "lethal trifecta" — private data + untrusted content + external communication — creates risks no single tool can detect.
Related MCP server: AgentWard
The Solution
MCP Permission Guard classifies tool calls into 14 intent categories, scores risk 0-100, evaluates rules, and produces deterministic allow/deny/ask decisions with full audit trail.
Tools (11)
Tool | What it does |
| Map tool call → intent category (14 types) |
| Score 0-100 with lethal trifecta detection |
| Add allow/deny/ask rule by intent |
| Full evaluation: classify + risk + rules → decision |
| Query decision history |
| Show all registered rules |
| Delete a rule |
| Global policy: allow_all / deny_all / ask_all / rules_based |
| Read current policy |
| Decision statistics |
| Clear all state |
Intent Categories
filesystem_read (10) · filesystem_write (40) · filesystem_delete (80) · network_outbound (50) · network_inbound (30) · code_execution (60) · shell_command (70) · database_write (65) · database_read (20) · credentials_access (90) · config_change (55) · user_management (85) · service_restart (60) · package_install (75)
Tests
python -m pytest tests/ -v # 38 tests, all passingInspiration
nah — Intent-level permission guards
Open Agent Passport — Pre-action authorization
Beyond Permission Prompts — Structured authorization
Claude Code Auto Mode — Two-stage classifier
License
MIT — AMEOBIUS
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides policy-based access control, incident tracking, and compliance monitoring to govern AI agent behavior. It enables organizations to enforce security rules and maintain audit trails by validating agent actions against trust levels and pattern-based policies.Last updated6
- AlicenseAqualityBmaintenanceOpen-source permission control plane for AI agents — scan, enforce, and audit every tool call with code-level policies that prompt injection can't bypass.Last updated1419Business Source 1.1
- Alicense-qualityDmaintenanceA governance and control layer for MCP tools that manages tool requests as intents through policy-based approval, queuing, or blocking. It enables secure human oversight and audit trails for consequential agent actions across platforms like Claude Desktop and Cursor.Last updated1MIT No Attribution
- AlicenseAqualityAmaintenancePolicy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging across LangChain, OpenAI, Anthropic, and MCP.Last updated512MIT
Related MCP Connectors
Runtime permission, approval, and audit layer for AI agent tool execution.
Responsible-AI guardrails for agents: scoring with policy, injection & PII detection, DPDP.
Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aaameobius-crypto/mcp-permission-guard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server