Connect Claude
Claude does the discovery itself. You paste one URL and approve a consent screen — there is no client id to create, no secret to store, no config file to write.
OAuth 2.1Read-onlyFree
Four minutes, start to finish
- In Claude, open Settings → Connectors and add a custom connector.
- Paste your store endpoint and leave the client id and secret empty. Claude reads our discovery documents and identifies itself on its own.
- A BoostEcom consent screen opens, naming the client, the store and every permission — limited to what your Shopify Custom App can actually satisfy.
- Approve. Claude's tool list fills with the tools those permissions unlock, and nothing else.
What to paste
Replace <STORE_ID> with your store id. The dashboard shows the same URL fully resolved, next to the key.
Claudeurl
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.
- A tool you expected and cannot see was refused by one of two gates — the permissions you approved, or what the Custom App granted. Call it anyway and the refusal names which one.