Skip to main content
Glama
ethancod1ng

Bybit MCP Server

by ethancod1ng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug loggingfalse
BYBIT_API_KEYYesYour Bybit API key
BYBIT_BASE_URLNoCustom API base URL
BYBIT_API_SECRETYesYour Bybit API secret
BYBIT_ENVIRONMENTNotestnet or mainnettestnet

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_price

Get the current price for a trading symbol

get_orderbook

Get the order book depth for a trading symbol

get_klines

Get historical candlestick data for a trading symbol

get_24hr_ticker

Get 24-hour trading statistics for symbols

get_account_info

Get account information and balances

get_wallet_balance

Get wallet balance for a specific account type

get_open_orders

Get list of open/active orders

get_order_history

Get historical orders

place_order

Place a new order (⚠️ WARNING: Can use real funds on mainnet)

cancel_order

Cancel an existing order (⚠️ WARNING: Affects real orders on mainnet)

cancel_all_orders

Cancel all orders for a symbol or category (⚠️ WARNING: Affects real orders on mainnet)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ethancod1ng/bybit-mcp-server'

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