Connect to your AI assistant
Southmead halal butchers runs a server your assistant can talk to directly. Once it is connected you can ask for what you want in plain language, and the assistant searches this shop, reads today's prices and hands you a basket to check and pay for.
Server address
What it can do
- Search the catalogue and read live prices, offers and photos.
- Compare by price, by price per kilo, or by what is discounted.
- Check whether we deliver to a postcode, and what it costs.
- Build a basket and hand you a checkout link. It cannot pay for anything: you open the link, confirm the address and pay yourself.
Your own orders
The address above is the shop's catalogue, open to anyone. There is a second address for your own account, and that one asks you to sign in first:
Account address
Add it the same way. Your assistant will send you here to sign in and ask your permission once, then it can look up what you have ordered, tell you where an order has got to, and build your last order again at today's prices. It can read your orders at this shop and nothing else. It cannot pay for anything, and it cannot place an order on your behalf: a reorder comes back as a checkout link you open yourself.
You can see what you have connected, and cut any of it off, on your connected assistants page.
Set it up
Claude
SupportedCustom connectors work on Free, Pro, Max, Team and Enterprise. Free is limited to one.
- Open Customize, then Connectors.
- Select the plus, then Add custom connector.
- Name it Southmead halal butchers and paste the address above.
- Save, then start a new chat and ask about the shop.
ChatGPT
LimitedNeeds developer mode, and a paid plan: the free tier cannot add one. On a Business or Enterprise workspace an admin has to allow it first.
- Open Settings, then Security and login, and turn on Developer mode.
- Open Settings, then Plugins. It was called Connectors before mid 2026.
- Select the plus, paste the address above and leave authentication set to none.
- Pick the connector from the composer before you ask.
Cursor
SupportedOne click adds the server to your Cursor settings.
- Use the install button, or open the Customize panel and edit mcp.json.
- Paste the block below into ~/.cursor/mcp.json if you are adding it by hand.
Config
VS Code (Copilot)
SupportedNeeds GitHub Copilot. The shop tools show up in agent mode.
- Use the install button, or run MCP: Add Server from the command palette.
- Choose HTTP and paste the address above.
- Or paste the block below into .vscode/mcp.json.
Config
Gemini CLI
Command line onlyThe Gemini app does not take arbitrary MCP addresses. The CLI does.
- Install the Gemini CLI.
- Add the block below to ~/.gemini/settings.json. The key is httpUrl, not url.
- Run the CLI and ask about the shop.
Config
Perplexity
LimitedRemote connectors are on Pro, Max and Enterprise, in the desktop app rather than the free web app.
- Open Settings, then Connectors, then Add Connector, then Advanced.
- Paste the address above, set transport to Streamable HTTP.
- Set authentication to none for the catalogue, or OAuth for the account address.
If you run a shop
Every shop on this platform gets this page and this server automatically, on its own domain, with its own catalogue. There is nothing to install. You can switch it off under Modules in your POS settings, and this page goes with it.
For developers
The same catalogue is readable over plain HTTP:
- /.well-known/mcp.json: server card
- /api/agent: REST discovery document
- /.well-known/oauth-authorization-server: OAuth 2.1 metadata. Dynamic client registration, PKCE with S256, no client secret.
- /llms.txt and /llms-full.txt
- /feed/products.json and /feed/products.xml