# io.github.OrderlyNetwork/orderly-mcp (npm · @orderly.network/mcp-server)

MCP Server for Orderly Network - Documentation and SDK patterns

- Trust score: 71/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@orderly.network/mcp-server`: 71/100 (this document), [markdown](https://verifymcp.io/servers/orderlynetwork-orderly-mcp/orderly-network-mcp-server.md), [page](https://verifymcp.io/servers/orderlynetwork-orderly-mcp/orderly-network-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@orderly.network/mcp-server`
- Version: `1.1.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (151 of 153), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (151 of 153), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 27 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 744 tokens (~46/item across 16 items; 8 tools + 8 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add orderlynetwork-orderly-mcp --command npx --arg -y --arg @orderly.network/mcp-server
```

### Hermes

```yaml
mcp_servers:
  orderlynetwork-orderly-mcp:
    command: "npx"
    args: ["-y", "@orderly.network/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "orderlynetwork-orderly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@orderly.network/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +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.

### 2026-08-02 (score 70, +65)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 5, −21)

- [functional regression] Schema quality: 100 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified

### 2026-07-31 (score 26, −9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 35, +11)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100

### 2026-07-28 (score 24, −29)

- [functional regression] Schema quality: 100 → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (8)

### `search_orderly_docs` (~74 tokens)

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

Input parameters:

- `limit` (number): Maximum number of results to return (default: 5)
- `query` (string, required): Search query about Orderly Network (e.g., 'how does the vault work', 'trading fees', 'order types')

### `get_sdk_pattern` (~69 tokens)

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

Input parameters:

- `includeExample` (boolean): Include full code example (default: true)
- `pattern` (string, required): Pattern or hook name (e.g., 'useOrderEntry', 'usePositionStream', 'wallet-connection')

### `get_contract_addresses` (~100 tokens)

Get smart contract addresses for Orderly on specific chains

Input parameters:

- `chain` (string, required): Chain name (e.g., 'arbitrum', 'optimism', 'base', 'ethereum', 'solana')
- `contractType` (string): Contract type (e.g., 'vault', 'usdc', 'usdt') or 'all' for all contracts
- `network` (string): Network type ('mainnet' or 'testnet')

### `explain_workflow` (~53 tokens)

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

Input parameters:

- `workflow` (string, required): Workflow name (e.g., 'wallet-connection', 'place-first-order', 'deposit-withdraw', 'subaccount-management')

### `get_api_info` (~68 tokens)

Get information about Orderly REST API endpoints or WebSocket streams

Input parameters:

- `endpoint` (string): Specific endpoint or stream name (e.g., '/v1/order', 'orderbook', 'position')
- `type` (string, required): API type ('rest', 'websocket', or 'auth')

### `get_indexer_api_info` (~98 tokens)

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

Input parameters:

- `category` (string): Filter by category (e.g., 'trading_metrics', 'events', 'ranking') - use instead of endpoint to see all endpoints in a category
- `endpoint` (string): Specific endpoint path or name (e.g., '/events_v2', 'daily_volume', 'ranking/positions')

### `get_component_guide` (~67 tokens)

Get guidance on building React UI components using Orderly SDK

Input parameters:

- `complexity` (string): Guide complexity ('minimal', 'standard', 'advanced')
- `component` (string, required): Component type (e.g., 'order-entry', 'orderbook', 'positions', 'wallet-connector')

### `get_orderly_one_api_info` (~93 tokens)

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

Input parameters:

- `category` (string): Filter by category (e.g., 'auth', 'dex', 'graduation', 'theme', 'stats', 'leaderboard', 'admin')
- `endpoint` (string): Specific endpoint path or name (e.g., '/dex', 'verify-tx', '/theme/modify')

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/orderlynetwork-orderly-mcp/orderly-network-mcp-server#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 5
- 2026-07-31: 26
- 2026-07-30: 35
- 2026-07-28: 24
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/@orderly.network/mcp-server
- Socket report: https://socket.dev/npm/package/@orderly.network/mcp-server
- Repository: https://github.com/OrderlyNetwork/orderly-mcp
- Changelog RSS feed: https://verifymcp.io/servers/orderlynetwork-orderly-mcp/orderly-network-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/orderlynetwork-orderly-mcp/orderly-network-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/orderlynetwork-orderly-mcp/orderly-network-mcp-server
