bybit-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bybit-mcpWhat's my wallet balance?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bybit-mcp
Отдельный проект под Bybit API и MCP server.
Что зафиксировано по официальной документации Bybit:
Базовая документация: https://bybit-exchange.github.io/docs/v5/intro
Integration/Auth guide: https://bybit-exchange.github.io/docs/v5/guide
В docs прямо указаны SDK:
Official Python SDK:
pybitCommunity Node.js SDK:
bybit-api
Для bot-layer отдельно подтвержден endpoint Futures Grid detail:
POST /v5/fgridbot/detail
Почему так:
Для Hermes/MCP stdio интеграции Node-стек быстрее поднимается и проще тестируется локально.
bybit-apiпокрывает стандартный V5 REST, а bot-layer добран прямым signed POST по официальной docs.
Что дополнительно зафиксировано по runtime watcher:
пути runtime/env централизованы в
src/paths.tswatcher и scripts больше не размазывают абсолютные runtime path по нескольким файлам
snapshot active-orders больше не прибит к
BTCUSDT; symbol берётся изfgridbot/detailтекущий operational baseline watcher:
grid-risk-watcher.service+ Hermes cronbybit-grid-risk-deliveryесть operator analytics scripts:
scripts/alert_stats.tsscripts/risk_metrics_stats.ts
controlled redelivery workflow протестирован успешно (pause cron → rewind state → replay → restore → resume)
Текущие MCP tools:
bybit_server_timebybit_instruments_infobybit_klinebybit_wallet_balancebybit_positionsbybit_closed_pnlbybit_order_historybybit_active_ordersbybit_execution_historybybit_strategy_listbybit_strategy_order_listbybit_trade_statsbybit_futures_grid_detailbybit_futures_grid_analysisbybit_futures_grid_validatebybit_futures_grid_closebybit_place_orderbybit_cancel_orderbybit_amend_order
Безопасность write-операций:
приватные write tools требуют
BYBIT_API_KEYиBYBIT_API_SECRETmainnet write-операции дополнительно требуют
BYBIT_WRITE_CONFIRMED=1для testnet достаточно
BYBIT_ENV=testnet
Запуск:
cd /home/peakviker/bybit-mcp
npm install
npm run build
node dist/index.jsЧерез wrapper:
/home/peakviker/bybit-mcp/run-mcp.shДля Hermes как MCP server:
hermes mcp add bybit-mcp --command /home/peakviker/bybit-mcp/run-mcp.sh
hermes mcp test bybit-mcpMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Peakviker/bybit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server