xRocket spot · MCP
Give your agent
a limit. It trades.
Set one daily value limit. Add your API key locally. Give the agent a strategy.
Orders run automatically inside the limit. Transfers and withdrawals do not.
One limit.
One local config.
No symbol list is required. The agent can trade any available spot pair inside the daily value limit you set.
All agent orders together cannot exceed this value per UTC day.
npx -y xrocket-mcp@0.6.0 trading-config --limit 100 --asset USD
Run locally. The command prints the MCP config with a token placeholder and your limit.
-
01
Get the key
Sign in to xRocket. Open Menu → Settings → Exchange settings → API token.
Open xRocket ↗ -
02
Add it locally
Run the generated command, paste its JSON into your MCP client, and replace the placeholder on your machine.
-
03
Give it a strategy
Tell your agent what to trade and when. Orders inside the limit execute without asking again.
API keys stay local. This website and the hosted MCP endpoint never receive account credentials.
The agent gets execution.
Not the keys to everything.
Market data.
No account needed.
Connect the hosted endpoint for prices, books, trades, candles, fees, and market rules. It cannot access an account or trade.
https://xrocket-mcp-production.up.railway.app/mcp
Generic client JSON
{
"mcpServers": {
"xrocket": {
"url": "https://xrocket-mcp-production.up.railway.app/mcp"
}
}
}
YOUR STRATEGY.
YOUR LIMIT.