AgentConn
← Back to Blog · · AgentConn Team

McKinsey: $1 Trillion in Sales Will Flow Through AI Agents — Here's How to Prepare

McKinsey predicts AI agents will mediate over $1 trillion in consumer purchases. But most businesses are invisible to agents — blocked by the very anti-bot infrastructure they spent 20 years building. Here's what's actually required to become agent-ready, why wrapping an API in MCP isn't enough, and what Walmart's failed ChatGPT checkout reveals about the real challenges of agent commerce.

AI AgentsBusinessCommerceMcKinseyMCPAgent Commerce2026

AI agents navigating a futuristic digital marketplace — holographic storefronts and payment streams flowing between autonomous agents and businesses

Here’s the trillion-dollar irony of modern business: companies spent two decades building walls to keep bots out. CAPTCHAs, JavaScript rendering, rate limits, fingerprinting — an entire anti-bot industrial complex designed to ensure only humans could interact with your website.

Now the bots are back. Except they’re not bots anymore. They’re AI agents — and they’re carrying wallets.

McKinsey projects that over $1 trillion in consumer sales will flow through AI agents in the coming years. Not through websites. Not through apps. Through autonomous AI systems that research, compare, negotiate, and purchase on behalf of humans who never visit your storefront.

And most businesses? They’re invisible to these agents. Not because they’re small or unimportant — but because the infrastructure they built to stop bots is now blocking their best future customers.

💰 The $1 Trillion Question: McKinsey estimates over $1 trillion in sales will be mediated by AI agents. The businesses that are readable and writable by these agents will capture this spend. The ones hiding behind CAPTCHAs and JavaScript-rendered pages will lose it — not to competitors, but to the businesses that agents can see.

The Problem Nobody Saw Coming

Nate B Jones laid out the core argument in a recent video that’s been making rounds in business circles: the entire architecture of the modern internet was designed to be hostile to automated systems.

Think about what your website does when a non-browser client tries to access it. It throws a CAPTCHA. It requires JavaScript execution to render content. It rate-limits API calls. It fingerprints user agents and blocks anything that doesn’t look human.

These defenses made perfect sense when “bot” meant a scraper stealing your prices or a spammer filling your forms. But AI agents aren’t chatbots — they’re sophisticated systems that need to read your product catalog, understand your pricing, check availability, and complete transactions on behalf of real customers with real money.

Every anti-bot wall you built is now a wall between you and a trillion-dollar market.

Four Executive Misconceptions About Agent Readiness

Across boardrooms, there’s a dangerous confidence gap. Executives think they’re ready for the agent economy. They’re almost certainly not. Here are the four misconceptions killing their preparation:

Misconception #1: “We have an API, so we’re agent-ready.”

Having an API is table stakes, not a finish line. Most enterprise APIs were designed for developer integrations — specific, authenticated, rate-limited, and documented for human programmers. An AI agent doesn’t read your API docs the way a developer does. It needs semantic understanding of your data model, real-time availability, and the ability to compose multi-step transactions without a human interpreting error messages. Your REST API that returns a 500 error with no context is useless to an agent that needs to decide whether to retry, try a different product, or tell its human principal the item is unavailable.

Misconception #2: “Our chatbot already handles automated interactions.”

Your chatbot is a scripted interface designed around human conversational patterns. An AI agent doesn’t want to “chat” — it wants to query structured data, compare options programmatically, and execute transactions at machine speed. Forcing an agent through a chatbot interface is like making a Formula 1 car navigate a school zone. It can do it, but you’re wasting everyone’s time.

Misconception #3: “We’ll add AI agent support when the market is ready.”

The market is being built right now. Grok just announced connectors for PayPal, Stripe, GitHub, Slack, and AWS — xAI is building the plumbing for agents to move money and deploy code. Google Gemini is integrating merchant checkouts. Every major AI lab is building agent infrastructure. By the time you decide the market is “ready,” the businesses that moved first will have captured the agent traffic and the trust signals that come with it.

