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
Loading session…
Connect

Connect ChatGPT

ChatGPT custom connectors speak the same protocol as Claude: one URL, OAuth discovery, a consent screen you approve.

OAuth 2.1Read-onlyFree

Steps

Four minutes, start to finish

  1. In ChatGPT, open Settings → Connectors and create a custom connector.
  2. Paste your store endpoint and leave the authentication fields empty — the connector finds the authorization server from the URL.
  3. Approve the BoostEcom consent screen. It lists permissions in plain language, not scope strings.
  4. The store's tools become available to the model, filtered to what you just approved.
Config

What to paste

Replace <STORE_ID> with your store id. The dashboard shows the same URL fully resolved, next to the key.

ChatGPTurl

OAuth 2.1

https://www.boostecom.app/api/mcp/v1/<STORE_ID>

What bites

  • The endpoint is per store: a second store is a second connector, with its own consent and its own token.
  • Every write is refused before it reaches Shopify, including any query we cannot prove is read-only. Ask for a change and you get the refusal, not a silent skip.

ChatGPT's own documentation

Next