Skip to content

Ecommerce

Cin7 MCP connector

The Cin7 connector brings stock adjustments, branch transfers, bills of materials, cartons, contacts and credit notes into Claude, ChatGPT, Cursor and the Elaichi Agent, so each person works with Cin7 inside their own access, with every call logged.

  • 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 Cin7 to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Cin7 once

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

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

  3. Paste a Cin7 API key. One person generates a token in Cin7 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.

cin7
Cin7
Bigcommerce
Bol.com
Channable
Clover
Ecwid
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.

Connect Cin7 to 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.

Connect Cin7 to 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.

Connect Cin7 to 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 Cin7 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 Cin7 through Elaichi

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

  • Warehouse

    Record a stock count as an adjustment

    After a cycle count, tell the agent which items were over or short and it creates the Cin7 adjustment for you. A batch of corrections can be updated in one pass instead of one at a time.

  • Operations

    Move stock between branches without the spreadsheet

    Ask which branch transfers are still open, then raise a new transfer from the branch that has surplus to the one that is running low.

  • Finance

    Raise a credit note against a return

    When a customer sends goods back, the agent creates the Cin7 credit note against the right contact. When an auditor asks, it pulls up any existing credit note by its number.

  • Sales

    Keep customer and supplier contacts current

    Catch a Cin7 contact up after a call, add a new trade customer, or fix addresses across a list of contacts in one bulk update.

  • Production

    Check what goes into a finished product

    Ask what components a bill of materials calls for before promising a build date, and compare it against the other bills of materials you keep in Cin7.

  • Customer service

    Answer packing questions from the carton record

    Look up a carton by its ID and correct its details while the customer is on the phone, without opening Cin7 yourself.

Try asking

  • “List branch transfers still open from the Auckland warehouse this week”
  • “Create a credit note for Harbor Traders for the returned pallets”
  • “Show adjustments over 100 units posted at the Melbourne branch”

See all 73 Cin7 tools below

AI tools

Cin7 tools for your AI agents

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

See it in Elaichi

What connecting Cin7 gets you

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

The agent

Ask Cin7 questions in plain language.

Open branch transfers, stock adjustments and credit notes, answered from live Cin7 records.

  • adjustments
  • branch transfers
  • contacts
  • credit notes

Ask Elaichi to work across your apps.

List branch transfers still open from the Auckland warehouse this week

Create a credit note for Harbor Traders for the returned pallets

Show adjustments over 100 units posted at the Melbourne branch

Also runs in Claude, ChatGPT or Cursor

MCP clients

Cin7 in Claude, ChatGPT and Cursor, connected once.

One governed endpoint for every MCP client, 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

73 Cin7 tools, ready without writing code.

Adjustments, branches, transfers, cartons, contacts, credit notes and bills of materials, every method covered.

  • Get single Cin7 adjustment by ID
  • List all Cin7 adjustments
  • Create a Cin7 adjustment
  • Cin7 adjustments bulk update
ElaichiTools
Tool Action Description
Get single Cin7 adjustment by ID Get Get a single Adjustment in Cin7 by its integer id. Returns: id, reference, source. Required: id.
List all Cin7 adjustments List List Adjustments in Cin7. Returns each Adjustment as id plus attributes holding the remaining fields (not enumerated by the API reference). Max 250 rows per page.
Create a Cin7 adjustment Create Create a list of Adjustments in Cin7 by posting a JSON array of Adjustment objects as the body. Returns a JSON array of batch result items; the upstream API documentation does not enumerate the fields of each result item. The body must be a bare JSON array (pass it as `body` on MCP tool calls).
Cin7 adjustments bulk update Update Update a list of Adjustments in Cin7 by sending a JSON array of Adjustment objects as the body, identifying each existing Adjustment by its integer id. Returns a JSON array of batch result items; the upstream API documentation does not enumerate the fields of each result item.
Get single Cin7 bom master by ID Get Get a single Bill of Materials (BOM) Master by id in cin7. Returns the BOM Master record with its id and model-defined attributes. Required: id.

Toolboxes

Every team gets its own Cin7 toolbox.

