Skip to main content
Glama

Bybit MCP Server

by sammcj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_instrument_info

Get detailed instrument information for a specific trading pair

get_kline

Get kline/candlestick data for a trading pair. Supports optional reference ID for data verification.

get_ml_rsi

Get ML-enhanced RSI using K-Nearest Neighbors algorithm for pattern recognition. Provides adaptive overbought/oversold levels and enhanced RSI values based on historical pattern similarity.

get_market_info

Get detailed market information for trading pairs

get_market_structure

Advanced market structure analysis combining ML-RSI, order blocks, and liquidity zones. Provides comprehensive market regime detection and trading recommendations.

get_order_blocks

Detect institutional order accumulation zones based on volume analysis. Identifies bullish and bearish order blocks using volume peaks and tracks their mitigation status.

get_order_history

Get order history for the authenticated user

get_orderbook

Get orderbook (market depth) data for a trading pair

get_positions

Get positions information for the authenticated user

get_ticker

Get real-time ticker information for a trading pair. Supports optional reference ID for data verification.

get_trades

Get recent trades for a trading pair

get_wallet_balance

Get wallet balance information for the authenticated user

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

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