ShopifyShopifyKlaviyoKanalInflateTrendtrackInfinite FulfillmentAddingwellBoostEcom AgencyThe DeployerStork MarketingTheme Copilot AIPandectesTheme FullStackCookiebotTriple WhaleRechargeIntelligemsHotjarDatafastTrustMRRPageBuilder.storeTaap.itShopifyShopifyKlaviyoKanalInflateTrendtrackInfinite FulfillmentAddingwellBoostEcom AgencyThe DeployerStork MarketingTheme Copilot AIPandectesTheme FullStackCookiebotTriple WhaleRechargeIntelligemsHotjarDatafastTrustMRRPageBuilder.storeTaap.it
ShopifyShopifyKlaviyoKanalInflateTrendtrackInfinite FulfillmentAddingwellBoostEcom AgencyThe DeployerStork MarketingTheme Copilot AIPandectesTheme FullStackCookiebotTriple WhaleRechargeIntelligemsHotjarDatafastTrustMRRPageBuilder.storeTaap.itShopifyShopifyKlaviyoKanalInflateTrendtrackInfinite FulfillmentAddingwellBoostEcom AgencyThe DeployerStork MarketingTheme Copilot AIPandectesTheme FullStackCookiebotTriple WhaleRechargeIntelligemsHotjarDatafastTrustMRRPageBuilder.storeTaap.it
Insights

Shopify's official Claude connector or a read-only relay: which one, for what

Shopify publishes its own Claude connector, and it writes to the admin. What it does, what the BoostEcom MCP relay does, where the line sits, and what our relay does not do.

· Christopher Lasgi · ~6 min read

The question comes up fast: "Shopify already has a Claude connector, why would I use another one?" For a lot of merchants the right answer is that you shouldn't. Here is what each one does, read from their own documentation, so you can pick without taking our word for it.

The official one

What Shopify's connector does

Claude's connector directory (claude.com/connectors/shopify, read on September 13, 2026) lists a Shopify connector marked "Made by Shopify" and added in April 2026.

Its tool list reads the store (products, orders, customers, inventory, collections, analytics) and writes to the admin: create-product, update-product, set-inventory, create-discount, create-collection, upload-image, bulk-update-product-status, and graphql_mutation.

If you want to create a product, adjust stock or launch a discount from a conversation, that is the tool you want. Shopify builds it, for Shopify.

The relay

What the BoostEcom relay does

The BoostEcom MCP relay deliberately does less:

  • one endpoint per store, https://boostecom.app/api/mcp/v1/<STORE_ID>;
  • read-only: every mutation, and any GraphQL document the relay cannot classify, is refused before it reaches Shopify, and each attempt is journaled;
  • fifteen tools across nine scopes, registered only when they clear the consented scope and the store's Shopify scopes, so a refused tool never shows up in the client's list;
  • four documented clients: Claude and ChatGPT over OAuth, Claude Code and Cursor with a static key in a config file.

The line

Side by side

| | Shopify's official connector | BoostEcom relay | |---|---|---| | Built by | Shopify | BoostEcom | | Writes to the admin | yes | no, refused before Shopify | | Clients | Claude's directory | Claude, ChatGPT, Claude Code, Cursor | | Reach | per its own authorization screen | one endpoint per store, tools filtered by scope |

This is not about quality. It is about the pen: one hands it to your assistant, the other doesn't have one.

The limit

What our relay does not do

Worth saying out loud, because it would be easy to assume otherwise: the relay does not read the market.

BoostEcom does run an intelligence graph, where twenty-plus probes turn any public storefront into a record (stack, ads, traffic, reviews, emails). But in today's code, no scope on the MCP relay exposes it. Intelligence has its own read-only API, with a separate bei_ key. Connecting your assistant to the relay connects it to your store, not to the market.

And the relay will not write in place of the official connector. BoostEcom's writes go through the dashboard chat, behind human approval.

Choosing

Which one, for what

  • You want the assistant to change the store: the official connector.
  • You want an assistant that reads and cannot break anything: for a freelancer you are letting into the store, a code editor, a CI job, or just asking questions with no risk attached: the relay.
  • Both: they are two separate connectors and they do not exclude each other. The pen on one side, risk-free reading on the other.

Method

How this post was made

  • Sources: the Shopify connector's page in Claude's directory, read on September 13, 2026 (an external source that can change after that date); for our relay, the code and the public MCP server, tools and scopes and Intelligence API pages.
  • Automation: an AI assistant drafted the first pass and pulled the tool list from the official page.
  • Not verified: I have not tested the official connector. I do not describe its permission model in detail, its rate limits, or its availability in ChatGPT: I found no official source I could cite.
  • A correction along the way: our internal notes dated this connector to May 2026. The official page says April 2026.
  • What I added: the review and the call to publish.

Verified on September 13, 2026.

See what the relay reads, and how to connect it

The Bridge AI page covers the whole surface, with one guide per client.

Get every Insight by email

One Insight a week, in your inbox. The same content as this page, delivered instead of looked up.

Double opt-in: we send one confirmation link and nothing else until it is clicked. One-click unsubscribe in every email.