Orderly Network Mcp Server

by OrderlyNetwork

9 stars
159 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Orderly Network Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.