Official · MODEL CONTEXT PROTOCOL

TermiX official binance mcp

binance-mcp

WHAT IT CONNECTS

TermiX official binance mcp 为 AI Agent 提供什么

  • [x] **Binance API Integration**: Connect to Binance exchange for account information and trading operations
  • [x] **Portfolio Management**: View detailed portfolio composition, market value, and percentage allocation
  • [x] **Portfolio Analytics**: Optional historical value tracking to monitor performance over time
  • [x] **Smart Token Conversion**: Convert between tokens with intelligent order execution strategies
  • [x] **Market Impact Mitigation**: Automatically use algorithmic trading for larger orders to prevent price slippage
  • [x] **Account Management**: Retrieve detailed account information, balances, and trading history
  • [x] **Market Data Access**: Access real-time order books and market data for informed trading decisions
  • [x] **Order Execution**: Place spot market orders with flexible quantity specifications
  • [ ] **Algorithmic Trading Support**: Implement Time-Weighted Average Price (TWAP) orders to minimize market impact
  • [ ] **Automated Trading**: Execute trades programmatically based on predefined strategies
  • [ ] **Secure Authentication**: Manage API keys and secure connections to Binance services
  • [ ] **Comprehensive Error Handling**: Detailed error reporting for transaction failures and API issues
  • Node.js (v16 or later)
  • npm or yarn
  • Binance API key and secret (for Binance exchange integration)
  • A valid Binance Smart Chain (BSC) wallet private key (for blockchain transactions)
  • You need to make a deposit of any amount to your Spot Wallet to activate your account
  • Complete identity verification
  • Enable two-factor authentication (2FA) on your account
  • Log in to your Binance account and click the profile icon, then [Account].
  • Go to [API Management] then click [Create API].
  • Select your preferred API Key type:
  • System-generated API keys (HMAC symmetric encryption) - You'll get the API key and the Secret Key.
  • Self-generated API keys (Ed25519 or RSA asymmetric encryption) - You'll receive an API key, but you have to create your own public-private key pair.
  • Enter a label/name for your API Key.
  • Verify with your 2FA devices and passkeys.
  • Your API key is now created.
  • Claude Desktop
  • macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
  • Windows: `%APPDATA%\Claude\claude_desktop_config.json`
  • Linux: `~/.config/Claude/claude_desktop_config.json`
  • **Get Binance Account Information - `binanceAccountInfo`**
  • **Get Binance Account Snapshot - `binanceAccountSnapshot`**
  • **Check Binance Order Book - `binanceOrderBook`**
  • **Place Spot Market Order - `binanceSpotPlaceOrder`**
  • **Place TWAP Order - `binanceTimeWeightedAveragePriceFutureAlgo`**
  • **Standardization**: Defines a unified approach for application interactions.
  • **Efficiency**: Reduces computational overhead and improves transaction speed.
  • **Interoperability**: Supports integration across multiple platforms and blockchain ecosystems.
  • Insufficient funds in the wallet
  • Invalid recipient address
  • Network congestion or RPC issues
  • Binance API authentication errors
  • Trading limit restrictions

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。