bybit-mcp
9
The Bybit MCP Server is a Model Context Protocol that allows read-only access to the Bybit cryptocurrency exchange API. It offers various trading tools such as real-time ticker and order book information, market data, and wallet management. The server is designed with a focus on security and alpha-quality reliability.
Bybit MCP Server
A Model Context Protocol (MCP) server that provides read-only access to Bybit's cryptocurrency exchange API. This is alpha quality software - use at your own risk!
Features
- Real-time ticker information
- Orderbook (market depth) data
- Kline/candlestick data
- Detailed market and instrument information
- Recent trades and order history
- Wallet balance and positions
- Machine learning-based RSI for trading pairs
- Institutional order detection
Requirements & Installation
- Node.js (v22+)
- pnpm
- Requires Bybit API credentials
See detailed setup instructions in the documentation.
Configuration
Set environment variables for Bybit API key and secret, and optional testnet and debug options.
Running the Server
- Use pnpm to install, build, and start the server
- Provides STDIO and HTTP/SSE transport options
Client Integration
Includes a TypeScript client for interacting with Pathama LLMs and bybit-mcp server.