Bybit MCP ServerServer

sammcj
GitHub
cryptocurrencyAPItrading

Loading subscription status...

💡 Description

Bybit's Model Context Protocol (MCP) server provides read-only access to the Bybit cryptocurrency trading API, enabling users to query real-time cryptocurrency data using natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "bybit": {
        "env": {
          "BYBIT_API_KEY": "your-api-key",
          "BYBIT_API_SECRET": "your-api-secret",
          "BYBIT_USE_TESTNET": "false"
        },
        "args": [
          "/path/to/bybit-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get_tickerget_orderbookget_klineget_market_infoget_tradesget_instrument_infoget_wallet_balanceget_positionsget_order_history

Features

  • Real-time cryptocurrency ticker information
  • Order book data retrieval
  • K-line/candlestick data access
  • Detailed market information retrieval
  • Recent trades access
  • Get wallet balance
  • Current positions retrieval
  • Order history retrieval

💬 Example Queries

  • What is the current spot price for USDT/BTC?
  • Get the recent trades for BTCUSDT.