AgentPMT

Last updated: Feb 27, 2026

The MCP Bloat Tax: Thousands of Tools, Zero Context

SG

Written by

Stephanie Goodman - Founder

SG

Expert Review By

Stephanie Goodman - Founder

Standard MCP setups consume 72% of agent context windows with tool definitions before work begins. The bloat tax is real — here's what it costs and how to eliminate it.

Three MCP (Model Context Protocol) servers — GitHub, Playwright, an IDE integration — consumed 143,000 of a 200,000-token context window before an agent read its first user message. Seventy-two percent of the model's working memory, gone on tool descriptions it mostly never touched. In the same February, Cloudflare compressed an entire API from 1.17 million tokens of tool definitions to 1,000, and Anthropic moved Tool Search to general availability so agents could bypass bloated toolsets entirely. MCP's greatest achievement — thousands of tools accessible through one universal protocol — has become its most expensive failure mode.


Since Anthropic open-sourced MCP in November 2024, the ecosystem has grown at a pace that caught even its creators off guard. Thousands of community-built servers, more than 75 official connectors in Claude's integration directory, and SDKs in every major programming language. MCP won the standards battle decisively. But the protocol's ease of integration produced an unintended tax: every server bolts 5 to 15 tool definitions into an agent's context window at startup, and most of those definitions sit unused on any given request. Connect eight servers and you're looking at 40 to 120 tool definitions, the vast majority irrelevant to the task at hand. Enterprises are hitting this wall at scale — GitHub cut 23,000 tokens from its MCP server just by consolidating toolsets, a 50% reduction that hints at how much waste was baked in from the start.


This is the problem AgentPMT's Dynamic MCP was built to eliminate. Instead of front-loading every tool definition into context, Dynamic MCP fetches tools remotely and on demand — nothing enters an agent's context until it's actually needed. The entire AgentPMT marketplace, hundreds of tools and thousands of skills, is accessible through a single 5MB binary at zero server cost, with zero upfront context consumption. The tool catalog auto-refreshes every 30 minutes. No reinstalls, no configuration changes, no wasted tokens.


The Bloat Tax: What Tool Overload Actually Costs


The 143,000-token figure isn't an outlier. Developer Lakshmi Narasimhan documented this in a widely circulated analysis of standard MCP setups, and the math generalizes fast. A modest five-server configuration — GitHub at 35 tools consuming roughly 26,000 tokens, Slack at 11 tools consuming 21,000, plus Sentry, Grafana, and Splunk — eats approximately 55,000 tokens before the conversation even begins. The commonly cited guideline is to keep total context usage below 40%. Most multi-server setups blow past that on the first API call.


The cost isn't just tokens. It's accuracy. Researchers behind the RAG-MCP project measured what happens when agents face bloated tool sets: tool selection accuracy collapsed from 43% to under 14%. A threefold degradation. The agent isn't just slower — it's picking the wrong tool seven out of eight times when the menu gets too long.


The financial math compounds the problem. Fifty tools at 300 tokens each means 15,000 tokens burned on every single API request, whether any of those tools get used or not. At current API pricing, that's money evaporating on definitions nobody reads — a silent surcharge on every agent interaction.


The root cause is structural. MCP servers are typically built by API developers, not agent architects. A New Stack expert roundup on the problem reached a blunt consensus: most MCP servers are straightforward API wrappers that were never designed for agentic workflows. They expose everything because that's what API documentation does. Nobody optimized for the scenario where an agent connects to ten or fifteen servers simultaneously and needs to pick the right tool from a list of hundreds.


AgentPMT's Dynamic MCP eliminates this tax by design. Tools never load into context until the agent calls them. The agent searches for what it needs, pulls in only that tool's schema, uses it, and moves on. Context windows stay clean. Token costs drop. Agent performance improves because the model isn't sorting through hundreds of irrelevant definitions to find the right one.


The Industry Response: Three Approaches to the Same Problem


When Anthropic and Cloudflare both ship bloat fixes in the same month, you're looking at a structural problem the industry can no longer ignore.


Anthropic moved Tool Search and Programmatic Tool Calling to general availability in February 2026. The approach is precise: tools marked with deferred loading stay discoverable without consuming context upfront. Tool Search alone achieved an 85% reduction in token usage in testing, preserving over 191,000 tokens of context compared to conventional methods. Programmatic Tool Calling goes further — Claude writes Python code that orchestrates multiple tool calls, processing outputs in a sandbox before passing results back. Internal benchmarks showed a 37% token reduction on complex research tasks and accuracy improvements from 49% to 74% on tool selection.


Cloudflare took a different path. Their Code Mode, launched February 20, gives agents access to an entire API through just two tools — search and execute — in approximately 1,000 tokens total. The native MCP server equivalent for Cloudflare's 2,500-plus endpoints would consume over 1.17 million tokens, more than the full context window of the most advanced foundation models. Agents write JavaScript against typed OpenAPI specifications inside isolated V8 sandboxes. WorkOS independently measured an 81% token reduction for complex batch operations in their testing.


Progressive disclosure approaches are spreading across the ecosystem. Cursor shipped dynamic context discovery alongside cloud agents that now power a significant share of pull requests on their platform. Stacklok released the open-source ToolHive MCP Optimizer. Speakeasy documented a methodology achieving up to 160x token reduction through dynamic toolsets — a three-tool pattern of search, describe, and execute — while maintaining 100% success rates across toolsets ranging from 40 to 400 tools.


All three approaches validate the same conclusion: loading every tool definition upfront is broken. But each solution optimizes within its own walls. Anthropic's deferred loading works for Claude. Cloudflare's Code Mode works for Cloudflare's API. GitHub's consolidation works for GitHub. What happens when your agent needs tools from fifteen different vendors across entirely different domains?


That gap is precisely where AgentPMT operates. Dynamic MCP provides on-demand access to an entire marketplace without consuming a single token until you need it. The contrast is direct: Cloudflare Code Mode gives you one API in 1,000 tokens. AgentPMT gives you hundreds of tools and thousands of skills in zero tokens until you call them. One vendor's optimization versus an entire ecosystem's infrastructure.


Why the Marketplace Model Solves What Point Solutions Cannot


The fundamental problem with the current MCP architecture is local installation. Every user installs servers individually. Every added capability increases bloat. There is no shared infrastructure for tool discovery, no centralized mechanism for agents to find what they need without pre-loading everything they might need.


This pattern has a historical precedent that should look familiar. In the early 2000s, companies ran their own server racks. It worked at small scale. It broke at medium scale. Cloud computing replaced it at large scale. Content delivery followed the same trajectory — local hosting gave way to CDNs because centralized distribution with decentralized execution is more efficient once you pass a certain threshold.


MCP tool management is hitting that threshold now. Expert recommendations from the New Stack roundup advocate creating highly intentional, domain-grouped MCP tools — but this still places the entire optimization burden on the end user. Every builder has to become their own tool architect, pruning and configuring server lists for each use case. That scales linearly with effort. It does not scale with the ecosystem.


The marketplace model inverts the equation. Centralized discovery, decentralized execution. An agent searches a catalog, loads only what it needs, pays per use, and moves on. No local installation. No configuration overhead. No context wasted on definitions that aren't relevant to the current task.


AgentPMT's marketplace and Dynamic MCP is this infrastructure model in production. One install provides unlimited access to the largest marketplace of AI tools and AI skills, with zero bloat. The drag-and-drop skills builder adds another dimension: pre-built, tested multi-step workflows that are discoverable and executable on demand. Skills are remixable — when someone builds on your work, you earn credits. Per-use pricing at 100 credits per dollar, charged only on successful tool calls, means agents pay for results, not definitions. Combined with agent wallets on Base blockchain, budget controls, and full audit trails, the platform gives agents both the tools and the financial rails to operate efficiently and autonomously.


Competing platforms are validating the marketplace model from different angles. The question for builders is whether tools become platform-locked or marketplace-portable. The former repeats the SaaS vendor lock-in problem with a new label. The latter builds an open ecosystem where agents connect to everything through one integration.


