News |
shopify

WebMCP support for Liquid and Hydrogen storefronts

Source: Shopify Dev Changelog

Shopify Adds WebMCP Support for AI Agent Integration

What Changed

Shopify has implemented WebMCP support across its storefront platforms, enabling AI agents to interact directly with online stores through standardized browser tools. The update is now live on all Liquid storefronts and available in the Hydrogen developer preview.

WebMCP (Web Model Context Protocol) allows storefronts to register callable tools with the browser. AI agents can now search product catalogs, modify shopping carts, and initiate checkout processes without parsing page code or simulating user clicks. The protocol provides a structured interface between AI agents and storefront functionality.

Why This Matters for Developers

This implementation changes how AI agents interact with Shopify stores. Previously, agents needed to interpret page structure and simulate user interactions, which required significant processing time and introduced potential errors. WebMCP provides a direct API-like interface that AI agents can call within the browser context.

For app developers building AI-powered shopping assistants or customer service tools, this creates a standardized method to interact with storefront data and cart functionality. The protocol operates in the same browser tab where the shopper is active, maintaining session context.

Practical Implications

Developers building AI agent integrations should review the WebMCP specification to understand available tools and their parameters. The protocol is currently a proposed web standard, which means the specification may evolve.

Apps that currently use headless browser automation or DOM parsing to interact with storefronts can potentially migrate to WebMCP for more reliable operation. The feature’s availability on both Liquid and Hydrogen indicates Shopify’s commitment to supporting the standard across its platform variants.

Read the full announcement →

Stay in the loop

Get Shopify ecosystem news and positioning insights for app founders.