Skip to content

Ecommerce

Threekit MCP connector

The Threekit connector brings your 3D assets, product catalogs, and configurator analytics into Claude, ChatGPT, Cursor, and any MCP client, so each person can find, update, and report on them inside their own Threekit 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 Threekit to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Threekit once

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

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

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

threekit
Threekit
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 Threekit 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 Threekit 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 Threekit 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 Threekit 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 Threekit through Elaichi

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

  • Ecommerce

    Find the asset behind a product page

    Ask which Threekit asset a configurable product uses, pull its details and thumbnail, and check its tags and keywords without opening the platform.

  • Merchandising

    Tidy a catalog before a launch

    Update names and fields on catalog entries, add new assets to a catalog, and remove retired products so the storefront shows the right range on day one.

  • Marketing

    See which configurations shoppers viewed

    Generate an analytics report on event views for a campaign window and get a plain summary of which products and options drew the most attention.

  • 3D and design

    Clone an asset to start a variant

    Copy an existing Threekit asset as the starting point for a new color or trim, then update its details and tags so the team can find it.

  • Operations

    Bring back an asset deleted by mistake

    Restore a Threekit asset that was removed in error and confirm it is back in the catalog, with the change recorded against the person who asked.

  • Analytics

    Record and report on configurator events

    Log analytics events from your own storefront flows into Threekit and pull reports on them alongside the events Threekit already captures.

Try asking

  • “List Threekit assets tagged for the spring catalog”
  • “Which analytics events drove the most asset views last week”
  • “Clone this Threekit asset and update its keywords”

See all 110 Threekit tools below

AI tools

Threekit tools for your AI agents

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

See it in Elaichi

What connecting Threekit gets you

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

The agent

Ask about Threekit assets, get answers.

Plain language questions answered from live Threekit assets, tags and analytics events.

  • assets
  • tags
  • keywords
  • events

Ask Elaichi to work across your apps.

List Threekit assets tagged for the spring catalog

Which analytics events drove the most asset views last week

Clone this Threekit asset and update its keywords

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Threekit.

One org MCP endpoint over OAuth, 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

110 Threekit tools ready to call.

Assets, tags, keywords, thumbnails and analytics reports, with no custom code written.

  • Threekit analytics create event
  • Threekit analytics get event
  • Threekit analytics get event views
  • Threekit analytics generate reports
ElaichiTools
Tool Action Description
Threekit analytics create event Create Create a Threekit analytics event and return its details. Returns: id, createdAt, openapi, info, servers, security, paths, components, x-readme. Required: eventType, orgId, sessionId.
Threekit analytics get event Get Get a single Threekit analytics event by id, including the asset name and asset metadata. Returns: id, eventType, eventMetadata, orgId, assetId, assetName, assetMetadata, configId, configuration, userId, sessionId, device, referer, createdAt, openapi, info, servers, security, paths, components, x-readme. Required: event_id.
Threekit analytics get event views Get Fetch aggregated view analytics for Threekit events by event type and date range. Returns: count, perPage, page, sort, views, openapi, info, servers, security, paths, components, x-readme. The range parameter supports year, month, and day granularities (defaults to month).
Threekit analytics generate reports Generate Generate a BigQuery export job that produces a CSV report of raw Buyer Analytics data for a given event type and date range. Required: orgId, eventType, startDate, endDate. Date format is YYYY-MM-DD.
List all Threekit assets List List Threekit assets for an organization with optional filters by name, type, tags, keywords, and more. Returns: id, name, type, as, createdAt, updatedAt, deletedAt, createdBy, orgId, branch, description, metadata, tags, keywords, publicShare, importedFileId, proxyId, parentFolderId, publishedAt, defaultStageId, defaultCompositeId, deletedBy, nodetags. Max 100 per page; defaults to 30.

Toolboxes

Every team gets its own Threekit toolbox.

