Skip to content

Ordoro MCP connector

The Ordoro connector brings orders, shipping details, addresses and dropship requests into Claude, ChatGPT, Cursor and the Elaichi Agent, so your team can look up, update and ship orders by asking, inside the access they already have.

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

Two steps, about a minute.

1

In Elaichi

Connect Ordoro once

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

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

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

ordoro
Ordoro
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.

Ordoro 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.

Ordoro 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.

Ordoro 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 Ordoro 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 Ordoro through Elaichi

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

  • Support

    Fix a shipping address before the label prints

    A customer writes in with a typo in their street. Ask for the order by number and have the shipping address corrected in Ordoro before it leaves the warehouse.

  • Fulfillment

    Route orders to the closest warehouse

    Move a batch of today's orders to the warehouse nearest the customer, in Ordoro, without opening each order one at a time.

  • Purchasing

    Send dropship requests to suppliers

    For items you do not stock, create the dropship request on the order and process the dropshipments in Ordoro once the supplier confirms.

  • Operations

    Cancel orders before they ship

    When a customer changes their mind or a payment fails, find the order in Ordoro and cancel it, with the cancellation recorded against your name.

  • Warehouse

    Apply shipping and return presets in bulk

    Add the right shipping preset to a set of orders, or attach a return preset when a customer needs a label back to you.

  • Ecommerce

    Record tracking on orders placed by hand

    Create wholesale or phone orders in Ordoro, then add shipping information once the carrier picks them up so the customer sees a tracking number.

Try asking

  • “Update the shipping address on order 10482 to the new one”
  • “Which orders are still waiting on a dropship request?”
  • “Move today's Texas orders to the Dallas warehouse”

See all 150 Ordoro tools below

AI tools

Ordoro tools for your AI agents

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

See it in Elaichi

What connecting Ordoro gets you

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

The agent

Ask about live Ordoro orders in plain language.

Three starter prompts pull answers from real orders, addresses and dropship requests.

  • orders
  • addresses
  • dropship requests
  • presets

Ask Elaichi to work across your apps.

Update the shipping address on order 10482 to the new one

Which orders are still waiting on a dropship request?

Move today's Texas orders to the Dallas warehouse

Also runs in Claude, ChatGPT or Cursor

MCP clients

One Ordoro endpoint for Claude, ChatGPT and Cursor.

Every MCP client uses one org endpoint over OAuth, no SDK, 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

150 Ordoro tools, ready without writing code.

Orders, addresses, shipping info and dropship requests, covered with no custom code.

  • Create a Ordoro address
  • Get single Ordoro address by ID
  • List all Ordoro addresses
  • Update a Ordoro address by ID
ElaichiTools
Tool Action Description
Create a Ordoro address Create Create a new address in Ordoro. Returns the created address object including its id, name, company, street1, city, state, zip, country, email, phone, and validation status. All request body fields are optional.
Get single Ordoro address by ID Get Get a single address by id in Ordoro. Returns the address object including its id, name, company, street1, city, state, zip, country, email, phone, fax, and validation status. Required: id (the numeric address id).
List all Ordoro addresses List List addresses in Ordoro. Returns address records including id, name, company, street1, city, state, zip, country, email, phone, fax, and validation status.
Update a Ordoro address by ID Update Update an address by id in Ordoro. Returns the updated address object including its id, name, company, street1, city, state, zip, country, email, phone, fax, and validation status. Required: id (the numeric address id).
Create a Ordoro API key Create Create a new API key in Ordoro. Returns the created api key record including its id, created_at, and updated_at.

Toolboxes

Each team gets its own Ordoro toolbox.

Fulfillment, support and purchasing each work from a toolbox scoped to their jobs.

  • Fulfillment
  • Support
  • Purchasing
  • Warehouse
ElaichiToolboxes
Name Source template Tools Created

Fulfillment toolbox

Ordoro · orders and shipping info

Ordoro starter 18 Mar 4, 2026

Support toolbox

Ordoro · order lookups and address fixes

9 Mar 2, 2026

Purchasing toolbox

Ordoro · dropship requests

24 Feb 27, 2026

Warehouse toolbox

Ordoro · warehouse routing and presets

Ordoro starter 6 Feb 19, 2026

Ecommerce toolbox

Ordoro · manual orders and cancellations

31 Jan 30, 2026

Returns toolbox

Ordoro · return presets and return shipping

12 Jan 22, 2026

Shared connections

Teammates ship Ordoro orders without seeing a credential.

One person connects Ordoro, shares it with teams, and the API key stays hidden.

  • Fulfillment
  • Support
  • Purchasing
  • Warehouse East
ElaichiConnections
Connection Scope Status Access
OR

Ordoro (Fulfillment)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
OR

Ordoro (Support)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
OR

Ordoro (Purchasing)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
OR

Ordoro (Warehouse East)

Connected by Daniel Ortega

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

Ordoro (Warehouse West)

Connected by Clara Nowak

Personal • Active Not shared
OR

Ordoro (Returns)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Ordoro change is logged with a name.

See who cancelled an order or changed a warehouse, 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]

Ordoro Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Ordoro Orders Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Ordoro 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 turns new Ordoro orders into work.

Orders are fetched, grouped, drafted into a digest, approved by a person, then posted back.

Ordoro digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch orders

    Ordoro

    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

    Ordoro

    Queued

Collections and dashboards

Ordoro order health, computed without asking.

Four metrics, 14 days of orders created and a breakdown by team, refreshed on schedule.

Ordoro health

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

Live

Orders

1,284 ↓ 12%

Addresses

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Orders created

Last 14 days

By team

Share of activity

Fulfillment 34%

Support 27%

Purchasing 21%

Warehouse East 18%

FAQ

Frequently asked questions

How do I connect Ordoro to Claude?

Two steps. In Elaichi, choose Ordoro from the catalog and paste in the API key from your Ordoro account, 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. Sign in with your Elaichi account and Ordoro orders are available in Claude.

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

Yes. Ordoro is connected once in Elaichi, and the same endpoint, https://api.elaichi.ai/mcp, is added to Claude, ChatGPT, Cursor, any other MCP client and the Elaichi Agent. Nothing about the Ordoro connection changes from one client to the next.

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

With Ordoro connected, an agent can find an order by number or customer, correct a shipping address, move an order to another warehouse, cancel it, or add tracking once it ships. It can create dropship requests and process dropshipments, and apply shipping or return presets to orders. Because Ordoro exposes many actions, short concrete asks like "cancel order 10482" work better than long paragraphs.

Does connecting Ordoro give the AI everything in my account?

No. The Ordoro connection carries only the access of the API key the person supplied, and every action runs inside that access. Elaichi can narrow what an agent may do in Ordoro, for example to read orders but never cancel them, and it can never widen access beyond what that person already has.

Can my team share one Ordoro connection?

Yes. One person connects Ordoro in Elaichi and shares it with a team, and nobody else ever handles the Ordoro API key. Each teammate still signs in to Elaichi as themselves, so the audit log names the person who changed a warehouse or cancelled an order, not the person who connected the account.

Can I stop an agent from cancelling or changing orders in Ordoro?

Yes. Restrictions in Elaichi work per action, so you can allow looking up Ordoro orders while blocking cancellations, address changes or dropship processing. A blocked action is never advertised to Claude, ChatGPT or Cursor at all, so no prompt, however worded, can reach it.

What happens to an Ordoro connection when someone leaves?

Offboarding a person in Elaichi ends their access to Ordoro through every AI client at once. If they had shared the Ordoro connection with a team, it keeps working for everyone else. If you disconnect Ordoro once in Elaichi, it disappears from Claude, ChatGPT, Cursor and every other client together.

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

Yes. Ordoro 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 Ordoro 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.