Orderly Network Mcp Server
@OrderlyNetwork
About Orderly Network Mcp Server
No overview available yet
Basic information
Category
Developer Tools
License
MIT
Runtime
node
Transports
stdio
Publisher
OrderlyNetwork
Submitted by
Mario Reder
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"orderly-mcp": {
"command": "npx",
"args": [
"@orderly.network/mcp-server",
"init",
"--client",
"<client>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Orderly Network MCP Server?
A Model Context Protocol (MCP) server that provides documentation and SDK patterns for Orderly Network, an omnichain perpetual futures trading infrastructure. It enables AI assistants to answer questions about Orderly Network and guide developers in building React components using the Orderly SDK v2.
How to use Orderly Network MCP Server?
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.
Key features of Orderly Network MCP Server
- 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
Use cases of Orderly Network MCP Server
- Search Orderly documentation to understand vault architecture or trading fees
- Get code examples for using
useOrderEntryorusePositionStreamhooks - Look up smart contract addresses for Arbitrum, Optimism, or Base
- Get step-by-step guidance for wallet connection or placing first trade
- Retrieve Indexer API endpoints for account events or volume statistics
FAQ from Orderly Network MCP Server
What does Orderly Network MCP Server provide?
It provides documentation search, SDK code patterns, contract addresses, workflow guides, component guides, API references, Indexer API info, and Orderly One API info — all for Orderly Network.
What are the runtime requirements?
Node.js 18 or higher is required when running from source. The hosted server requires no local setup.
How do I configure it for my AI client?
Use the automatic init command (npx @orderly.network/mcp-server init --client <client>) or manually add the configuration to your client’s MCP settings file (e.g., .mcp.json for Claude Code).
Where is the hosted server available?
A publicly hosted instance is at https://mcp.orderly.network. Use the health check endpoint at https://mcp.orderly.network/health.
What transport modes are supported?
Two modes: Stdio mode (default for local MCP clients) and HTTP mode (for self-hosted deployments). The Docker image runs in stateless HTTP mode by default.
More Developer Tools MCP servers
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers

Sentry
modelcontextprotocolModel Context Protocol Servers
Comments