MCP Bitget Trading Server

MCP Bitget Trading Server

Enables AI assistants to interact with Bitget cryptocurrency exchange for spot and futures trading. Supports real-time market data, order management, account balances, leverage control, and position tracking with demo trading capabilities.

Category
访问服务器

README

🚀 MCP Bitget Trading Server

MCP TypeScript Bitget API License

MCP (Model Context Protocol) server for Bitget cryptocurrency exchange. Enables AI assistants to interact with Bitget API for spot & futures trading. Features real-time market data, order management, account balances, leverage control, and position tracking. Supports demo trading with paper trading mode.

✨ Features

📊 Market Data

  • Real-time Prices - Get current market prices for any trading pair
  • Full Tickers - Complete ticker information with 24h statistics
  • Order Book - Market depth data with configurable depth levels
  • Historical Candles - OHLCV data for technical analysis

💰 Account Management

  • Balance Information - Real-time account balances for all assets
  • Position Tracking - Monitor current futures positions
  • Margin Information - Futures margin account details
  • Order Management - View and manage open orders

🎯 Trading Operations

  • Place Orders - Execute market and limit orders
  • Cancel Orders - Cancel existing orders by ID
  • Leverage Control - Set leverage for futures positions (1-125x)
  • Demo Trading - Full support for paper trading mode

⚡ Technical Features

  • TypeScript - Fully typed implementation
  • v2 API Support - Latest Bitget API integration
  • Rate Limiting - Built-in protection against API limits
  • Error Handling - Comprehensive error management
  • Zod Validation - Input validation for all parameters

🛠️ Installation

Prerequisites

  • Node.js 18+
  • npm or yarn
  • Bitget API credentials (for live/demo trading)

Quick Start

  1. Clone the repository
git clone https://github.com/gagarinyury/MCP-bitget-trading.git
cd MCP-bitget-trading
  1. Install dependencies
npm install
  1. Configure environment
cp .env.example .env
# Edit .env with your Bitget API credentials
  1. Build the project
npm run build
  1. Start the server
npm start

🔧 Configuration

Environment Variables

Create a .env file in the root directory:

# Bitget API Configuration
BITGET_API_KEY=your_api_key_here
BITGET_SECRET_KEY=your_secret_key_here
BITGET_PASSPHRASE=your_passphrase_here

# Environment settings
BITGET_SANDBOX=true  # Set to true for demo trading
BITGET_BASE_URL=https://api.bitget.com
BITGET_WS_URL=wss://wspap.bitget.com/v2/ws/public

# Optional settings
LOG_LEVEL=info
RATE_LIMIT_REQUESTS_PER_SECOND=10

Claude Desktop Integration

Add to your Claude Desktop MCP settings (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "bitget-trading": {
      "command": "node",
      "args": ["/path/to/MCP-bitget-trading/dist/server.js"],
      "env": {
        "BITGET_API_KEY": "your_key",
        "BITGET_SECRET_KEY": "your_secret",
        "BITGET_PASSPHRASE": "your_passphrase",
        "BITGET_SANDBOX": "true"
      }
    }
  }
}

📚 Available Tools

Market Data Tools

Tool Description Parameters
getPrice Get current price symbol: string
getTicker Get full ticker info symbol: string
getOrderBook Get order book symbol: string, depth?: number
getCandles Get OHLCV data symbol: string, interval: string, limit?: number

Account Tools

Tool Description Parameters
getBalance Get account balance asset?: string
getPositions Get futures positions symbol?: string
getMarginInfo Get margin info symbol?: string
getOrders Get open orders symbol?: string, status?: string

Trading Tools

Tool Description Parameters
placeOrder Place new order symbol, side, type, quantity, price?
cancelOrder Cancel order orderId: string, symbol: string
setLeverage Set leverage symbol: string, leverage: number

🎮 Usage Examples

Basic Price Check

// Get current Bitcoin price
await getPrice({ symbol: "BTCUSDT" })

// Get futures price
await getPrice({ symbol: "BTCUSDT_UMCBL" })

Trading Operations

// Place a limit buy order
await placeOrder({
  symbol: "BTCUSDT",
  side: "buy",
  type: "limit",
  quantity: "0.001",
  price: "50000"
})

// Set leverage for futures
await setLeverage({
  symbol: "BTCUSDT_UMCBL",
  leverage: 10
})

Account Information

// Check balance
await getBalance({ asset: "USDT" })

// Get all positions
await getPositions({})

🏗️ Development

Scripts

npm run dev      # Development with hot reload
npm run build    # Production build
npm run test     # Run tests
npm run lint     # Lint code
npm run format   # Format code

Project Structure

src/
├── api/
│   └── rest-client.ts    # Bitget REST API client
├── types/
│   ├── bitget.ts         # Bitget API types
│   └── mcp.ts           # MCP schema definitions
└── server.ts            # Main MCP server

📋 Symbol Formats

Spot Trading

  • Format: BTCUSDT, ETHUSDT, ADAUSDT
  • No suffix required

Futures Trading

  • Format: BTCUSDT_UMCBL, ETHUSDT_UMCBL
  • _UMCBL suffix for USDT-margined contracts

🔒 Security

  • API Keys: Store in environment variables, never commit to code
  • Demo Mode: Use BITGET_SANDBOX=true for paper trading
  • Rate Limiting: Built-in protection (10 requests/second default)
  • Validation: All inputs validated with Zod schemas

🐛 Troubleshooting

Common Issues

  1. Error 40009 - Sign signature error

    • Check API key configuration
    • Ensure timestamp is synchronized
  2. Error 40099 - Exchange environment incorrect

    • Verify demo/live mode settings
    • Check paptrading header for demo mode
  3. Error 400172 - Parameter verification failed

    • Check required parameters
    • Verify symbol format

🤝 Contributing

  1. Fork the repository
  2. Create feature branch (git checkout -b feature/amazing-feature)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing-feature)
  5. Open Pull Request

📄 License

MIT License - see LICENSE file for details

⚠️ Disclaimer

This software is for educational and development purposes. Use at your own risk. Always test in demo mode before live trading. The authors are not responsible for any financial losses.

🔗 Resources

📞 Support


Made with ❤️ for the crypto trading community

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选