Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Agent Utility MCP

io.github.insivotron/agent-utility-mcp

Stop your agent before it runs rm -rf /etc or emails your .env. Deterministic preflight checks.

Uptime
100.0%
3 direct probes · 30d
Response
289ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

analyze_url_risk

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,…

inspect_command

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_file

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_tool_call

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…

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"
    }
  }
}