b

bybit-ai-trader

@TheMacroeconomicDao/bybit-ai-trader
0 Stars 184 次浏览 TheMacroeconomicDao 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

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

服务介绍

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:

: API !

{
  "mcpServers": {
    "bybit-analysis": {
      "command": "node",
      "args": ["/Users/Gyber/GYBERNATY-ECOSYSTEM/TRADER-AGENT/bybit-mcp/build/index.js"],
      "env": {
        "BYBIT_API_KEY": "your_api_key_here",
        "BYBIT_API_SECRET": "your_api_secret_here",
        "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
         

 .    .         ,     .

  • MCP Servers (2 , 31 tool)
  • (8 , 7,396 )
  • System Prompts (4 )
  • (core functions tested)
  • Dual MCP integration
  • Trading operations
  • Real-time monitoring
  • Auto-actions

Status: 100% Complete - Ready for Production

MIT License -



相关 MCP 服务