71
/ 100
13 days ago
glama

Bybit MCP Server

A comprehensive MCP server providing full access to Bybit's v5 API for real-time market data, trading operations, and account management. It enables AI assistants to execute trades, manage positions, and monitor wallet balances with built-in safety controls for both testnet and production environments.

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 2 credentials: BYBIT_API_KEY, BYBIT_API_SECRET
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.
🔐 secretBYBIT_API_KEYyour_api_key_here
🔐 secretBYBIT_API_SECRETyour_api_secret_here
configBYBIT_TESTNETAlways test on testnet first (=true) and understand the risks before enabling trading.
configBYBIT_TRADING_ENABLEDThis MCP server can execute REAL TRADING OPERATIONS on Bybit when =true.
// 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 4 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/bcusack-bybit-py-mcp-vmqqgo)](https://m8ven.ai/mcp/bcusack-bybit-py-mcp-vmqqgo)
commit: 599434171935627b6306da89d713048a46a32cd4
code hash: 20b7bf19052aa3a862255ffbd71e0babbd394ac42c4cf1ef8ac5a07bd3f000eb
verified: 6/17/2026, 12:12:09 PM
view raw JSON →