Overview
Features
Bybit V5 API integration
Implements Bybit's V5 API endpoints to enable MCP-based interactions with market data, accounts, and trading.
Market Data Endpoints
Supports get_price, get_orderbook, get_klines, and get_24hr_ticker for real-time and historical market information.
Account Management Endpoints
Supports get_account_info, get_wallet_balance, get_open_orders, and get_order_history to monitor and review holdings.
Trading Endpoints
Supports place_order, cancel_order, and cancel_all_orders to execute and manage trades.
Environment Support
Operates in testnet or mainnet environments via BYBIT_ENVIRONMENT, enabling safe testing or real-fund trading.
Environment Variable Configuration
Configured through environment variables in integration configs (BYBIT_API_KEY, BYBIT_API_SECRET, BYBIT_ENVIRONMENT) for Claude Code and Cursor.
Security Best Practices
API keys are redacted in errors; IP restrictions are recommended to enhance security.
Documentation & References
Provides links to Bybit V5 API docs and related resources for developers.
Who Is This For?
- AI developers:Build MCP-enabled assistants that query Bybit data and place trades.
- Trading tool integrators:Connect Claude Code or Cursor to perform data queries and trading actions via MCP.
- Automation engineers:Develop automated strategies using MCP to fetch market data and execute orders on Bybit.




