Back to search
30
MCP

@agenson-horrowitz/agent-output-guard-mcp

npm/@agenson-horrowitz/agent-output-guard-mcp

Agent Output Guard MCP Server - Validate and verify data from other agents before acting on it. Zero LLM costs, pure computation. Solves coordination failures in multi-agent systems.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.agenson-horrowitz/agent-output-guard
Validate and verify data from other agents before acting on it. Zero LLM costs.
0 tools
agent-guard-mcp
MCP server that detects and prevents infinite agent loops — circuit breakers, pattern detection, and stuck-agent recovery for agentic system
0 tools
@agenson-horrowitz/web-content-extractor-mcp
Agent-optimized MCP server for extracting clean, structured content from web pages - built specifically for AI agents that need LLM-friendly
0 tools
qc-validator-mcp
MCP server for runtime quality validation of AI agent outputs — hallucination detection, scope compliance, and output quality scoring
0 tools
scope-guard-mcp
MCP server that enforces multi-agent scope boundaries — prevents scope drift, work duplication, and infinite delegation loops in agentic sys
0 tools
@agenson-horrowitz/structured-data-validator-mcp
MCP server for validating, transforming, and normalizing structured data - built specifically for AI agents
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@agenson-horrowitz/agent-output-guard-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}