Bybit AI Trader

Bybit AI Trader

AI trading assistant for Bybit cryptocurrency exchange that analyzes markets in real-time, identifies trading opportunities, and executes trades with user confirmation through Cursor IDE integration.

Category
Visit Server

README

🤖 AI Trading Agent для Bybit

Интерактивный AI трейдинг-ассистент, работающий прямо в Cursor IDE через MCP Server.

🎯 Что это?

Это НЕ автономный торговый бот. Это AI-ассистент трейдера который:

  • 📊 Анализирует крипторынок в реальном времени
  • 🎯 Находит точки входа с вероятностью >70%
  • 💡 Объясняет досконально каждое решение
  • ⚡ Открывает позиции после вашего подтверждения
  • 📡 Мониторит позиции 24/7 и закрывает в нужный момент
  • 🛡️ Стремится к нулевому риску

🏗️ Архитектура

Пользователь в Cursor
        ↓
    AI Агент (Claude)
        ↓
   ┌────┴────┐
   ↓         ↓
База знаний  MCP Server
             ↓
        Bybit API

🚀 Быстрый старт

1. Установка Python зависимостей

cd /Users/Gyber/GYBERNATY-ECOSYSTEM/TRADER-AGENT
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

2. Настройка credentials

Credentials уже настроены в config/credentials.json (защищены .gitignore)

⚠️ ВАЖНО: API keys НЕ коммитятся в git!

3. Dual MCP Server Setup

Система использует 2 MCP сервера для полной функциональности:

bybit-analysis (Node.js):

  • Market data, ML-RSI, advanced analysis
  • 12 tools

bybit-trading (Python):

  • Trading operations, monitoring, auto-actions
  • 19 tools

TOTAL: 31 tools

4. Настройка в Cursor

Добавьте ОБА сервера в Cursor MCP settings:

{
  "mcpServers": {
    "bybit-analysis": {
      "command": "node",
      "args": ["/Users/Gyber/GYBERNATY-ECOSYSTEM/TRADER-AGENT/bybit-mcp/build/index.js"],
      "env": {
        "BYBIT_API_KEY": "V84NJog5v9bM5k6fRn",
        "BYBIT_API_SECRET": "RYZ1JeyGsWhtjigF01rKDYzq3lRbvlxvU89L",
        "BYBIT_TESTNET": "false",
        "DEBUG": "false"
      }
    },
    "bybit-trading": {
      "command": "python",
      "args": ["/Users/Gyber/GYBERNATY-ECOSYSTEM/TRADER-AGENT/mcp_server/full_server.py"],
      "env": {
        "PYTHONPATH": "/Users/Gyber/GYBERNATY-ECOSYSTEM/TRADER-AGENT/mcp_server"
      }
    }
  }
}

Подробнее: См. DUAL_MCP_SETUP.md

📖 Документация

🎬 Пример использования

ТЫ: "Проведи исследование рынка и найди актуальные точки входа"

АГЕНТ: [Анализирует рынок через MCP]
       📊 Найдено 3 возможности с вероятностью >70%
       [Детальное объяснение каждой]
       
ТЫ: "Открывай первую позицию"

АГЕНТ: [Открывает позицию и начинает мониторинг]
       ✅ Позиция открыта: ETH/USDT Long
       📡 Мониторинг активирован

⚠️ Дисклеймер

Это экспериментальный проект для образовательных целей. Торговля криптовалютами несёт риски. Всегда проводите собственное исследование и никогда не инвестируйте больше, чем можете позволить себе потерять.

📊 Статус проекта

  • [x] Структура проекта ✅
  • [x] MCP Servers (2 сервера, 31 tool) ✅
  • [x] База знаний (8 документов, 7,396 строк) ✅
  • [x] System Prompts (4 протокола) ✅
  • [x] Тестирование (core functions tested) ✅
  • [x] Dual MCP integration ✅
  • [x] Trading operations ✅
  • [x] Real-time monitoring ✅
  • [x] Auto-actions ✅

Status: 100% Complete - Ready for Production 🎉

📝 Лицензия

MIT License - используйте на свой страх и риск


Создано с 🤖 и ❤️ для прибыльной торговли

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