MCP Server for Orderly Network - Documentation and SDK patterns
Orderly MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP Server for Orderly Network - Documentation and SDK patterns.
A Model Context Protocol (MCP) server providing documentation and SDK patterns for Orderly Network - an omnichain perpetual futures trading infrastructure.
Once Orderly is connected, these are the calls the assistant has available:
Events — Account events with pagination (/events_v2) - trades, settlements, liquidations, transactionsRankings — Positions, PnL, trading volume, deposits/withdrawals (/ranking/positions, /ranking/realized_pnl, /ranking/trading_volume, /ranking/depositauth — Wallet signature-based authentication (nonce, verify, validate)dex — DEX management - create, update, delete, deploy, and manage exchangesgraduation — Graduation system - upgrade from demo to full broker with fee splitstheme — AI-powered theme generation and CSS customizationstats — Platform-wide statistics and analyticsleaderboard — DEX rankings, performance metrics, and leaderboardsadmin — Administrative operations for platform managementExamples — The Examples tool exposed by this serverFeatures — The Features tool exposed by this serverPrerequisites — The Prerequisites tool exposed by this serverBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: NEAR_AI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Orderly's toolset — Events, Rankings, auth and 10 more — is a fair guide to whether it matches your workflow. It is maintained by OrderlyNetwork; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Events | Account events with pagination (/events_v2) - trades, settlements, liquidations, transactions |
| Rankings | Positions, PnL, trading volume, deposits/withdrawals (/ranking/positions, /ranking/realized_pnl, /ranking/trading_volume, /ranking/deposit, /ranking/withdraw) |
| auth | Wallet signature-based authentication (nonce, verify, validate) |
| dex | DEX management - create, update, delete, deploy, and manage exchanges |
| graduation | Graduation system - upgrade from demo to full broker with fee splits |
| theme | AI-powered theme generation and CSS customization |
| stats | Platform-wide statistics and analytics |
| leaderboard | DEX rankings, performance metrics, and leaderboards |
| admin | Administrative operations for platform management |
| Examples | The Examples tool exposed by this server. |
| Features | The Features tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Development | The Development tool exposed by this server. |
**Cursor** (`.cursor/mcp.json`):
```json
{
"mcpServers": {
"orderly": {
"command": "npx",
"args": ["@orderly.network/mcp-server@latest"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| NEAR_AI_API_KEY | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.