Orderly Network Mcp Server
@OrderlyNetwork
关于 Orderly Network Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"orderly-mcp": {
"command": "npx",
"args": [
"@orderly.network/mcp-server",
"init",
"--client",
"<client>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
评论