The Future of Shopping
There will not be one winning protocol. Agentic commerce is taking shape as a set of layers: discovery, interaction, product data, identity, and payment.
How to read the stack
The acronyms are not the point. The useful question is simpler: what does an agent need to do, in order, before it can buy or act for a customer?
ARD belongs at the front. Before an agent can use MCP, A2A, WebMCP, APP, or a checkout protocol, it has to know those resources exist.
Discovery: ARD's job
Agentic Resource Discovery, announced by Google on 17 June 2026, is an open specification for publishing and finding AI capabilities across the web. Put simply, it gives agents a standard place to look.
A site publishes an ARD catalogue at /.well-known/ai-catalog.json. That catalogue can point to MCP server cards, A2A agent cards, AI skills, OpenAPI tools, registries, or other catalogues. Registries can then crawl and index those catalogues, so agents can search by intent rather than by guesswork.
Without a discovery layer, the market fragments quickly. One site advertises an MCP server. Another has an A2A card. A third has a product feed. A fourth has a registry. ARD is the page at the front of the binder: here is what we expose, here is where it lives, and here is the trust metadata to check before connecting.
Agentic Resource Discovery (ARD)
Discovery layerThink of it as a catalogue, not a shopping or payment protocol. It does not replace MCP, A2A, WebMCP, APP, UCP, or ACP. It makes them findable.
/.well-known/ai-catalog.json with entries for agent cards, tools, skills, registries, and catalogues.
Agentmap, HTML rel="ai-catalog", and DNS TXT records.
The protocol map
The names will change. The roles are steadier. This is the cleaner way to read the market.
/.well-known/ucp, REST, MCP, A2A, and embedded transports. v2026-04-08 added multi-item cart sessions and standardised catalogue access endpoints.A normal agent journey
A well-built shopping agent should not browse like a human and hope for the best. The better path looks more like this:
The important point is that discovery comes first. Without it, everything else depends on guesswork, search snippets, or hard-coded integrations.
What retailers should do now
No retailer needs to implement every acronym on this page. Start with the basics, then add protocol support where it genuinely helps.
Learn more
Run the basic checks
Protocols only help if agents can reach the site, understand the products, and find the right machine-readable resources.