67
/ 100
7 days ago
glama

bybit-mcp-server

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: BYBIT_API_KEY, BYBIT_API_SECRET, BYBIT_MCP_ADMIN_PASSWORD, BYBIT_MCP_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBYBIT_MODEread Permission mode: read, trade, or full
configBYBIT_TESTNET"": "true"
🔐 secretBYBIT_API_KEY"": "your-api-key",
🔐 secretBYBIT_API_SECRET"": "your-api-secret",
configBYBIT_RECV_WINDOWRequest receive window in ms
configBYBIT_MCP_TRANSPORTstdio Set to streamable-http for remote mode
configBYBIT_MCP_HOST0.0.0.0 HTTP bind address
configBYBIT_MCP_PORT8000 HTTP port
configBYBIT_MCP_ADMIN_USERNAMEadmin Admin login username
configBYBIT_MCP_ISSUER_URLe =https://your-server.example.com \
🔐 secretBYBIT_MCP_ADMIN_PASSWORDe =your-password \
🔐 secretBYBIT_MCP_SECRET_KEYe =$(python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())") \
configBYBIT_MCP_DB_PATH./bybit_mcp.db SQLite database file path
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/workspace-bybit-mcp-server-gt7tb5)](https://m8ven.ai/mcp/workspace-bybit-mcp-server-gt7tb5)
commit: fc7d806d15f985d7f712ce57b4d06488b150736b
code hash: c8d73a149b8f4cca4654ba9fa5748a563902b5243164ed49747605928c56a25b
verified: 6/17/2026, 11:34:25 AM
view raw JSON →