Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @orbs-network/spot
MCP client config
{
"mcpServers": {
"spot-advanced-swap-orders": {
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}