Curate one toolbox per team so each sees only the Threekit tools it needs.

  • 3D content
  • Merchandising
  • Ecommerce
  • Analytics
ElaichiToolboxes
Name Source template Tools Created

3D content toolbox

Threekit · assets and thumbnails

Threekit starter 18 Mar 4, 2026

Merchandising toolbox

Threekit · catalog tags and keywords

9 Mar 2, 2026

Ecommerce toolbox

Threekit · configurator experiences

24 Feb 27, 2026

Analytics toolbox

Threekit · events and reports

Threekit starter 6 Feb 19, 2026

Creative ops toolbox

Threekit · asset reviews and restores

31 Jan 30, 2026

Support toolbox

Threekit · asset lookups

12 Jan 22, 2026

Shared connections

Teammates use Threekit without the credential.

See who connected each Threekit account and how many teams and members share it.

  • Merchandising
  • 3D studio
  • Ecommerce EMEA
  • Analytics
ElaichiConnections
Connection Scope Status Access
TH

Threekit (Merchandising)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
TH

Threekit (3D studio)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
TH

Threekit (Ecommerce EMEA)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
TH

Threekit (Analytics)

Connected by Daniel Ortega

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

Threekit (Creative ops)

Connected by Clara Nowak

Personal • Active Not shared
TH

Threekit (Support)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Threekit call is on the record.

When, who, what happened, type and resource, in an 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]

Threekit Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Threekit Assets Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Threekit Assets 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, Threekit work finishes.

Fetch assets, group them, draft a digest, get approval, post back to Threekit.

Threekit digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch assets

    Threekit

    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

    Threekit

    Queued

Collections and dashboards

Threekit health, computed on a schedule.

Four metrics, 14 days of assets created and a breakdown by team.

Threekit health

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

Live

Assets

1,284 ↓ 12%

Tags

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Assets created

Last 14 days

By team

Share of activity

Merchandising 34%

3D studio 27%

Ecommerce EMEA 21%

Analytics 18%

FAQ

Frequently asked questions

How do I connect Threekit to Claude?

Two steps. In Elaichi, open the Threekit connector and paste your Threekit API key; there is no OAuth application to register and no client ID or secret to generate. Then in Claude go to Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Claude asks you to sign in to Elaichi, and from then on it can work with your Threekit assets, catalogs, and analytics as you.

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

Yes. Once Threekit 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 Threekit once and every client you use picks it up.

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

With Threekit connected, an agent can list and look up 3D assets, read their details, tags, keywords, and thumbnails, clone or restore them, and update their fields. It can create and maintain catalogs, add or remove assets in them, and record analytics events or generate reports on what shoppers viewed. Because Threekit has a large set of actions, short concrete asks like "find assets tagged spring launch" work better than long paragraphs.

Does connecting Threekit give the AI access to my whole organization?

No. An agent working through Elaichi only reaches the Threekit assets, catalogs, and analytics that the connected API key can already reach, so it sees what the person who connected it sees. Elaichi can narrow that further, for example to read-only or to a single team, but it can never widen access beyond what Threekit itself grants.

Can my team share one Threekit connection?

Yes. One person connects Threekit in Elaichi and shares the connection with a team, and nobody else ever handles the API key. Each teammate still signs in to Elaichi as themselves, so every asset update or catalog change in the audit log carries their name, not the name of whoever connected it.

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

Yes. Restrictions in Elaichi apply per action, so you can allow reading Threekit assets and running analytics reports while blocking deletes, overwrites, or catalog changes. A blocked action is never advertised to Claude, ChatGPT, Cursor, or any other client, so no prompt, however worded, can reach it.

What happens to a Threekit connection when someone leaves?

Offboarding a person in Elaichi ends their access to Threekit through every client at once, with nothing to revoke in Claude, ChatGPT, or Cursor separately. A shared Threekit connection keeps working for everyone else on the team. If you want the connection gone entirely, disconnecting it once in Elaichi removes it from every client.

Put Threekit in front of your team

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