Agent Utility MCP
io.github.insivotron/agent-utility-mcpStop your agent before it runs rm -rf /etc or emails your .env. Deterministic preflight checks.
Tools · 4
Analyze a URL for structural and security risk signals and return a deterministic, policy-aware decision (allow, notice, confirm or block) under the applicable policy — permissive, balanced or strict,…
Analyze a shell command before execution and return a deterministic, policy-aware decision (allow, notice, confirm or block) without running it, under the applicable policy — permissive, balanced or s…
Inspect a Base64-encoded file locally for deterministic structural and security risk signals without executing it, and return a policy-aware decision (allow, notice, confirm or block) under the applic…
Analyze a proposed AI-agent tool call before execution and return a deterministic, policy-aware decision (allow, notice, confirm or block) covering destructive actions, sensitive-data exposure, extern…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agent_utility_mcp": {
"url": "https://agent-utility-mcp.insivotron.workers.dev/mcp",
"transport": "streamable-http"
}
}
}