Spot Advanced Swap Orders for Grok
io.github.orbs-network/spot
Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders.
client:Grok
transport:stdio
runtime:npm
Install Spot Advanced Swap Orders in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs