Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| BYBIT_API_KEY | Yes | Your Bybit API key | |
| BYBIT_BASE_URL | No | Custom API base URL | |
| BYBIT_API_SECRET | Yes | Your Bybit API secret | |
| BYBIT_ENVIRONMENT | No | testnet or mainnet | testnet |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |