Skip to content

Quickbutik MCP connector

The Quickbutik connector brings your store's orders, products, categories, shipping and payment methods into Elaichi, so Claude, ChatGPT, Cursor or the Elaichi Agent can list, create and update them inside each person's own access.

  • How it connects. Connects with an API key. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Quickbutik to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Quickbutik once

  1. Open Connections, choose Add connection, and pick Quickbutik.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Paste a Quickbutik API key. One person generates a token in Quickbutik and pastes it once. Everyone else works through Share with, and never sees it.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

quickbutik
Quickbutik
Bigcommerce
Bol.com
Channable
Cin7
Clover
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Quickbutik MCP connector for Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Quickbutik MCP connector for ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Quickbutik MCP connector for Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Quickbutik to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Quickbutik through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Store operations

    See today's orders without opening the admin

    Ask for this morning's Quickbutik orders, which ones are still unpaid and which shipping method each shopper chose, and get a plain answer in the chat you already have open.

  • Merchandising

    Change prices across a whole category

    Pull every product in a Quickbutik category and push a new price or description to all of them in one bulk update instead of editing each product page.

  • Customer service

    Answer a shopper while they wait

    Look up a customer's Quickbutik order while they are on the phone, check how they paid and how it ships, and give them a straight answer.

  • Fulfillment

    Move packed orders on in bulk

    Once the day's parcels are packed, update the status on the whole batch of Quickbutik orders in one change rather than clicking through them one at a time.

  • Marketing

    Set up a campaign category and tracking

    Create a seasonal Quickbutik category, add the launch products to it, and add or update the storefront script for the campaign's tracking pixel.

  • Finance

    Check orders against payouts by payment method

    List the month's Quickbutik orders grouped by payment method and compare the totals with what each provider paid out.

Try asking

  • “Show me today's unpaid Quickbutik orders and their shipping methods.”
  • “Create a Summer sale category and add these five products to it.”
  • “Cut prices on every Outlet category product by 20 percent.”

See all 20 Quickbutik tools below

AI tools

Quickbutik tools for your AI agents

20 tools are ready to call through Elaichi's MCP endpoint the moment you connect Quickbutik, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Quickbutik gets you

6 screens from the product, each doing one job for your Quickbutik account.

The agent

Ask about Quickbutik orders in plain language.

Type a question and get answers from live orders, products and categories.

  • orders
  • products
  • categories
  • scripts

Ask Elaichi to work across your apps.

Show me today's unpaid Quickbutik orders and their shipping methods.

Create a Summer sale category and add these five products to it.

Cut prices on every Outlet category product by 20 percent.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One endpoint puts Quickbutik in every client.

Claude, ChatGPT and Cursor connect over OAuth, with no SDK and no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

All 20 Quickbutik tools, ready without code.

Orders, products, categories, scripts, shipping and payment methods, covered with no custom code.

  • List all Quickbutik settings preorders
  • List all Quickbutik scripts
  • Create a Quickbutik script
  • Update a Quickbutik script by ID
ElaichiTools
Tool Action Description
List all Quickbutik settings preorders List List the preorder options configured for the quickbutik store. Options can be assigned to products and variants to signal pre-order availability and estimated delivery windows. Returns: id, attributes.
List all Quickbutik scripts List List Quickbutik storefront scripts, or pass the optional id filter to fetch a single one. Returns a single script record when id is given, otherwise an array of records, each including its string id; remaining fields are defined by the upstream Script schema the docs reference by $ref. Max 500 per page.
Create a Quickbutik script Create Create a new Quickbutik storefront script. Returns the created script record including its string id, with the remaining fields defined by the upstream Script schema the docs reference by $ref. Required: name, content.
Update a Quickbutik script by ID Update Update an existing Quickbutik storefront script by id, or create one with a specific id. Returns the updated script record including its string id, with the remaining fields defined by the upstream Script schema the docs reference by $ref. Required: id.
Delete a Quickbutik script by ID Delete Delete a Quickbutik storefront script by id. Returns a generic success acknowledgement — the upstream SuccessResponse schema, whose fields the Quickbutik docs do not enumerate. Required: id.

Toolboxes

Each team gets its own Quickbutik toolbox.

Scope what fulfillment, merchandising and customer service can reach, one toolbox per team.

  • Store operations
  • Merchandising
  • Customer service
  • Marketing
ElaichiToolboxes
Name Source template Tools Created

Store operations toolbox

Quickbutik · orders and fulfillment

Quickbutik starter 18 Mar 4, 2026

