Connect ChatGPT
ChatGPT custom connectors speak the same protocol as Claude: one URL, OAuth discovery, a consent screen you approve.
OAuth 2.1Read-onlyFree
Four minutes, start to finish
- In ChatGPT, open Settings → Connectors and create a custom connector.
- Paste your store endpoint and leave the authentication fields empty — the connector finds the authorization server from the URL.
- Approve the BoostEcom consent screen. It lists permissions in plain language, not scope strings.
- The store's tools become available to the model, filtered to what you just approved.
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.