Orderly MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm. Last commit 16 Jul 2026.
MCP Server for Orderly Network - Documentation and SDK patterns
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add orderly-mcp -- npx -y @orderly.network/mcp-server
{
"mcpServers": {
"orderly-mcp": {
"args": [
"-y",
"@orderly.network/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.orderly-mcp]
command = "npx"
args = ["-y", "@orderly.network/mcp-server"]
{
"mcpServers": {
"orderly-mcp": {
"args": [
"-y",
"@orderly.network/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"orderly-mcp": {
"args": [
"-y",
"@orderly.network/mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.