MCP Server for Orderly Network - Documentation and SDK patterns
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Orderly MCP.
wallet-connectionConnect wallet and create Orderly key
place-first-orderComplete flow for placing first trade
deposit-fundsDeposit USDC/tokens to Orderly
set-tp-slSet Take Profit and Stop Loss
subaccount-managementCreate and manage subaccounts
EventsAccount events with pagination (`/events_v2`) - trades, settlements, liquidations, transactions
A Model Context Protocol (MCP) server providing documentation and SDK patterns for Orderly Network - an omnichain perpetual futures trading infrastructure.
Install the MCP server with one command for your AI client:
Supported clients: claude, cursor, vscode, codex, opencode
This command will:
@orderly.network/mcp-server as a dev dependencyAfter installation: Restart your AI client and try asking: "How do I connect to Orderly Network?"
This MCP server enables AI assistants to answer questions about Orderly Network and guide developers in building React components using the Orderly SDK v2.
Use the CLI to automatically configure your AI client:
Available clients:
| Client | Command | Config Location |
|---|---|---|
| Claude Code | --client claude | .mcp.json |
| Cursor | --client cursor | .cursor/mcp.json |
| VS Code | --client vscode | .vscode/mcp.json |
| Codex | --client codex | ~/.codex/config.toml |
| OpenCode | --client opencode | .opencode/mcp.json |
If you prefer to configure manually or the automatic setup doesn't work for your client:
A publicly hosted instance is available at https://mcp.orderly.network.
Health check:
Use in MCP client config (Streamable HTTP):
The MCP server supports two modes:
Use this for local AI assistants:
If not using the automatic installer, add this configuration to your AI client:
Claude Code (.mcp.json):
Cursor (.cursor/mcp.json):
VS Code (.vscode/mcp.json):
OpenCode (.opencode/mcp.json):
Codex (~/.codex/config.toml):
Run as an HTTP server for remote access:
The server will start on port 3000 (or PORT env var):
http://localhost:3000/http://localhost:3000/healthNote: A public instance is already deployed at
https://mcp.orderly.network- see Hosted Server above.
Docker Deployment:
The Docker image runs in stateless HTTP mode by default.
For development with auto-rebuild:
This project uses ESLint and Prettier for code quality:
search_orderly_docsSearch Orderly documentation for specific topics, concepts, or questions.
Parameters:
query (string, required): Search query about Orderlylimit (number, optional): Maximum results (default: 5)Example queries:
SDK symbols (hooks, types, components, functions) are now surfaced inline by
search_orderly_docsβ see SDK symbol search below.
get_contract_addressesGet smart contract addresses for Orderly on specific chains.
Parameters:
chain (string, required): Chain name (e.g., 'arbitrum', 'optimism', 'base')contractType (string, optional): Contract type or 'all' (default: 'all')network (string, optional): 'mainnet' or 'testnet' (default: 'mainnet')Supported chains:
explain_workflowGet step-by-step explanation of common development workflows.
Parameters:
workflow (string, required): Workflow nameAvailable workflows:
wallet-connection: Connect wallet and create Orderly keyplace-first-order: Complete flow for placing first tradedeposit-funds: Deposit USDC/tokens to Orderlyset-tp-sl: Set Take Profit and Stop Losssubaccount-management: Create and manage subaccountsget_api_infoGet information about Orderly REST API or WebSocket streams.
Parameters:
type (string, required): 'rest', 'websocket', or 'auth'endpoint (string, optional): Specific endpoint or stream nameget_indexer_api_infoGet information about Orderly Indexer API for trading metrics, account events, trades, and volume statistics (rankings endpoints available via endpoint search).
Parameters:
endpoint (string, optional): Specific endpoint path or name (e.g., '/events_v2', 'daily_volume', 'ranking/positions')category (string, optional): Filter by category (e.g., 'trading_metrics', 'events::events_api', 'trades::trades_api')Available categories:
/daily_volume, /daily_trading_fee, /daily_orderly_perp)/events_v2) - trades, settlements, liquidations, transactions/get_account_volume_statistic, /get_broker_volume_statistic)/trades)Rankings (no category; search by endpoint):
/ranking/positions, /ranking/realized_pnl, /ranking/trading_volume, /ranking/deposit, /ranking/withdraw)Example:
get_component_guideGet guidance on building React UI components using Orderly SDK.
Parameters:
component (string, required): Component typecomplexity (string, optional): 'minimal', 'standard', or 'advanced' (default: 'standard')Available components:
order-entry: Order placement formorderbook: Market depth displaypositions: Position management tablewallet-connector: Wallet connection UIget_orderly_one_api_infoGet information about Orderly One API for DEX creation, graduation, and management.
Parameters:
endpoint (string, optional): Specific endpoint path or name (e.g., '/dex', 'verify-tx', '/theme/modify')category (string, optional): Filter by category (e.g., 'auth', 'dex', 'graduation', 'theme', 'stats', 'leaderboard', 'admin')Available categories:
Example:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/orderly-mcp)<a href="https://allmcps.com/mcp/orderly-mcp"><img src="https://allmcps.com/api/badge/orderly-mcp?style=directory" alt="Orderly MCP on AllMCPs" /></a>