Merchandising toolbox

Quickbutik · products and categories

9 Mar 2, 2026

Customer service toolbox

Quickbutik · order lookups

24 Feb 27, 2026

Marketing toolbox

Quickbutik · categories and storefront scripts

Quickbutik starter 6 Feb 19, 2026

Finance toolbox

Quickbutik · orders and payment methods

31 Jan 30, 2026

Developers toolbox

Quickbutik · scripts and metadata

12 Jan 22, 2026

Shared connections

Share the Quickbutik connection, never the key.

Teammates work through one connected store without ever seeing the API key.

  • Store operations
  • Merchandising
  • Customer service
  • Marketing
ElaichiConnections
Connection Scope Status Access
QU

Quickbutik (Store operations)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
QU

Quickbutik (Merchandising)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
QU

Quickbutik (Customer service)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
QU

Quickbutik (Marketing)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
QU

Quickbutik (Finance)

Connected by Clara Nowak

Personal • Active Not shared
QU

Quickbutik (Nordics store)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Quickbutik change is logged with a name.

See who created a product or updated an order, when, and on which record.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Quickbutik Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Quickbutik Orders Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Quickbutik Orders List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule runs Quickbutik work end to end.

New orders are fetched, grouped and drafted into a digest a person approves.

Quickbutik digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch orders

    Quickbutik

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Quickbutik

    Queued

Collections and dashboards

Quickbutik store health, computed without a model.

Four metrics, a 14 day orders chart and a team breakdown, refreshed on schedule.

Quickbutik health

Refreshed 4 minutes ago · every 15 minutes · from the orders collection

Live

Orders

1,284 ↓ 12%

Products

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Orders created

Last 14 days

By team

Share of activity

Store operations 34%

Merchandising 27%

Customer service 21%

Marketing 18%

FAQ

Frequently asked questions

How do I connect Quickbutik to Claude?

Connect Quickbutik in Elaichi first, which means pasting the API key from your Quickbutik store settings. There is no OAuth application to register and no client ID or secret to generate. Then open Claude, go to Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. Sign in as yourself and your Quickbutik orders and products are available in Claude.

Does Quickbutik work with ChatGPT and Cursor as well as Claude?

Yes. Once Quickbutik is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client and the Elaichi Agent. You connect Quickbutik once and every client gets it.

What can an AI agent actually do with my Quickbutik data?

An agent can list your Quickbutik orders, products, categories, shipping methods and payment methods, and answer questions about them in plain language. It can create products, categories and orders, update products and orders in bulk, and manage the scripts on your storefront. Short, concrete asks work best, such as asking for today's unpaid orders rather than a long paragraph.

Does connecting Quickbutik give the AI my whole store?

No. The agent works through the API key you connected, so it can only reach what that Quickbutik key allows. Elaichi can narrow that further, for example limiting a team to reading orders, and it never widens it beyond what Quickbutik itself grants.

Can my team share one Quickbutik connection?

Yes. One person connects Quickbutik with the API key and shares the connection with a team in Elaichi, and nobody else ever handles the key. Each teammate still signs in to Elaichi as themselves, so the audit log names the person who created a product or updated an order.

Can I stop an agent from deleting or changing things in Quickbutik?

Yes. Restrictions in Elaichi work per action, so you can allow listing Quickbutik orders and products while blocking bulk deletes or updates. A restricted action is never shown to the AI client at all, so no prompt, however worded, can reach it.

What happens to a Quickbutik connection when someone leaves?

Offboarding a person in Elaichi ends their access to Quickbutik at once, in every client they used. A shared Quickbutik connection keeps working for everyone else on the team. If you want to remove Quickbutik entirely, disconnect it once in Elaichi and it disappears from Claude, ChatGPT, Cursor and every other client.

Does the Quickbutik MCP connector work with Gemini, Codex, Claude Code or other MCP clients?

Yes. Quickbutik is reached over the same MCP endpoint every client uses, so anything that speaks MCP can call it — Gemini, Codex, Claude Code, Windsurf, Cline, Zed and OpenCode among them — alongside Claude, ChatGPT, Cursor, and the Elaichi Agent. The tools on offer and the access behind them are identical whichever client asks. Only the setup screen differs.

Put Quickbutik in front of your team

14 days on Gold, no credit card. Connect it once and pick what each team can call.

Works with
Claude ChatGPT Cursor and any other MCP client, or the Elaichi Agent.
When the trial ends
Nothing is deleted. Connections, roles and the audit log stay where they are, so subscribing picks up exactly where you left off.