MCP.so
ログイン

Bybit MCP Server

@andrefigueira93

Bybit MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

andrefigueira93

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "bybit_mcp_server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

9

Gets 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.

コメント

「その他」の他のコンテンツ