Shopify MCP server: how ShopBrain connects the AI to your store
ShopBrain doesn’t answer “from memory”: it uses its own MCP (Model Context Protocol) server for Shopify that connects the AI agent to your store’s real data — products, variants, prices, customers and orders — through the Shopify Admin API, with credentials dedicated to each store.
How it works
ShopBrain’s Shopify MCP server is the bridge between the AI agent and your store’s Shopify Admin REST API.
- ShopBrain has its own MCP server for Shopify: the AI agent uses it to answer from your store’s real data, not a hand-copied catalog.
- Per-store connection: you connect the credentials (domain + Admin API access token) once, and the server uses them per request.
- Every answer is grounded in what the server reads from the store at that moment (grounding/RAG), not a guess by the model.
- The Shopify server is read-only: it reads catalog, customers and orders, it does not modify the store.
What it exposes (the tools)
The Shopify MCP server gives the agent these tools, mapped onto the Admin REST API.
Search products
Catalog text search, with an “on sale” filter (discounted price).
Product detail
Full product by id: variants, prices, availability, images.
List products
Cursor-paginated listing, filters by collection and product type.
Customer info
A customer’s data by id, to personalise the conversation.
Customer orders
Orders for a specific customer (requires customer_id or email): no indiscriminate listing.
Order detail
Status and contents of an order by id.
What it is NOT (we say so)
An honest overview includes the limits. Here is what ShopBrain’s Shopify MCP server is not.
- It is not a public MCP endpoint: you don’t connect your client (Claude, Cursor) to our server. It powers ShopBrain’s agent.
- The MCP servers are ShopBrain’s own: if you need access or the technical details, get in touch and we’ll discuss it.
- The Shopify side is read-only: write operations (creating/updating orders) are available on the WooCommerce MCP server.
Frequently asked questions
What is a Shopify MCP server?
It’s a component that exposes a Shopify store’s data and actions as “tools” to an AI agent via the Model Context Protocol. ShopBrain uses a proprietary one to connect its AI to your store’s real catalog, customers and orders.
Can I connect my MCP client (Claude/Cursor) to ShopBrain’s Shopify server?
No: ShopBrain’s MCP servers are internal and power its AI agent. They are not a public endpoint you connect to. If you need dedicated access, contact us and we’ll assess the request.
What store data does it read?
Products, variants, prices and discounts, customers and orders, through the Shopify Admin REST API, using your store credentials provided to ShopBrain.
Does it modify orders?
No, the Shopify integration is read-only. Write operations like creating or updating an order are available on the WooCommerce side.
Connect your AI to your Shopify store
Try ShopBrain on your store, or contact us for the technical details on our MCP servers.