Warehouse works adjustments and transfers, Finance works credit notes, each scoped to its team.

  • Warehouse
  • Operations
  • Finance
  • Sales
ElaichiToolboxes
Name Source template Tools Created

Warehouse toolbox

Cin7 · adjustments and stock counts

Cin7 starter 18 Mar 4, 2026

Operations toolbox

Cin7 · branches and branch transfers

9 Mar 2, 2026

Finance toolbox

Cin7 · credit notes

24 Feb 27, 2026

Sales toolbox

Cin7 · contacts and customer credit

Cin7 starter 6 Feb 19, 2026

Production toolbox

Cin7 · bills of materials

31 Jan 30, 2026

Fulfillment toolbox

Cin7 · cartons and packing

12 Jan 22, 2026

Shared connections

Teammates use Cin7 without touching the API key.

One person connects Cin7, shares it with teams and members, nobody else sees a credential.

  • Warehouse APAC
  • Operations
  • Finance
  • Sales
ElaichiConnections
Connection Scope Status Access
CI

Cin7 (Warehouse APAC)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
CI

Cin7 (Operations)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
CI

Cin7 (Finance)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
CI

Cin7 (Sales)

Connected by Daniel Ortega

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

Cin7 (Production)

Connected by Clara Nowak

Personal • Active Not shared
CI

Cin7 (Fulfillment)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Cin7 action logged with a name attached.

See who created which adjustment, transfer or credit note, and when, in one append-only log.

  • 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]

Cin7 Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Cin7 Adjustments Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Cin7 Adjustments 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 fires and Cin7 work gets done.

New adjustments fetched and grouped, a digest drafted, approved by a person, posted back to Cin7.

Cin7 digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch adjustments

    Cin7

    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

    Cin7

    Queued

Collections and dashboards

Cin7 stock health, computed without a model.

Four metrics, fourteen days of adjustments and transfers created, broken down by team, refreshed on schedule.

Cin7 health

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

Live

Adjustments

1,284 ↓ 12%

Branch transfers

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Adjustments created

Last 14 days

By team

Share of activity

Warehouse APAC 34%

Operations 27%

Finance 21%

Sales 18%

FAQ

Frequently asked questions

How do I connect Cin7 to Claude?

Two steps. In Elaichi, choose Cin7 and paste the API key from your Cin7 account, there is no OAuth application to register and no client ID or secret to generate. Then in Claude open Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Sign in as yourself when Claude asks and Cin7 is ready to use.

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

Yes. Once Cin7 is connected in Elaichi, Claude, ChatGPT, Cursor, any MCP client and the Elaichi Agent all reach it through the same address, https://api.elaichi.ai/mcp. You connect Cin7 once and nothing has to be redone per client.

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

It can look up and list your Cin7 stock adjustments, branches, branch transfers, bills of materials, cartons, contacts and credit notes, and answer questions about them in plain language. It can also create new adjustments, transfers, branches, contacts and credit notes, update cartons, and push a batch of changes through in one go. Cin7 has a lot of actions, so short concrete asks such as 'create a transfer of 40 units from Auckland to Sydney' work better than long paragraphs.

Does connecting Cin7 give the AI everything in my Cin7 account?

No. The AI can only reach what the Cin7 connection itself is allowed to reach, and Elaichi can narrow that further for each team, it can never widen it. Each person signs into Elaichi as themselves, so every Cin7 call is tied to a named person rather than to a shared login.

Can my team share one Cin7 connection?

Yes. One person connects Cin7 in Elaichi and shares it with a team, and nobody else ever handles the Cin7 API key. Each teammate still signs in as themselves, so the audit log names who created which adjustment or credit note.

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

Yes. Restrictions in Elaichi work per action, so you can allow reading Cin7 contacts while blocking deleting them, or allow listing credit notes while blocking creating them. A blocked action is never advertised to Claude, ChatGPT or any other client, so no prompt can reach it.

What happens to a Cin7 connection when someone leaves?

Offboarding that person in Elaichi ends their access to Cin7 at once, across every client they used. A shared Cin7 connection keeps working for everyone else on the team. If you ever want Cin7 gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor and every other client.

Put Cin7 in front of your team

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