--- title: Storefront Catalog MCP now implements UCP - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: 'https://shopify.dev/changelog/storefront-catalog-mcp-now-implements-ucp' md: 'https://shopify.dev/changelog/storefront-catalog-mcp-now-implements-ucp.md' metadata: effectiveApiVersion: '' affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Breaking API Change handle: breaking-api-change indicatesActionRequired: true createdAt: '2026-04-17T16:19:51-04:00' postedAt: '2026-04-22T15:30:00-04:00' updatedAt: '2026-04-22T14:50:51-04:00' effectiveAt: '2026-05-30T12:00:00-04:00' --- April 22, 2026 Tags: * Action Required * API # Storefront Catalog MCP now implements UCP ### What’s changing The following UCP catalog tools in Storefront Catalog are now available: \- \`search\_catalog\`: Search a store's product catalog with filters, pagination, and buyer context\ \- \`lookup\_catalog\`: Batch lookup products or variants by identifier with inputs correlation\ \- \`get\_product\`: Retrieve full product details with interactive variant selection, availability signals, and more Tool calls can be placed against the `https://{storedomain}/api/ucp/mcp` endpoint. ### What you should do The previous search and lookup tools are deprecated in favor of the above tool names and endpoint, as well as related updates to their request and response shapes to match UCP. The old versions will be maintained until June 15th, 2026, but all documentation will refer to the latest version. If you’re building with Storefront MCP tools: * Update tool names to one of the supported tools above. * Update endpoints to use `https://{storedomain}/api/ucp/mcp`. * Consult the update request and response schemas for all tool calls and update your app to match. See the documentation for [Storefront Catalog MCP](https://shopify.dev/docs/agents/catalog/storefront-catalog) for more details.