Spot Advanced Swap Orders for Cursor
io.github.orbs-network/spot
Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders.
client:Cursor
transport:stdio
runtime:npm
Install Spot Advanced Swap Orders in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs