bybit-mcp-server
by workspace
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BYBIT_MODE | No | Permission mode: read, trade, or full | read |
| BYBIT_API_KEY | No | API key from Bybit (required for local mode) | |
| BYBIT_TESTNET | No | Use testnet (true) or mainnet (false) | true |
| BYBIT_MCP_HOST | No | HTTP bind address | 0.0.0.0 |
| BYBIT_MCP_PORT | No | HTTP port | 8000 |
| BYBIT_API_SECRET | No | API secret from Bybit (required for local mode) | |
| BYBIT_MCP_DB_PATH | No | SQLite database file path | ./bybit_mcp.db |
| BYBIT_RECV_WINDOW | No | Request receive window in ms | |
| BYBIT_MCP_TRANSPORT | No | Set to 'streamable-http' for remote mode | stdio |
| BYBIT_MCP_ISSUER_URL | No | Public URL with scheme, e.g. https://bybit.example.com (required for remote mode) | |
| BYBIT_MCP_SECRET_KEY | No | Fernet key for encrypting API keys at rest (required for remote mode) | |
| BYBIT_MCP_ADMIN_PASSWORD | No | Admin login password (required for remote mode) | |
| BYBIT_MCP_ADMIN_USERNAME | No | Admin login username | admin |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/workspace/bybit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server