Bybit MCP Server
@andrefigueira93
关于 Bybit MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bybit_mcp_server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
9Gets the current wallet balance
Retrieves current price, volume and other data for a symbol
Gets historical candlestick data for analysis
Performs comprehensive technical analysis on a symbol
Performs analysis across multiple timeframes
Places buy/sell orders with optional take profit/stop loss
Cancels an active order
Lists all active orders
Lists all open positions
概览
What is Bybit MCP Server?
Bybit MCP Server bridges Bybit’s trading platform with AI systems using the Machine Cognition Protocol (MCP). It provides tools for real‑time market data, technical analysis, and automated trading operations, enabling AI‑assisted cryptocurrency trading.
How to use Bybit MCP Server?
Install locally with uv pip install -e . after cloning the repository, or use Docker with docker-compose up -d. Set your Bybit API credentials in a .env file (with BYBIT_TESTNET for testnet). Start the server with mcp run main.py -t sse; it listens on port 8000 (port 80 when using Docker).
Key features of Bybit MCP Server
- Real-time market data (price, depth, historical data)
- Advanced technical indicators (RSI, MACD, ATR, etc.)
- Multi-timeframe market analysis
- Automated order placement, modification, and cancellation
- Volatility‑based position sizing recommendations
- Support and resistance level detection
Use cases of Bybit MCP Server
- Perform comprehensive technical analysis on any Bybit symbol
- Execute automated trading strategies via MCP‑compatible clients
- Analyze market trends across multiple timeframes simultaneously
- Manage active orders and positions programmatically
- Detect key price levels for improved entry and exit points
FAQ from Bybit MCP Server
What are the software requirements?
Python 3.12 or higher and a valid Bybit API key/secret pair. An internet connection is also required.
How do I run the server using Docker?
Clone the repo, create a .env file with your API credentials, then run docker-compose build and docker-compose up -d. The server is exposed on port 80.
Does it support the Bybit testnet?
Yes. Set BYBIT_TESTNET=True in your .env file to use the testnet; set it to False for the production mainnet.
What trading tools are available?
Tools include get_balance, get_ticker, get_klines, analyze_market, analyze_multi_timeframe, place_order, cancel_order, get_active_orders, and get_active_positions.
Is the server secure for production trading?
The README includes a disclaimer that the software is for educational purposes only. Users should assess their own risk; the server requires API credentials and can operate on the mainnet.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论