Odel
Spot Advanced Swap Orders

Spot Advanced Swap Orders

Local
@orbs-network2SolidityMITUpdated 1w ago

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).

npm@orbs-network/spotv2.3.2

Run

npx -y @orbs-network/spot

MCP client config

{
  "mcpServers": {
    "spot-advanced-swap-orders": {
      "command": "npx",
      "args": [
        "-y",
        "@orbs-network/spot"
      ]
    }
  }
}