What This Means for You


The tool bloat crisis is the first infrastructure bottleneck of the agentic economy. MCP succeeded in standardizing how agents connect to tools. It did not standardize how agents discover and load them. That gap costs real money: wasted tokens, degraded accuracy, and engineering hours spent optimizing tool configurations instead of building products.


The agents that perform best won't carry the most tools. They'll load exactly the right tools at exactly the right time, with zero wasted context. The infrastructure to make that happen — on-demand discovery, zero-token loading, usage-based payments, and a curated marketplace — is what separates agents that scale from agents that drown in their own definitions.


What to Watch


The Agentic AI Foundation under the Linux Foundation now governs MCP's specification development. Watch for standardized tool discovery and lazy loading mechanisms in the protocol itself — features that would formalize what Dynamic MCP already provides.


Token economics are shifting beneath the surface. As inference costs decrease but context windows don't grow proportionally, the ratio of wasted tool tokens to productive tokens becomes harder to ignore on every invoice.


Benchmark standardization is accelerating. MCP-Bench, MCPVerse, and RAG-MCP are establishing how to measure tool-use performance at scale. Expect enterprise procurement to start requiring these metrics alongside traditional model benchmarks.


Marketplace competition is heating up across the ecosystem. The question isn't whether agents need centralized tool discovery — every major player is converging on that answer. The question is whether the infrastructure will be open and interoperable or fragmented across walled gardens.


The MCP ecosystem built a universal language for agent-tool connections. Building the infrastructure that makes those connections efficient, discoverable, and cost-effective at scale is the harder challenge — and the bigger market. The agents that win won't be the ones carrying the heaviest toolbelts. They'll be the ones that find the right tool in milliseconds and never waste a token on one they don't need. Explore AgentPMT Dynamic MCP




Key Takeaways


  • Standard MCP setups consume up to 72% of an agent's context window with tool definitions before any work begins, and tool selection accuracy drops threefold with bloated toolsets
  • Anthropic, Cloudflare, and multiple open-source projects all shipped bloat fixes in February 2026, validating the crisis — but each optimizes within its own ecosystem
  • The marketplace model — centralized discovery, on-demand loading, usage-based pricing — solves the problem at ecosystem scale, and AgentPMT's Dynamic MCP delivers it with zero upfront token cost




Sources


  • Your MCP Servers Are Eating Your Context — Medium, Lakshmi Narasimhan
  • Advanced Tool Use — Anthropic Engineering
  • Code Mode: Give Agents an Entire API in 1,000 Tokens — Cloudflare Blog
  • 10 Strategies to Reduce MCP Token Bloat — The New Stack, Bill Doerrfeld
  • RAG-MCP: Mitigating Prompt Bloat in LLM Tool Selection — arXiv
  • Code Execution with MCP: Building More Efficient AI Agents — Anthropic Engineering
  • MCP and Context Overload — EclipseSource
  • AI Tool Overload: Why More Tools Mean Worse Performance — Jenova AI
  • Reducing MCP Token Usage by 100x — Speakeasy
  • Cursor Announces Major Update to AI Agents — CNBC, Jordan Novet
  • Cut Token Waste with the ToolHive MCP Optimizer — Stacklok
  • The Tool Bloat Tipping Point — Synaptic Labs
  • Cloudflare Code Mode Cuts Token Usage by 81% — WorkOS Blog

Related items

Related products

Tool
AstroBrowse - Authenticated Agentic Browser

AstroBrowse - Authenticated Agentic Browser

list_accountsget_policyinitialize_browser
+12 more actions
Uses: Post And Schedule Content Across Social Media Accounts, Pull Reports And Update Records In CRMs And ERPs, Operate SaaS Platforms And Portals That Have No API
Tool
Agent Context Manager

Agent Context Manager

