Orderly Network Mcp Server
Description
# Orderly Network MCP Server A Model Context Protocol (MCP) server providing documentation and SDK patterns for Orderly Network - an omnichain perpetual futures trading infrastructure. ## Quick Start Install the MCP server with one command for your AI client: ```bash npx…
About
# Orderly Network MCP Server A Model Context Protocol (MCP) server providing documentation and SDK patterns for Orderly Network - an omnichain perpetual futures trading infrastructure. ## Quick Start Install the MCP server with one command for your AI client: ```bash npx @orderly.network/mcp-server init --client…
Details
- Author
- OrderlyNetwork
- GitHub stars
- 9
- Downloads
- 159
- Categories
- Developer Tools
Jump to
- Documentation search for architecture, APIs, and concepts
- SDK code patterns for all v2 hooks and components
- Smart contract address lookup for all supported chains
- Step-by-step workflow guides for common development tasks
- React UI component guides for building trading interfaces
- REST and WebSocket API reference documentation
- Indexer API for trading metrics and rankings
- Orderly One API for DEX creation and management
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Orderly Network Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with one command: npx @orderly.network/mcp-server init --client <client>, supporting Claude, Cursor, VS Code, Codex, and OpenCode. Alternatively, manually configure your MCP client with the npx command, use the hosted server at https://mcp.orderly.network, or run from source in stdio or HTTP mode.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"orderly network mcp server": {
"orderly-mcp": {
"command": "npx",
"args": [
"@orderly.network/mcp-server",
"init",
"--client",
"<client>"
]
}
}
}
}
McpServers
{
"orderly-mcp": {
"command": "npx",
"args": [
"@orderly.network/mcp-server",
"init",
"--client",
"<client>"
]
}
}
Orderly Network MCP Server
A Model Context Protocol (MCP) server providing documentation and SDK patterns for Orderly Network - an omnichain perpetual futures trading infrastructure.
Quick Start
Install the MCP server with one command for your AI client:
npx @orderly.network/mcp-server init --client <client>
Supported clients: claude, cursor, vscode, codex, opencode
Examples
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





