Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.OrderlyNetwork/orderly-mcp

NPM · @ORDERLY.NETWORK/MCP-SERVER · SCANNED AUG 3

MCP Server for Orderly Network - Documentation and SDK patterns

+18 this week 71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (151 of 153), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (151 of 153), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 744 tokens (~46/item across 16 items; 8 tools + 8 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @orderly.network/mcp-server

# add to Claude Code
claude mcp add orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server
# add to Codex CLI
codex mcp add orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "orderlynetwork-orderly-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@orderly.network/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add orderlynetwork-orderly-mcp --command npx --arg -y --arg @orderly.network/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  orderlynetwork-orderly-mcp:
    command: "npx"
    args: ["-y", "@orderly.network/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "orderlynetwork-orderly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@orderly.network/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +65
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Schema quality: unverified → good functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −21
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
  • 31 Jul 26 −9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +11
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
  • 28 Jul 26 −29
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 27 Jul 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@orderly.network/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 151 packages

151 packages in the resolved dependency tree · 151 deprecated · 50 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 8 exposed · ~622 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
explain_workflow ~53

Get step-by-step explanation of common Orderly development workflows

NameTypeReqDescription
workflowstringyesWorkflow name (e.g., 'wallet-connection', 'place-first-order', 'deposit-withdraw', 'subaccount-management')

No output schema declared.

No examples provided.

get_api_info ~68

Get information about Orderly REST API endpoints or WebSocket streams

NameTypeReqDescription
endpointstringSpecific endpoint or stream name (e.g., '/v1/order', 'orderbook', 'position')
typestringyesAPI type ('rest', 'websocket', or 'auth')

No output schema declared.

No examples provided.

get_component_guide ~67

Get guidance on building React UI components using Orderly SDK

NameTypeReqDescription
complexitystringGuide complexity ('minimal', 'standard', 'advanced')
componentstringyesComponent type (e.g., 'order-entry', 'orderbook', 'positions', 'wallet-connector')

No output schema declared.

No examples provided.

get_contract_addresses ~100

Get smart contract addresses for Orderly on specific chains

NameTypeReqDescription
chainstringyesChain name (e.g., 'arbitrum', 'optimism', 'base', 'ethereum', 'solana')
contractTypestringContract type (e.g., 'vault', 'usdc', 'usdt') or 'all' for all contracts
networkstringNetwork type ('mainnet' or 'testnet')

No output schema declared.

No examples provided.

get_indexer_api_info ~98

Get information about Orderly Indexer API for trading metrics, account events, volume statistics, and rankings

NameTypeReqDescription
categorystringFilter by category (e.g., 'trading_metrics', 'events', 'ranking') - use instead of endpoint to see all endpoints in a category
endpointstringSpecific endpoint path or name (e.g., '/events_v2', 'daily_volume', 'ranking/positions')

No output schema declared.

No examples provided.

get_orderly_one_api_info ~93

Get information about Orderly One API for DEX creation, graduation, and management

NameTypeReqDescription
categorystringFilter by category (e.g., 'auth', 'dex', 'graduation', 'theme', 'stats', 'leaderboard', 'admin')
endpointstringSpecific endpoint path or name (e.g., '/dex', 'verify-tx', '/theme/modify')

No output schema declared.

No examples provided.

get_sdk_pattern ~69

Get code examples and patterns for Orderly SDK v2 hooks and utilities

NameTypeReqDescription
includeExamplebooleanInclude full code example (default: true)
patternstringyesPattern or hook name (e.g., 'useOrderEntry', 'usePositionStream', 'wallet-connection')

No output schema declared.

No examples provided.

search_orderly_docs ~74

Search Orderly Network documentation for specific topics, concepts, or questions

NameTypeReqDescription
limitnumberMaximum number of results to return (default: 5)
querystringyesSearch query about Orderly Network (e.g., 'how does the vault work', 'trading fees', 'order types')

No output schema declared.

No examples provided.