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.
In Elaichi
Connect Orderly once
-
Open Connections, choose Add connection, and pick Orderly.
-
Optionally set Share with to give a team access, then press Connect.
-
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.
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
Open Customize, then Connectors.
-
2
Press Add.
-
3
Name it, paste the MCP server URL, then Continue.
https://api.elaichi.ai/mcp -
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
Open Plugins, then press the + button.
-
2
Name it and paste the endpoint into Server URL.
https://api.elaichi.ai/mcp -
3
Leave Authentication on OAuth, then tick the risk acknowledgement.
-
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
Open
~/.cursor/mcp.json. -
2
Add the endpoint under
mcpServers.https://api.elaichi.ai/mcp -
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
Add the endpoint as a remote MCP server.
https://api.elaichi.ai/mcp -
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.”
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.
No tools match your search.
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.
Copy the endpoint
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
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
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
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
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
-
✓
Schedule
Every weekday at 08:00
0.2s -
✓
Fetch orders
Orderly
1.4s -
✓
Group by owner
Transform
0.1s -
✓
Draft the digest
Agent step
Ran with 4 tools, returned a structured summary
6.2s -
Approve the digest
Needs approval
Assigned to Michael Brennan
Approve Deny -
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
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%
Related connectors
More from the catalog
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 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.