MCP Servers / cloud-service / MCP Bybit API Interface

MCP Bybit API Interface

JSON →
httpnone7cloud-service

An interface for interacting with the Bybit cryptocurrency exchange API.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mcp-bybit-api-interface
Tools
What this server exposes
get_orderbook
Fetches order book information.
get_kline
Fetches K-line (candlestick) data.
get_tickers
Fetches cryptocurrency ticker information.
get_wallet_balance
Fetches account balance.
get_positions
Fetches position information.
place_order
Places a limit or market order.
cancel_order
Cancels an existing order.
get_order_history
Fetches historical order details.
get_open_orders
Fetches current open orders.
set_trading_stop
Sets take profit, stop loss, or trailing stop for a position.
set_margin_mode
Sets the margin mode (isolated or cross).
get_api_key_information
Fetches information about the current API key.
get_instruments_info
Fetches details about trading instruments (symbols).
Configuration
Environment & auth
authnone
envACCESS_KEY
envSECRET_KEY
envBYBIT_API_KEY
envBYBIT_API_SECRET
envYOUR_BYBIT_API_KEY
envYOUR_BYBIT_SECRET_KEY
Resources
MCP Bybit API Interface — MCP Server · libregistry