MCP token and latency audits for agent tool access
Developer teams using Claude Code or similar coding agents should measure each connected tool before adding another MCP server. Quandri’s measurements give a simple audit pattern: count loaded tool definitions, record first-call and repeat-call latency, and compare a common task through MCP with a direct CLI or API call.
The Linear example is concrete enough to copy. Quandri found 42 Linear tool definitions using about 12,807 tokens for a workflow that needed an issue lookup. The same lookup through a direct API call used about 200 tokens. Current Claude Code versions reduce MCP context use with Tool Search and Deferred Loading, so the audit should include the team’s actual client version. The useful build is a small CI or setup script that reports per-tool schema tokens, startup failures, and latency, then routes high-cost tools through short Skills that document the CLI or API call.