listfetchcreate
+7 more actions
Uses: Define A Brand Voice And Style Guide Once And Have Every Content Agent Follow It. Store Standard Operating Procedures So Support And Operations Agents Handle Tasks Consistently. Keep Product Catalogs, Pricing Rules, And Policy Documents In One Place That Workflows Reference At Runtime. Onboard A New Agent Instantly By Attaching A Curated Set Of Context Documents Instead Of Rewriting Prompts. Roll Out A Company-wide Change By Editing A Single Document Instead Of Updating Every Workflow That Uses It. Clone A Vetted Public Template -- Such As A Customer-support Playbook Or Editorial Style Guide -- And Tailor It To Your Business. Audit And Roll Back Changes To Mission-critical Instructions Using Full Version History.
Tool
AgentPMT Platform Search

AgentPMT Platform Search

searchglobal_searchrecent
Uses: Search The AgentPMT Website For Anything Relevant To A User Question, Find AgentPMT Tools/products By Capability Or Name, Discover Public AgentPMT Workflows
Tool
GitHub Repo Browser - Read Only

GitHub Repo Browser - Read Only

list_my_reposlist_org_reposget_repo
+10 more actions
Uses: Browse Your Private GitHub Repositories From A Chat Agent, Explore Any Public Repository's Folder Structure And Source Files, Read README Files And Documentation From Any Repo

Related workflows

Workflow
Saves ~25 min

API Healthcheck (JSON) -> Discord Alert

Webhook - HTTP Request
Data Format Validation
Post On Discord Channel
Ping a JSON API endpoint, validate status + JSON syntax, and post a concise health report (or alert) to Discord.
Workflow
Saves ~30 min

GitHub Dev Announcements

Google Sheets
Google Docs Connector
AI Writing Quality Check
GitHub Repo Browser - Read Only
Generate user-facing development update announcements from recent GitHub commits across one or more repositories. The user supplies a list of repos on the first run (wildcards like `org/*` allowed); the workflow stores them in a Google Sheet so subsequent runs need no input. For each run, the agent fetches commits since the last run (or last 7 days on first run), categorizes them into New Features / Updates / Bug Fixes, applies a security filter to strip internal paths, endpoints, secrets, and vulnerability details, drafts the announcement in a Google Doc, polishes the writing with a quality check tool, and logs the run (date, repos, commit count, doc URL, status) back in the sheet. Designed as a starting template — users can remix it to add their own follow-up steps such as posting to Slack or emailing subscribers.
Workflow
Saves ~20 min

GitHub Repository Code Signing and Attestation with Post-Quantum Cryptography

GitHub Repo Browser - Read Only
Quantum-Safe File Attestation
Automate post-quantum code signing and software supply chain attestation for GitHub repositories and release artifacts. This workflow asks the user which GitHub repository, branch, tag, or specific file they want to certify, downloads the content using the GitHub Repo Browser tool, and signs it with the Quantum-Safe File Attestation tool using ML-DSA-65 (Dilithium3) post-quantum digital signatures via hardware security module. Returns a verifiable attestation package containing a cryptographic manifest, digital signature, and verification bundle with a downloadable certificate link. Use cases include software release signing, open source distribution integrity, SBOM attestation, build artifact certification, code audit compliance evidence, CI/CD pipeline integrity verification, regulatory submission of source code, DevSecOps supply chain security, and tamper-proof repository snapshots for legal or IP protection.
Workflow
Saves ~45 min

AI Gmail Inbox Classifier & Auto-Archive with Hourly Telegram Alerts

Gmail - All Email Actions
Telegram Instant Messenger
Automatically organize and clean up your Gmail inbox every hour, hands-free. This AI email automation reads each new message, classifies it into one of eleven of your own Gmail labels (across the "00 Automated", "00 Human", and "00 Bookkeeping" label groups), applies the right label, and archives it out of your inbox — so you reach inbox zero without lifting a finger. The moment a message is tagged Important, you get an instant Telegram alert with a direct link to that email, so urgent messages never slip through. Ideal for busy professionals and teams who want smart email sorting, automated inbox triage, and real-time Telegram notifications for the emails that actually matter.

Try Building Your Own Autonomous Workflow!

It's free to start, no credit card required. Dive in and build it yourself, or bring in the AgentPMT experts for a seamless end-to-end implementation.

Free to start. Consulting available when you want expert implementation.