
Orderly Mcp
Let your agent read Orderly Network docs and SDK patterns while you integrate perp or DeFi trading APIs.
Overview
Orderly MCP is an MCP server for the Build phase that exposes Orderly Network documentation and SDK integration patterns to your agent.
What is this MCP server?
- MCP access to Orderly Network documentation from the coding session
- SDK pattern references to reduce guesswork on Orderly APIs
- npm package @orderly.network/mcp-server v1.1.1 with stdio transport
- Open-source orderly-mcp repo on GitHub for version tracking
- Package version 1.1.1 on npm as @orderly.network/mcp-server
- stdio MCP transport
- GitHub source: OrderlyNetwork/orderly-mcp
Community signal: 8 GitHub stars.
What problem does it solve?
Crypto and perp integrations break when agents hallucinate Orderly API shapes because docs are outside the editor context.
Who is it for?
Indie devs building trading UIs, bots, or SaaS backends on Orderly Network with MCP-enabled IDEs.
Skip if: Non-developers seeking investment advice or teams not using Orderly’s stack at all.
What do I get? / Deliverables
After install, your agent can cite Orderly docs and SDK patterns while you write integration code.
- In-editor Orderly documentation retrieval during coding
- SDK-aligned code suggestions for Orderly endpoints
- Faster integration spikes without leaving the agent session
Recommended MCP Servers
Journey fit
Orderly MCP sits in Build because its value is implementation-time documentation and SDK guidance, not distribution or ops monitoring. Integrations subphase matches a server whose purpose is wiring Orderly Network into your app or trading agent.
How it compares
Documentation-and-SDK MCP bridge, not an Orderly-hosted trading runtime or wallet.
Common Questions / FAQ
Who is io.github.OrderlyNetwork/orderly-mcp for?
Developers integrating Orderly Network who want docs and SDK patterns available inside Claude or other MCP clients.
When should I use io.github.OrderlyNetwork/orderly-mcp?
During Build-phase backend and integrations work while you implement Orderly API and SDK calls.
How do I add io.github.OrderlyNetwork/orderly-mcp to my agent?
Add @orderly.network/mcp-server from npm as a stdio MCP server in your client config, using the OrderlyNetwork/orderly-mcp registry entry.