Misconception #4: “This is a technology problem, so IT will handle it.”

Agent readiness is a business architecture problem. It touches your product data model, your pricing logic, your inventory systems, your checkout flow, your return policies, and your customer service escalation paths. IT can implement the technical layer, but the decisions about what data to expose, what transactions to allow, and what agent behaviors to support are strategic decisions that belong in the C-suite.

Why “Wrapping an API in MCP Isn’t Enough”

The Model Context Protocol (MCP) has become the standard for connecting AI agents to external tools and data sources. And there’s a tempting narrative: just expose your existing APIs through MCP, and you’re agent-ready.

It’s not that simple.

Consider Stripe. They didn’t just wrap their payment API in MCP and call it done. They had to rethink what an AI agent needs when processing a payment: real-time fraud signals that the agent can interpret, transaction state management across multi-step flows, dispute handling that doesn’t require a human to navigate a dashboard, and refund logic that accounts for agent-initiated purchases with different consumer protection requirements.

SAP faces an even more complex challenge. Enterprise resource planning isn’t a single API call — it’s a web of interconnected modules (inventory, procurement, manufacturing, logistics) where a single agent action might cascade through dozens of internal systems. An agent that orders raw materials needs to understand not just the procurement API, but the downstream implications for production scheduling, warehouse allocation, and cash flow management.

The depth of integration required goes far beyond surface-level API wrapping. You need:

  • Semantic data models that agents can understand without human interpretation
  • Transaction state machines that handle the full lifecycle of agent-initiated commerce
  • Error recovery flows designed for autonomous retry — not human troubleshooting
  • Authorization frameworks that distinguish between agent and human permissions
  • Audit trails that trace agent decisions for regulatory compliance

This is why the businesses getting it right are treating agent readiness as a multi-quarter infrastructure investment, not a hackathon project.

The Walmart Warning: Agent Commerce ≠ Chatbot Commerce

📉 3x Worse: Walmart's in-ChatGPT checkout converted at one-third the rate of its regular website. Daniel Danker, Walmart's EVP of product, called the experience "unsatisfying." OpenAI is phasing out Instant Checkout entirely.

The most instructive failure in early agent commerce isn’t theoretical — it’s Walmart’s partnership with OpenAI on “Instant Checkout,” which let ChatGPT users buy products without leaving the chat interface.

The results were brutal. According to WIRED’s exclusive reporting, conversion rates for in-chat purchases were three times lower than when users clicked through to Walmart’s website. Daniel Danker, Walmart’s EVP of product and design, confirmed the experience was “unsatisfying” — and Walmart is now abandoning the approach entirely.

What went wrong? Several things, and they’re all instructive:

Single-item checkout killed the cart. Instant Checkout forced one-item-at-a-time purchases. As Danker explained: “They fear that when checkout happens automatically after every single item, they’re going to receive five boxes when they actually just want it all in one.” Decades of e-commerce optimization have trained consumers to build carts, add accessories, and check out once. An agent that doesn’t understand cart behavior is fighting human purchasing psychology.

Trust wasn’t transferable. Consumers trust Walmart’s checkout flow — Apple Pay, saved addresses, familiar UI. That trust didn’t transfer to a text-based checkout inside ChatGPT. As Hacker News commenters noted: “Consumers still default to checkout flows they trust — Apple Pay, Google Wallet, and Amazon one-click.” Trust is earned through experience, not declared by partnership.

Context was lost. On Walmart’s website, a TV purchase triggers accessory recommendations — HDMI cables, mounting brackets, extended warranties. Inside ChatGPT, that contextual merchandising disappeared. The agent couldn’t replicate the sophisticated cross-sell and upsell logic that Walmart has spent decades optimizing.

OpenAI wasn’t interested in getting good at commerce. This might be the sharpest observation from the HN thread: “It turns out when you step outside of ‘hard tech’ problems like building GPT-6, there are all of these details others have solved already. E-commerce has been optimized to the last decimal point for the last 30 years.”

