Skip to main content
Glama

Bybit MCP Server

set_trading_stop

Configure take profit, stop loss, and trailing stop orders for cryptocurrency trades on Bybit. Manage risk by specifying category, symbol, and position index to automate trade exits.

Instructions

Set trading stop

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory (spot, linear, inverse, etc.)
positionIdxNoPosition index
stopLossNoStop loss price
symbolYesSymbol (e.g., BTCUSDT)
takeProfitNoTake profit price
trailingStopNoTrailing stop

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category (spot, linear, inverse, etc.)", "type": "string" }, "positionIdx": { "description": "Position index", "type": "number" }, "stopLoss": { "description": "Stop loss price", "type": "string" }, "symbol": { "description": "Symbol (e.g., BTCUSDT)", "type": "string" }, "takeProfit": { "description": "Take profit price", "type": "string" }, "trailingStop": { "description": "Trailing stop", "type": "string" } }, "required": [ "category", "symbol" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kondisettyravi/mcp-bybit-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server