Set up customisers
Start a customiser from a sign prototype, rename it, change its labels, and take it live or off the storefront when you are ready.
Connect Claude, ChatGPT, Cursor or Codex to your Sign Customiser store with one URL. Ask for a new colour, a price change, last month's orders. It does the work in your admin, with permissions you approved and can take back.
https://web.signcustomiser.com/mcp
The assistant calls a named tool with real arguments and gets a real record back. Nothing is scraped, guessed or typed into a form on your behalf.
The Model Context Protocol is the standard way an AI assistant connects to software it does not own. Sign Customiser runs one for your store. Point an assistant at it and your customisers, pricing, products and orders become things it can read and change directly, rather than things you paste into a chat window.
It is the same platform your storefront runs on, reached a different way. Nothing new to install, nothing to keep in sync.
Every one of these is a named tool with a documented shape, not a prompt trick.
Start a customiser from a sign prototype, rename it, change its labels, and take it live or off the storefront when you are ready.
Colours, fonts, sizes, materials, backboards, backlights and mountings. Add records, reorder them, change them, remove them.
Read the pricing document a customiser sells at, then replace or merge it. Prices are integer minor units with an explicit currency, so nothing rounds behind your back.
Record a product built from a customiser, or an order against it, and hand it off for production the same way your storefront does.
Orders, quotes and design enquiries, your subscription, and an order and revenue summary over 7, 30, 90 or 365 days.
Manage the webhook subscriptions that tell your other systems about new orders and products, and search the Sign Customiser documentation without leaving the chat.
No API key is created, pasted or stored anywhere in this flow.
Your assistant asks for a server address. Give it https://web.signcustomiser.com/mcp. There is no API key to create, copy or store.
Sign Customiser opens a consent screen in your browser. Pick the store the assistant acts for, then approve permissions written in plain language, such as View customisers and Manage pricing.
Tools & Settings > MCP server in your admin lists every connected assistant, how many calls each tool made, and every change a connection has written.
Revoking takes effect immediately and does not need the assistant's cooperation.
An assistant with access to your storefront pricing is worth being careful about. The permissions are the product, not a footnote.
A connection only holds the permissions you ticked. Ask an assistant to do something you did not approve and the tool answers with the name of the permission it needs, rather than doing it anyway.
A connection is bound to one store for its whole life, and the store comes from the token rather than from anything the assistant sends. Connecting a second store means connecting again and picking it.
Every write that supports it takes dry_run: true and returns the same verdict without changing anything. Deletions, order creation and product creation also need an explicit confirmation.
Every change is logged with the tool that made it, the assistant that called it, the member who approved the connection, and whether it succeeded.
The endpoint, the OAuth discovery documents, the scope list and a copy-paste config for every client we have tested are all on one page.