MCP.so
Sign In

Bybit MCP Server

@andrefigueira93

About Bybit MCP Server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

andrefigueira93

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

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

Overview

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.

Comments

More Other MCP servers