agent-trace-auditor-api
Cloudflare Workers MCP server: agent-trace-auditor. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-trace-auditor
by lazymac2x
Cloudflare Workers MCP server: agent-trace-auditor
Audits and logs agent execution traces for debugging and compliance.
Captured live from the server via tools/list.
Full audit of an agent execution trace. Detects infinite loops, duplicate calls, tool errors, cost overruns, schema violations, and latency bottlenecks. Returns verdict (pass/review/block), score 0-100, and detailed findings.
Agent execution steps. Each step: {tool, input, output, model, ts, latency_ms, error}
Cost cap in USD (default 5.0)
Per-tool required field schemas for input validation
Fast pass/review/block verdict with score and issue counts. Use in CI gates.
Agent execution steps
Compare two agent traces to detect regressions. Returns score delta, cost delta, added/removed tools, new/resolved issue types.
Baseline (previous) trace
New trace to compare against baseline
Cloudflare Workers MCP server: agent-trace-auditor. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-trace-auditor
claude_desktop_config.json
{
"mcpServers": {
"agent-trace-auditor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/agent-trace-auditor/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.