Enables AI assistants to interact with the Bybit cryptocurrency exchange via the V5 API, supporting market data, trading, and account management with both local and remote OAuth-authenticated connections.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.BYBIT_MODE— read Permission mode: read, trade, or fullBYBIT_TESTNET— "": "true"BYBIT_API_KEY— "": "your-api-key",BYBIT_API_SECRET— "": "your-api-secret",BYBIT_RECV_WINDOW— Request receive window in msBYBIT_MCP_TRANSPORT— stdio Set to streamable-http for remote modeBYBIT_MCP_HOST— 0.0.0.0 HTTP bind addressBYBIT_MCP_PORT— 8000 HTTP portBYBIT_MCP_ADMIN_USERNAME— admin Admin login usernameBYBIT_MCP_ISSUER_URL— e =https://your-server.example.com \BYBIT_MCP_ADMIN_PASSWORD— e =your-password \BYBIT_MCP_SECRET_KEY— e =$(python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())") \BYBIT_MCP_DB_PATH— ./bybit_mcp.db SQLite database file path[](https://m8ven.ai/mcp/workspace-bybit-mcp-server-gt7tb5)