bybit-mcp

bybit-mcp

Provides a set of MCP tools to interact with the Bybit cryptocurrency exchange API, enabling market data queries, account management, trading operations, and futures grid strategy analysis via natural language.

Category
Visit Server

README

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: pybit
    • Community 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.ts
  • watcher и scripts больше не размазывают абсолютные runtime path по нескольким файлам
  • snapshot active-orders больше не прибит к BTCUSDT; symbol берётся из fgridbot/detail
  • текущий operational baseline watcher: grid-risk-watcher.service + Hermes cron bybit-grid-risk-delivery
  • есть operator analytics scripts:
    • scripts/alert_stats.ts
    • scripts/risk_metrics_stats.ts
  • controlled redelivery workflow протестирован успешно (pause cron → rewind state → replay → restore → resume)

Текущие MCP tools:

  • bybit_server_time
  • bybit_instruments_info
  • bybit_kline
  • bybit_wallet_balance
  • bybit_positions
  • bybit_closed_pnl
  • bybit_order_history
  • bybit_active_orders
  • bybit_execution_history
  • bybit_strategy_list
  • bybit_strategy_order_list
  • bybit_trade_stats
  • bybit_futures_grid_detail
  • bybit_futures_grid_analysis
  • bybit_futures_grid_validate
  • bybit_futures_grid_close
  • bybit_place_order
  • bybit_cancel_order
  • bybit_amend_order

Безопасность write-операций:

  • приватные write tools требуют BYBIT_API_KEY и BYBIT_API_SECRET
  • mainnet 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-mcp

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured