What you need
- A Shopify store with AIOD Discount & Gift installed.
- A Shopify login for that store with access to the AIOD app. You approve the connection inside your Shopify admin, so you need to be able to sign in there.
- An AI client that supports remote MCP servers — Claude, ChatGPT, Cursor, VS Code, and most others do.
https://aiod-automatic-discount.com/mcpStep 1 — Add the server to your AI client
Pick your client.- Claude
- ChatGPT
- Claude Code
- Cursor
- VS Code
- Something else
AIOD is in Claude’s connector directory, so there is nothing to paste.Open the AIOD Discounts & Free Gift listing and click Connect.Full walkthrough: AIOD connector for Claude.
Step 2 — Sign in
Your client opens a browser tab. Three quick screens:1
Type your store domain
your-store.myshopify.com, or just the store handle.This only decides which Shopify admin you get sent to. It grants nothing by itself — anyone could type any store here and get no further.2
Approve in your Shopify admin
Shopify signs you in and shows the AIOD approval screen. This is the step that actually connects your store.Before you click Connect, read the screen. It names the app that is asking, and the web address your access will be sent to. The name is chosen by whoever built the client and nobody verifies it. The address is checked against a registered list and cannot be faked.
3
Back to your client
Approving sends you straight back, connected. If your browser blocks the redirect, the screen gives you a link to click instead.
Step 3 — Check it works
Ask your assistant:What to do next
What you can build
Free gifts, BOGO, volume breaks, conditional offers — and how to ask for each.
Examples
Real requests and exactly what the assistant does with them.
If something goes wrong
The assistant can't see any discounts, but I have some
The assistant can't see any discounts, but I have some
Two likely causes. Either you connected a different store than you expected — check which store the approval screen named — or your discounts were created directly in Shopify rather than in AIOD. The connector only sees AIOD’s own automatic discounts.
Tools return an error about the app session
Tools return an error about the app session
This usually means AIOD was uninstalled from the store, or its Shopify session expired. Reinstall AIOD, then reconnect.
A request times out
A request times out
A single tool call has to finish within 60 seconds. Try again, and if you asked for something broad (“check every discount”), narrow it down.
My client complains about GET requests or batching
My client complains about GET requests or batching
Both are expected. The server accepts
POST only and never opens an event stream, so GET returns 405. It also rejects JSON-RPC batched requests, which were removed from the spec. Any current MCP client handles this correctly.
