1
Mint an API token
Using Claude Desktop or Claude.ai? Skip this step — they connect with OAuth connector credentials you’ll generate in step 2. The token below is for Claude Code and other header-based clients.
abc_ and you can only view it once — paste it somewhere safe immediately.2
Connect your AI assistant
Pick the assistant you use:
- Claude Desktop / Claude.ai
- Claude Code (CLI)
- OpenClaw / other MCP clients
Claude Desktop connects through a custom connector with OAuth — no config file, no token header. The same flow works on Claude.ai web and mobile.
- In ABConvert, go to Settings → Claude / MCP Access. In the Claude connector credentials card, click Generate credentials and give it a name. Copy all three values — the client secret is shown once.

-
In Claude, go to Settings → Connectors → Add custom connector. Name it
ABConvertand paste the Remote MCP server URL (https://mcp.abconvert.io/mcp). - Expand Advanced settings, paste the OAuth Client ID and OAuth Client Secret, and click Add.
- Approve the consent screen. Check that the store domain it names is yours.
3
Confirm the connection
Open a new chat and type:
“Use the ABConvert ping tool”You should see Claude call
ping and respond with { ok: true }. If you see a 401, your credential is wrong or revoked — re-mint the token (or regenerate connector credentials and re-add the connector) and try again. If you see “MCP is not enabled for this shop,” ask ABConvert support to flip the enable-mcp feature flag for you.4
Run your first real prompt
Try one of these:Claude will ask for a hypothesis, primary metric, and traffic split before creating anything. Once you confirm, the test lands in your dashboard as a draft — you can review, then launch from the dashboard or by saying “launch it” in the chat.
Price test
“Test 10% off my best-selling product”
Shipping test
“Test free shipping over $50 for US visitors”
Compare results
“How is my snowboard price test doing?”
URL redirect
“Send 50% of /products/old-hoodie traffic to /products/new-hoodie”
You’re done
That’s the full setup. Everything else is just exploration — see What you can do for the full surface.Token management
- One token per app. Mint a separate token for Claude Code, OpenClaw, and every other header-based client. When you replace your laptop or stop using one tool, you can revoke just that token without breaking the others.
- Connector credentials are separate. Claude Desktop and Claude.ai authenticate with OAuth connector credentials, not tokens. Revoke them from the same Settings → Claude / MCP Access page.
- Revoke at any time. Settings → Claude / MCP Access → Revoke. Takes effect within seconds — the next call from that token returns 401.
- Tokens are shop-scoped. A token you mint for Shop A cannot be used to access Shop B, even if the same person owns both.