For 30 years, the internet's growth playbook was simple: buy attention, capture clicks, turn traffic into revenue.
Paid social, search ads, affiliates, and influencers all assumed there was a human at the other end of the screen.
AI agents break that assumption.
Agents do not scroll feeds. They do not watch pre-roll. They do not impulse-buy because a creator said so. They evaluate options against a set of constraints and call APIs. The whole "attention -> clicks -> conversion" pipeline stops working the moment your user is a machine, not a person.
We are entering an agentic internet, and it has very different rules.
At Mencio, we call this shift Agentic Readiness: the work brands need to do so they become obvious, safe choices for agents, not just visible options for humans.
This post is our view of what is changing, why protocols like x402, Stripe MPP, WebMCP, and Google's UCP matter, and what brands should actually do about it.
From Attention Arbitrage to Machine Decisions
The ad-funded web assumed three things:
- A human is looking at a screen.
- You can buy some of that human's attention.
- Some fraction of that attention turns into revenue.
AI agents violate all three.
- They operate in the background, often without UI.
- They do not "see" banner ads or pre-roll. Those pixels never render.
- When they choose a vendor, they optimize for utility, reliability, and constraints like budget, policy, and user settings, not emotional triggers.
At the same time, tooling is racing ahead to make agents real economic actors:
- Coinbase x402 revives the long-dormant HTTP 402
Payment Requiredstatus code so agents can pay for APIs and digital resources directly using stablecoins. - Stripe Machine Payments Protocol (MPP) adds a session layer and a new high-throughput chain, Tempo, so agents can stream many calls, pay in cards, fiat, or USDC, and sit inside Stripe's fraud, tax, and compliance stack.
- Visa and Mastercard agent tokens extend existing card credentials into machine-usable spending instruments with guardrails and monitoring rather than inventing entirely new rails.
It is easy to get lost in protocol names. The important takeaway is simpler.
The Emerging Agent Stack
To understand where this is going, it helps to see the layers that are forming.
Access and Tools: MCP and WebMCP
MCP (Model Context Protocol) connects agents to tools, APIs, and structured data in a standardized way.
WebMCP lifts that into the browser. It is a browser-native API, via navigator.modelContext, that lets any website expose structured, callable tools directly to AI agents instead of being scraped through brittle HTML parsing.
With WebMCP, an agent does not have to guess where your checkout button is. It can call a clearly defined tool like add_to_cart or fetch_pricing that your site exposes in a structured form. That reduces friction and increases reliability.
There is already work happening to add payments to this layer:
- Libraries like
webmcp-payments - Proposed modules like
webmcp-pay
These approaches aim to wire WebMCP tools into payment protocols like x402 and Stripe MPP, so an agent can be asked to pay via HTTP 402, complete the transaction, and then receive premium data or service access.
For brands, WebMCP is effectively a new interface between your site and agents. If you are in ecommerce or SaaS, it is where agents will eventually plug into your catalog and actions.
Commerce Orchestration: Google UCP
Google and partners have introduced the Universal Commerce Protocol (UCP) as an open standard for agentic commerce: a unified way for AI agents, like Gemini or AI Mode in Search, to discover merchants, understand product catalogs, manage carts, and complete purchases.
In practice, UCP does a few critical things:
- You publish a UCP business profile, typically a JSON document at a path like
/.well-known/ucp, describing your capabilities, endpoints, and supported actions. - AI agents read that profile to understand what they can do with you: discover products, add to cart, apply loyalty, place orders, and handle fulfillment.
- UCP standardizes the commerce language between agents and your backend, whether the integration runs through APIs, MCP, or agent-to-agent protocols.
In other words, UCP turns your store from a set of web pages into a structured commerce surface that agents can talk to directly.
Google's direction is clear: UCP is meant to support direct buying flows across AI surfaces while merchants remain the merchant of record and control the customer relationship.
Payment Authorization: AP2 and Payment Rails
On the payment side, Google's Agent Payments Protocol (AP2) adds a trust layer that answers a different question: who authorized this agent to spend, under what rules, and where is the audit trail?
AP2 introduces:
- typed mandates
- cryptographically signed instructions
- spending limits, approved merchants, and expiry windows
- a payment-agnostic framework that can work across stablecoins and traditional card rails
UCP handles what you order and who you order from. AP2 handles who approved the purchase and under what constraints.
Underneath, actual money can move through several different systems:
- Stripe MPP sessions and the Tempo chain for high-frequency machine payments
- x402 settlements on chains like Base, Ethereum, Arbitrum, or Solana for permissionless stablecoin-based flows
- Traditional Visa and Mastercard rails extended with agentic tokens
Brands do not need to pick a winner today. What matters is whether agents can, in principle, transact with you using the rails their platform prefers.
Why This Matters More Than Ad Placements
Looking at this stack, MCP, WebMCP, UCP, AP2, x402, MPP, and card tokens, it is tempting to treat it like a protocol horse race.
That misses the bigger point.
For a brand, the questions that matter are:
Discovery
When an AI assistant searches your category, do you show up at all?
Examples:
- "best running shoes for flat feet"
- "cheapest EU cloud provider for small SaaS"
Legibility
If you do show up, can the agent understand what you sell, what makes you different, and which of your products or services fits the user's constraints?
Trust
Do you look like the safest, most reliable option, with clear policies, reviews, and machine-checkable trust signals?
Transactability
Once selected, can the agent complete the purchase or API call smoothly using whatever rails its platform uses, whether that is Google UCP plus AP2 plus cards, Stripe MPP, x402, or something else?
The rails will eventually be interoperable and mostly invisible. The hard part is everything around them: product understanding, structure, trust, and alignment with emerging protocols.
That is where Agentic Readiness comes in.
Agentic Readiness: More Than "AI SEO"
A lot of people are collapsing this into "AI SEO." That is understandable, but it is too small a frame for what is actually happening.
Showing up in an AI answer matters. It is just not the same thing as being a company an agent can confidently use.
You can be visible and still be impossible to buy from, impossible to verify, or too messy for an agent to trust.
From where we sit, Agentic Readiness comes down to four practical areas.
1. Structured Content and Catalog for Agents
If your catalog is messy, agents will guess. Guessing is where you lose.
An agent needs clean product and service data:
- attributes
- variants
- pricing
- availability
In practice, that means:
- implementing Schema.org and other structured data correctly across key pages
- using types like
Product,Offer,FAQ, andSoftwareApplicationwhere they fit - writing content that answers real user questions in a format LLMs can extract and cite
Schema is not the point by itself. The point is that your site should describe the business the same way everywhere. If your product pages, feeds, and pricing tables contradict each other, an agent has to guess which version is real.
2. Trust Signals Machines Can Verify
Humans can tolerate ambiguity. Agents usually will not.
- Shipping, return, and warranty policies should be clear and in predictable locations.
- Reviews and social proof should be exposed in ways that can be parsed and aggregated.
- Identity and data should stay consistent across your site, feeds, search results, and marketplaces.
When an agent recommends a vendor, it is taking reputational risk on behalf of the user. The brand that looks cleaner, safer, and easier to verify will usually win.
3. Protocol Compatibility and Surfaces
At some point, agents need somewhere to plug in.
- A path to WebMCP so your core actions and data are exposed as structured tools, not just pages
- A roadmap for UCP integration if you are in ecommerce, including a UCP profile and a backend mapping for discovery, checkout, loyalty, and promotions
- Awareness of how your PSP and card partners are rolling out agentic payment features so you are not blocked when agents need to pay
The exact standard matters less than the basic question: when an agent tries to do something real with your business, is there a clean path, or does it hit a wall of HTML, CAPTCHAs, brittle forms, and human-only flows?
4. Governance and Constraints
This is the part people skip because it is less exciting than protocols.
- Define what agents are allowed to do on behalf of users.
- Set spending limits, approved product scopes, and risk thresholds.
- Add logging and observability so agent-driven transactions can be audited.
- Align with mandate-style authorization models like AP2 where appropriate.
Without rules, agentic commerce is just another way to create fraud, support overhead, and compliance problems. The companies that do this well will not be the ones that let agents do everything. They will be the ones that define exactly what agents are allowed to do.
What Brands Should Do Now
If you run a brand, store, or SaaS product, you do not need to memorize every protocol acronym. But you should pressure-test your business from an agent's point of view:
- If an assistant had to explain your company from your public site alone, what would it say?
- If it had to compare you with three competitors using only structured data, policies, and reviews, where would you come out weak?
- If it picked you, could it actually finish the job, or would it get stuck the moment it needed to buy, sign up, or request access?
That is the work Mencio is built for. We:
- map your product or service surface the way an agent would see it
- identify where your structure, trust signals, and protocol alignment are missing or broken
- prioritize fixes that make you more discoverable, legible, and transactable in the emerging agent stack
That work spans AI search, WebMCP, UCP, and agent payment rails.
The Bottom Line
Agents do not click ads. They evaluate options and call APIs.
If the last era of growth was about winning the human scroll, the next one will be about being easy for machines to understand and safe for them to act on. Protocols like x402, MPP, WebMCP, UCP, AP2, and card tokens matter, but they are infrastructure. The durable advantage will belong to brands that are ready when the agent arrives.
That is the internet Mencio is building for.
