Skip to main content

Shop MCP

Shop MCP is a remote Model Context Protocol (MCP) server that gives your agent access to Shop.app product catalog. Ask your agent to find products, and it returns live results with images, prices, ratings, and purchase links.


After you connect Shop MCP, you can ask your agent to find products, browse categories, or search by activity. For example:

  • "Find me a gift for a coffee lover"
  • "Show me some candles"
  • "I need new running shoes"
  • "What yoga mats does Shop have?"

Your agent searches Shop.app and returns products with images, prices, shop names, star ratings, and links to purchase directly on Shop.app.


Searches for products on Shop.app.

ParameterTypeRequiredDescription
querystringYesNatural language product search query

The search tool returns a response containing up to 30 products.

Each product includes the following fields:

FieldTypeDescription
idstringProduct ID
titlestringProduct title
priceobjectCurrent price as {amount, currencyCode}
originalPriceobjectOriginal price as {amount, currencyCode}, if discounted (may be absent)
urlstringDirect link to the merchant's product page
slugstringURL slug for the product
imagesarrayProduct images, each with url, width, height, and altText
shop.namestringShop name
shop.idstringShop ID
shop.shopifyIdstringShopify shop ID
reviewAnalytics.averageRatingnumberAverage review rating (may be absent)

Pagination is not supported. Each request returns a single set of results.

Annotations: readOnlyHint: true · destructiveHint: false · openWorldHint: false


  1. Your agent sends your product search prompt to the search tool.
  2. The tool returns structured product data that your agent can present to you, with each product linking directly to the merchant's product page.

MCP setup instructions vary depending on your agent provider. For example, to add Shop MCP in Claude Web:

  1. Go to claude.ai/customize/connectors.
  2. Click Add custom connector.
  3. Label it Shop and enter the server URL: https://shop.app/mcp
  4. Click Add.

The Shop MCP is subject to Shop's privacy policy.


Was this page helpful?