Claude Code Integrates Automatic Tool Search in MCP

Published on January 19, 2026 | Translated from Spanish
Screenshot or diagram showing the Claude Code interface with a dropdown panel titled 'Tool search' that lists available functions such as 'query_database' and 'generate_chart', with an indicator next to MCP showing it is active.

Claude Code Integrates Automatic Tool Search in MCP

The programming-focused version of Claude, developed by Anthropic, has added a new capability to explore tools within the Model Context Protocol (MCP). This protocol facilitates controlled interaction between language models and external resources. The novelty allows the model to locate available functions on an MCP server by itself when it needs to perform a specific task. 🤖

A Change that Optimizes the Workspace

Previously, to use a tool from the protocol, the programmer had to include its full description in the initial instruction. This process took up a significant portion of the context tokens, which are limited. With the new feature, Claude Code can directly ask the server to list its capabilities. This frees up more space to include extensive code snippets or detailed project specifications.

Key Advantages of This Method:
The model can now consult the tool catalog by itself, a significant advancement for automating workflows.

Improved Precision with Real-Time Data

Searching for tools on demand ensures that Claude Code always uses the user's latest server configuration. This minimizes errors that occurred when the description written in the prompt did not match the current function implementation. The model better understands the necessary parameters and the data format returned by each tool.

Impact on Generated Code:

Towards More Autonomous Programming

Essentially, this update allows the model to "read the manual" on its own, without relying on a human to memorize and transcribe every technical detail. It represents a step towards systems that dynamically manage their own context and resources, optimizing how developers interact with artificial intelligence to write software. 🚀