PulseAugur
实时 19:26:08
English(EN) The median MCP server costs 3,150 tokens before your agent calls anything

MCP服务器工具列表在代理操作前消耗数千token

连接到MCP服务器会在代理采取任何操作之前产生显著的token成本,因为完整的工具列表会在每个回合发送。对33个服务器的研究显示成本分布广泛,一些服务器仅工具描述就花费超过10,000个token。驱动这些成本的是模式的冗长性,而不仅仅是工具的数量,连接多个服务器会迅速消耗大的上下文窗口。建议开发人员修剪不必要的服务器并在客户端过滤工具列表以减轻这些费用。 AI

影响 MCP服务器中工具描述的高token成本可能会影响代理效率并增加AI应用程序的运营费用。

排序理由 该条目讨论的是特定技术实现(MCP服务器工具列表)的成本影响,而不是宣布新产品、研究或重要的行业事件。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

MCP服务器工具列表在代理操作前消耗数千token

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Aman ·

    中位数 MCP 服务器在您的代理调用任何内容之前会花费 3,150 个 token

    <p>Every MCP server you connect sends its full tool list to the model before the model does anything. You pay for that list on every single turn, whether the agent uses one of those tools or none of them.</p> <p>I had a rough sense this was expensive. I did not have a number. So …