A remote MCP server running on Cloudflare Workers that audits agent trace data, accessible via streamable HTTP at api.lazy-mac.com/agent-trace-auditor. The implementation combines a REST API with MCP's JSON-RPC 2.0 protocol, letting you hook into trace auditing without running local infrastructure. Reach for this when you need to analyze or validate agent execution traces from Claude and want the auditing logic handled server-side. The Cloudflare Workers deployment means low latency and global distribution, though you'll want to check the repository for specifics on what trace formats it expects and what audit operations it exposes.
claude mcp add --transport http io.github.lazymac2x-agent-trace-auditor https://api.lazy-mac.com/agent-trace-auditor/mcp