bybit_mcp_server
If you are the rightful owner of bybit_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Bybit MCP Server connects Bybit's trading API with Machine Cognition Protocol (MCP) for AI-assisted cryptocurrency trading.
Bybit MCP Server acts as a bridge between Bybit's trading platform and AI systems using the Machine Cognition Protocol (MCP). It offers a suite of tools for market analysis, technical indicators calculation, and automated trading operations. The server provides real-time market data, advanced technical analysis, multi-timeframe analysis, automated trading capabilities, and risk management features. It supports Docker for easy deployment and requires Python 3.12+, Bybit API credentials, and a valid internet connection. The server can be installed locally using virtual environments or through Docker, and it provides various tools for market analysis and trading operations.
Features
- Real-time Market Data: Access current prices, market depth, and historical data.
- Advanced Technical Analysis: Calculate indicators like RSI, MACD, ATR, and more.
- Multi-timeframe Analysis: Analyze market trends across multiple timeframes.
- Automated Trading: Place, modify, and cancel orders programmatically.
- Risk Management: Position sizing recommendations based on volatility.
Tools
get_balance
Gets the current wallet balance.
get_ticker
Retrieves current price, volume, and other data for a symbol.
get_klines
Gets historical candlestick data for analysis.
analyze_market
Performs comprehensive technical analysis on a symbol.
analyze_multi_timeframe
Performs analysis across multiple timeframes.
place_order
Places buy/sell orders with optional take profit/stop loss.
cancel_order
Cancels an active order.
get_active_orders
Lists all active orders.
get_active_positions
Lists all open positions.