
Agent Trace Auditor MCP
- Updated May 17, 2026
- lazymac2x/agent-trace-auditor-api
Cloudflare Workers MCP server: agent-trace-auditor.
About
Cloudflare Workers MCP server: agent-trace-auditor. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-trace-auditor. Cloudflare Workers MCP server: agent-trace-auditor. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-trace-auditor Teams adopt it when they want repeatable agent-trace-auditor-api operations inside agent sessions instead of manual CLI steps or bespoke API scripts.
- Cloudflare Workers MCP server: agent-trace-auditor. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-trace-audito
- Cloudflare Workers MCP server: agent-trace-auditor. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-trace-audito
- Install via npx or Docker with MCP client configuration for Cursor or Claude Desktop.
- Tool schemas documented in README for agent-driven agent-trace-auditor-api workflows.
- Supports authorized agent-trace-auditor-api automation from IDE agents without custom glue code.
Agent Trace Auditor MCP by the numbers
- Exposes 3 verified tools (MCP introspection)
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http agent-trace-auditor https://api.lazy-mac.com/agent-trace-auditor/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 3 |
| Last updated | May 17, 2026 |
| Repository | lazymac2x/agent-trace-auditor-api ↗ |
How do agents access agent-trace-auditor-api capabilities without custom integration code?
Cloudflare Workers MCP server: agent-trace-auditor. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-trace-auditor
Who is it for?
Developers wiring agent-trace-auditor-api into Cursor, Claude Desktop, or other MCP clients.
Skip if: Teams that need features outside the documented agent-trace-auditor-api tool surface.
What you get
Configured MCP host can call agent-trace-auditor-api tools with schemas from the server README.
- Connected MCP remote for agent trace auditing
- Ability to invoke auditor tools from the agent client once registered
- Documented v1.0.0 server identity for Skillselion catalog linking
By the numbers
- MCP server version 1.0.0
- 1 documented streamable-http remote endpoint
- Cloudflare Workers deployment via api.lazy-mac.com
Agent Trace Auditor capabilities & compatibility
- Capabilities
- cloudflare workers mcp server: agent trace audit · install via npx or docker with mcp client config · tool schemas documented in readme for agent driv
- Use cases
- api development · orchestration
- Runs
- Local or remote
- Pricing
- Bring your own API key
Tools 3
Public tool metadata - what this server can do for an agent.
audit_trace3 paramsFull 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.
tracearrayrequiredAgent execution steps. Each step: {tool, input, output, model, ts, latency_ms, error}budget_usdnumberCost cap in USD (default 5.0)tool_schemasobjectPer-tool required field schemas for input validation
quick_verdict2 paramsFast pass/review/block verdict with score and issue counts. Use in CI gates.
tracearrayrequiredAgent execution stepsbudget_usdnumber
diff_traces3 paramsCompare two agent traces to detect regressions. Returns score delta, cost delta, added/removed tools, new/resolved issue types.
trace_aarrayrequiredBaseline (previous) tracetrace_barrayrequiredNew trace to compare against baselinebudget_usdnumber
README.md
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
Recommended MCP Servers
How it compares
MCP trace-audit integration, not a static code-review skill or local test runner.
FAQ
What does agent-trace-auditor-api do?
Cloudflare Workers MCP server: agent-trace-auditor.
When should I use 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
Is agent-trace-auditor-api safe to install?
Review the Security Audits panel on this page before installing in production.