io.github.OrderlyNetwork/orderly-mcp
NPM · @ORDERLY.NETWORK/MCP-SERVER · SCANNED AUG 3
MCP Server for Orderly Network - Documentation and SDK patterns
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 27 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server
codex mcp add orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"orderlynetwork-orderly-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@orderly.network/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add orderlynetwork-orderly-mcp --command npx --arg -y --arg @orderly.network/mcp-server
mcp_servers:
orderlynetwork-orderly-mcp:
command: "npx"
args: ["-y", "@orderly.network/mcp-server"] {
"mcpServers": {
"orderlynetwork-orderly-mcp": {
"command": "npx",
"args": [
"-y",
"@orderly.network/mcp-server"
]
}
}
} 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.
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.
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.
explain_workflow ~53
Get step-by-step explanation of common Orderly development workflows
| Name | Type | Req | Description |
|---|---|---|---|
| workflow | string | yes | Workflow 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
| Name | Type | Req | Description |
|---|---|---|---|
| endpoint | string | — | Specific endpoint or stream name (e.g., '/v1/order', 'orderbook', 'position') |
| type | string | yes | API 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
| Name | Type | Req | Description |
|---|---|---|---|
| complexity | string | — | Guide complexity ('minimal', 'standard', 'advanced') |
| component | string | yes | Component 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
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | 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') |
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
| Name | Type | Req | Description |
|---|---|---|---|
| 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') |
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
| Name | Type | Req | Description |
|---|---|---|---|
| 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') |
No output schema declared.
No examples provided.
get_sdk_pattern ~69
Get code examples and patterns for Orderly SDK v2 hooks and utilities
| Name | Type | Req | Description |
|---|---|---|---|
| includeExample | boolean | — | Include full code example (default: true) |
| pattern | string | yes | Pattern 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
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of results to return (default: 5) |
| query | string | yes | Search query about Orderly Network (e.g., 'how does the vault work', 'trading fees', 'order types') |
No output schema declared.
No examples provided.