Walmart’s solution? Embedding its own chatbot, Sparky, directly inside ChatGPT — essentially a chatbot inside a chatbot. A similar integration is coming to Google Gemini. The lesson: the retailer needs to own the commerce experience, even when the customer arrives via an AI agent.

The Agent-Readable Business: A Practical Checklist

So how do you actually prepare? Here’s the infrastructure checklist, ordered from “do this today” to “build this over the next quarter”:

Immediate (This Week)

  1. Audit your anti-bot defenses. Identify every CAPTCHA, rate limit, JavaScript-rendering requirement, and user-agent filter on your customer-facing properties. Map which ones block legitimate AI agents.
  2. Create a machine-readable product feed. If your product data only exists inside JavaScript-rendered pages, agents can’t see you. Publish a structured feed (JSON-LD, XML sitemap with product schema) that doesn’t require a browser to parse.
  3. Document your existing APIs semantically. Not just endpoints and parameters — describe what each field means in natural language. Agents interpret documentation differently than developers.

Short-Term (This Month)

  1. Implement MCP endpoints for core commerce flows. Start with product search, availability check, and order status — the three most common agent queries. But don’t stop at the API wrapper — build semantic context into every response.
  2. Design agent-specific authentication. Create API keys or OAuth flows that distinguish agent access from human access. You need different rate limits, different permissions, and different audit trails.
  3. Build a checkout flow that works without a browser. If your checkout requires JavaScript execution, cookie management, or multi-page form navigation, agents can’t complete purchases. Create an API-first checkout path.

Medium-Term (This Quarter)

  1. Make your business agent-writable. Reading is step one. Writing — accepting orders, processing returns, handling customer service requests — is where the real value lives. Automate your workflows so agents can interact with your business processes end-to-end.
  2. Implement real-time inventory and pricing feeds. Agents that recommend out-of-stock products or quote wrong prices destroy trust — not with the agent, but with the human who trusted the agent. Real-time accuracy isn’t optional.
  3. Build agent-specific analytics. You need to understand how agent traffic behaves differently from human traffic. What do agents query most? Where do they fail? Which agents are driving the highest-value transactions?

Who’s Getting It Right

A few early movers are worth watching:

Stripe has gone deep on agent-native payment infrastructure, building MCP integrations that give agents real-time transaction state, fraud signals, and dispute management — not just a payment endpoint.

Shopify is building agent-accessible storefronts as a platform feature, making it easy for any Shopify merchant to become agent-readable without custom infrastructure work.

Walmart, despite the Instant Checkout failure, is iterating fast. The Sparky-inside-ChatGPT approach — letting the retailer control the commerce experience while riding the AI agent’s distribution — may turn out to be the right architecture for 2026.

And in financial services, companies like Ramp and Brex are building agent-native expense management and procurement systems where AI agents can initiate, approve, and reconcile transactions with appropriate human oversight.

📊 Agents Are Monetizing Faster Than Chatbots: Peter Diamandis recently noted that Anthropic is growing revenue at 10x per year while OpenAI grows at 3.4x — evidence that agent-first monetization strategies are outpacing chatbot-first approaches. The businesses that become agent-native will ride this wave.

The Bottom Line

The $1 trillion isn’t coming someday. The infrastructure is being built right now. Grok is wiring up PayPal and Stripe. ChatGPT is integrating merchant checkouts. Google Gemini is onboarding retailers. Every week, another piece of the agent commerce stack locks into place.

The businesses that will capture this spend aren’t the ones with the best websites or the most Instagram followers. They’re the ones whose products, prices, inventory, and checkout flows are readable and writable by AI agents.

Twenty years ago, businesses that refused to build websites became invisible to search engines — and slowly died. The same pattern is unfolding now, at 10x the speed.

The question isn’t whether AI agents will mediate a trillion dollars in commerce. It’s whether your business will be part of that trillion — or invisible to it.

Make your business agent-readable. Make it agent-writable. Make it agent-ready.

The clock is ticking.

Explore AI Agents

Discover the best AI agents for your workflow in our directory.

Browse Directory