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.
「開発者ツール」の他のコンテンツ

Sentry
modelcontextprotocolModel Context Protocol Servers
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
コメント