Skip to main content

Welcome to the Agentic Commerce guide!

The Agentic Commerce extension for Magento 2 makes your store discoverable and usable by AI shopping agents. It turns your existing catalogue into a set of agent-facing surfaces — a machine-readable merchant profile, a storefront MCP server, a public JSON read API, and agent instruction files — so assistants like ChatGPT, Claude, and Perplexity can find your store, search your products, and build a cart that the shopper finishes in the browser.

The extension implements the Universal Commerce Protocol (UCP): it publishes a /.well-known/ucp merchant profile that advertises your store's capabilities and signing key, and exposes catalogue tools (search_catalog, get_product, create_cart, and more) over a storefront MCP endpoint at /agent/mcp. Every surface is read-only or cart-only — the agent never checks out or takes payment on its own.

It also ships an Agent Activity dashboard so you can see exactly how agents interact with your store: which agents visit, what they search for, how often a search leads to a cart, and how much revenue is attributed to agent-built carts.

What you can do

Become discoverable to AI agents. A single switch publishes your merchant profile, agent instruction files (/llms.txt, /agents.md), and an agent-discovery entry in your sitemap and robots.txt — the signals agents look for when deciding whether a store is ready to work with.

Let agents browse and search your catalogue. Agents read your products through the MCP endpoint or the public JSON API, with the same prices, currencies, and visibility rules your storefront uses.

Turn agent interest into carts. When the cart surface is enabled, an agent assembles a cart and hands the shopper a continue_url to review and complete the purchase in your normal checkout — keeping you in control of payment and conversion.

See what agents are doing. The Agent Activity dashboard turns raw agent traffic into a funnel: discovered → searched → inspected → cart built → order placed, with attributed revenue and top agent queries (including zero-result searches that signal unmet demand).

Who should use this manual

This manual is for Magento store administrators and agency teams who want their store to be found and used by AI shopping agents, and who want to monitor that activity.

The Getting started section covers how to install and enable the extension.

The Configuration options section describes the admin settings, the agent-facing endpoints, and the Agent Activity dashboard.

The How to section offers practical guides such as verifying that agents can discover and use your store.

Stay updated with the latest changes in the Changelog section.

Go ahead, dive in!

Firstly, please find our extension in the My Downloadable Products section of our store. Learn how to install the extension.