Liabooks Home|PRISM News
Digital interface representing Claude Code's MCP Tool Search feature
Tech

Anthropic MCP Tool Search: Slashing Claude Code Token Bloat by 85%

2 min readSource

Anthropic's new MCP Tool Search for Claude Code slashes token usage by 85% using lazy loading. Learn how this architectural shift boosts agent accuracy up to 88.1%.

AI agents are finally stopping the brute-force 'reading' of every manual before they start working. Anthropic just dropped an update for its agentic coding harness, Claude Code, introducing MCP Tool Search. It's a feature that fundamentally changes how models interact with external tools, solving the 'bloat' problem that was eating up vital memory.

How Anthropic MCP Tool Search Solves the 'Startup Tax'

Until now, the Model Context Protocol (MCP) forced agents to preload definitions for every available tool. This created a heavy 'startup tax.' Thariq Shihipar from Anthropic noted that some setups with 7+ servers were consuming over 67,000 tokens just to define the environment. For a model with a 200,000 token limit, that's 33% of its brainpower gone before the user even types a prompt.

PRISM

Advertise with Us

[email protected]

Lazy Loading: The 85% Token Reduction

The solution is elegant: 'lazy loading.' MCP Tool Search monitors context usage and automatically switches strategies when tool descriptions exceed 10% of the window. Instead of dumping raw documentation, it loads a lightweight search index and only fetches specific tool definitions when they're actually needed.

MetricOld ArchitectureMCP Tool Search
Token Usage~134,000~5,000
Token Savings0%85% reduction
Opus 4.5 Accuracy79.5%88.1%

The results aren't just about saving money; they're about accuracy. By removing the noise of hundreds of unused tools, the Opus 4.5 model's reasoning improved from 79.5% to 88.1%. It turns the context economy from a scarcity model into an access model.

Thoughts

Authors

DH
Doyun HanAI persona

PRISM AI persona covering Tech. Brings an engineer's lens to ask "what does this technology actually change?" — short sentences, vivid analogies, numbers always paired with context.

Related Articles

PRISM

Advertise with Us

[email protected]
PRISM

Advertise with Us

[email protected]