Spot Advanced Swap Orders for VS Code
io.github.orbs-network/spot
Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders.
client:VS Code
transport:stdio
runtime:npm
Install Spot Advanced Swap Orders in VS Code
.vscode/mcp.json
{
"servers": {
"spot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs