Bitget Trading
БесплатноНе проверенIntegrates with Bitget cryptocurrency exchange to provide complete trading functionality including market data retrieval, account management, order execution, f
Описание
Integrates with Bitget cryptocurrency exchange to provide complete trading functionality including market data retrieval, account management, order execution, futures operations, and real-time WebSocket feeds for both spot and derivatives markets.
README
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
- Clone the repository
git clone https://github.com/gagarinyury/MCP-bitget-trading.git
cd MCP-bitget-trading
- Install dependencies
npm install
- Configure environment
cp .env.example .env
# Edit .env with your Bitget API credentials
- Build the project
npm run build
- 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 _UMCBLsuffix for USDT-margined contracts
🔒 Security
- API Keys: Store in environment variables, never commit to code
- Demo Mode: Use
BITGET_SANDBOX=truefor paper trading - Rate Limiting: Built-in protection (10 requests/second default)
- Validation: All inputs validated with Zod schemas
🐛 Troubleshooting
Common Issues
Error 40009 - Sign signature error
- Check API key configuration
- Ensure timestamp is synchronized
Error 40099 - Exchange environment incorrect
- Verify demo/live mode settings
- Check
paptradingheader for demo mode
Error 400172 - Parameter verification failed
- Check required parameters
- Verify symbol format
🤝 Contributing
- Fork the repository
- Create feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - 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
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Made with ❤️ for the crypto trading community
Установка Bitget Trading
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/gagarinyury/mcp-bitget-tradingFAQ
Bitget Trading MCP бесплатный?
Да, Bitget Trading MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bitget Trading?
Нет, Bitget Trading работает без API-ключей и переменных окружения.
Bitget Trading — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Bitget Trading в Claude Desktop, Claude Code или Cursor?
Открой Bitget Trading на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Bitget Trading with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
