bybit-ai-trader
by TheMacroeconomicDao
Overview
AI-driven cryptocurrency market analysis, signal generation, and automated trading operations on Bybit, with Telegram integration for signal delivery and a WebUI for monitoring.
Installation
/Users/Gyber/GYBERNATY-ECOSYSTEM/TRADER-AGENT/venv/bin/python /Users/Gyber/GYBERNATY-ECOSYSTEM/TRADER-AGENT/mcp_server/autonomous_agent_server.pyEnvironment Variables
- BYBIT_API_KEY
- BYBIT_API_SECRET
- BYBIT_TESTNET
- PYTHONPATH
- QWEN_API_KEY
- QWEN_MODEL
- TELEGRAM_BOT_TOKEN
- TELEGRAM_CHAT_IDS
- DEBUG
- MCP_HTTP_PORT
- AUTO_OPEN_WEBUI
Security Notes
The `CURSOR_MCP_CONFIG.json` provided directly exposes `BYBIT_API_KEY` and `BYBIT_API_SECRET` within its `env` block. While the system's `load_credentials` function prioritizes environment variables, this configuration itself is a critical vulnerability if exposed. The project's historical records (e.g., `archive/fixes/FIX_PROMPTS.md`) also detail past leaks of multiple API keys and a Telegram token, with explicit instructions for Git history cleansing, indicating a significant past security lapse. The `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_IDS` are also explicitly mentioned in plain text in documentation files, which is sensitive information.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.
freqtrade-mcp
Integrates an AI agent with the Freqtrade cryptocurrency trading bot to enable automated trading operations via its REST API.