Skip to content

Trading

Orderly MCP connector

The Orderly connector lets Claude, ChatGPT, Cursor, any MCP client, and the Elaichi Agent place, review, and cancel Orderly orders, adjust margin, move funds between accounts, and report on trading volume, with every action tied to the person who signed in.

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

Two steps, about a minute.

1

In Elaichi

Connect Orderly once

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

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

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

orderly
Orderly
1Password
360learning
7shifts
Acquire
Ada
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 Orderly 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 Orderly 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 Orderly 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 Orderly 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 Orderly through Elaichi

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

  • Trading

    Place and adjust orders in plain language

    Ask for a limit order at a given price and size, then change it or pull it when the market moves. The agent works the order book on Orderly so the trader keeps eyes on the screen.

  • Trading

    Clear the book at the end of a session

    Cancel every open Orderly order in one ask, or set a timer that cancels them automatically if nobody checks in, so nothing is left working overnight by accident.

  • Risk

    Check margin mode and position margin

    See which margin mode each Orderly account is using and add or reduce margin on a position before a large move, without opening the exchange interface.

  • Treasury

    Move funds between Orderly sub-accounts

    Create an internal transfer from the main account to a desk account and list past transfers to reconcile balances at the end of the day.

  • Operations

    Report daily and lifetime trading volume

    Pull daily volume and account statistics from Orderly to fill in the weekly desk report or answer a partner asking about fee tiers.

  • Security

    Review and tighten API key restrictions

    Look up which Orderly keys are active, see which IP addresses each key allows, lock a key to the office network, or remove a key that should no longer exist.

Try asking

  • “Show me all open orders on Orderly this week.”
  • “Which positions have the highest margin usage right now?”
  • “List internal transfers made across Orderly accounts today.”

See all 134 Orderly tools below

AI tools

Orderly tools for your AI agents

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

See it in Elaichi

What connecting Orderly gets you

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

The agent

Ask Orderly questions, get live trading answers.

Type a plain language question and pull real order, position and margin data instantly.

  • orders
  • positions
  • margins
  • transfers

Ask Elaichi to work across your apps.

Show me all open orders on Orderly this week.

Which positions have the highest margin usage right now?

List internal transfers made across Orderly accounts today.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One Orderly endpoint, every MCP client connects.

Claude, ChatGPT and Cursor reach Orderly through one governed endpoint, no SDK or shared 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

134 Orderly tools, zero custom code.

Every Orderly order, position and transfer method is cataloged and ready to call.

  • Create a Orderly order
  • Orderly orders cancel
  • List all Orderly orders
  • Orderly orders get by client order ID
ElaichiTools
Tool Action Description
Create a Orderly order Create Create a new order in Orderly. Returns: order_id, client_order_id, order_type, order_price, order_quantity, error_message. Required: symbol, order_type, side.
Orderly orders cancel Cancel Cancel an order in Orderly by client_order_id. Returns: status. Required: client_order_id.
List all Orderly orders List List orders in Orderly with optional filtering by symbol, side, order type, status, and time range. Returns: order_id, user_id, price, type, quantity, amount, total_executed_quantity, visible_quantity, symbol, side, status, total_fee, fee_asset, client_order_id, average_executed_price, created_time, updated_time, realized_pnl, executed_quantity, visible, executed, reduce_only, order_tag,…
Orderly orders get by client order ID Get Get a single order in Orderly by client_order_id. Returns: success, data, timestamp. Required: client_order_id.
Orderly orders cancel all after Cancel Set a timer to cancel all open orders in Orderly after a specified timeout in milliseconds. Returns: expected_trigger_time. Required: trigger_after.

Toolboxes

Every trading team gets its own toolbox.

Scope Orderly toolboxes by team so each group works with only what it needs.

  • Trading desk
  • Risk
  • Treasury
  • Compliance
ElaichiToolboxes
Name Source template Tools Created

Trading desk toolbox

Orderly · orders and positions

Orderly starter 18 Mar 4, 2026

Risk toolbox

Orderly · margin modes and exposure

9 Mar 2, 2026

Treasury toolbox

Orderly · internal transfers and balances

24 Feb 27, 2026

Compliance toolbox

Orderly · order history and audit trails

Orderly starter 6 Feb 19, 2026

Engineering toolbox

Orderly · API testing and order lifecycle

31 Jan 30, 2026

Finance toolbox

Orderly · settlements and transfer reconciliation

12 Jan 22, 2026

Shared connections

Shared Orderly access, credentials stay hidden.

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

  • Prop desk
  • Market making
  • Retail flow
  • Risk team
ElaichiConnections
Connection Scope Status Access
OR

Orderly (Prop desk)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
OR

Orderly (Market making)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
OR

Orderly (Retail flow)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
OR

Orderly (Risk team)

Connected by Daniel Ortega

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

Orderly (Treasury ops)

Connected by Clara Nowak

Personal • Active Not shared
OR

Orderly (Client accounts)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Orderly order traced back to someone.

The audit log records when, who and what happened on every Orderly call.

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

Orderly Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Orderly Orders Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Orderly 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

Orderly digests run themselves, a person approves.

A schedule fetches Orderly orders, groups them, drafts a digest, then waits for approval to post.

Orderly digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch orders

    Orderly

    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

    Orderly

    Queued

Collections and dashboards

Orderly numbers refresh, no one has to ask.

A scheduled dashboard tracks orders and positions across teams with no model in the loop.

Orderly health

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

Live

Orders

1,284 ↓ 12%

Positions

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Orders created

Last 14 days

By team

Share of activity

Prop desk 34%

Market making 27%

Retail flow 21%

Risk team 18%

FAQ

Frequently asked questions

How do I connect Orderly to Claude?

Two steps. In Elaichi, choose Orderly and paste in the API key you generate from your Orderly account; there is no OAuth application to register and no client ID or secret to create. Then in Claude open Customize, then Connectors, then Add, and paste the Elaichi endpoint https://api.elaichi.ai/mcp. Claude will ask you to sign in to Elaichi, and from then on it can work with your Orderly orders, margin, and transfers.

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

Yes. Once Orderly 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 Orderly once and every client your team uses picks it up.

What can an AI agent actually do with my Orderly account?

It can place, look up, update, and cancel Orderly orders, cancel everything open at once, check and change margin mode and position margin, move funds between Orderly accounts, and report daily volume and account statistics. It can also review API keys and their IP restrictions. Because Orderly exposes over a hundred actions, short specific asks such as "cancel all open orders on the BTC market" work better than long paragraphs.

Does connecting Orderly give the AI access to every account and every action?

No. Each person signs in to Elaichi as themselves, and the agent can only act within what that person's own Orderly API key already allows. Elaichi can narrow that further, for example limiting a desk to reading orders and volume, but it can never grant anything the key does not already have.

Can my team share one Orderly connection?

Yes. One person connects Orderly in Elaichi and shares the connection with a team, so nobody else ever handles the API key. Each teammate still signs in to Elaichi as themselves, so the audit log records exactly who placed, changed, or cancelled each Orderly order.

Can I stop an agent from placing or cancelling orders in Orderly?

Yes. Restrictions in Elaichi apply per action, so you can allow reading Orderly orders, positions, and volume while blocking order placement, cancellation, transfers, or key changes. A blocked action is never shown to Claude, ChatGPT, Cursor, or any other client, so no prompt can trigger it.

What happens to an Orderly connection when someone leaves?

Offboarding that person in Elaichi ends their access to Orderly immediately across every client they used. If the Orderly connection was shared with a team, it keeps working for everyone else. Disconnecting Orderly once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client at the same time.

Put Orderly in front of your team

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