Binance Trading Server

mcp-server-cex-bn

This MCP Server provides comprehensive integration with Binance's spot and futures trading operations.

This MCP Server provides a robust interface for Binance spot trading operations.

Features

Trading Operations

  • Configure and store Binance API credentials securely
  • Execute spot trading operations (LIMIT/MARKET orders)
  • Monitor account balances
  • Track and manage open orders
  • Cancel existing orders

Tools

configure_api_keys

Securely store your Binance API credentials:

create_spot_order

Create LIMIT or MARKET orders:

cancel_order

Cancel an existing order:

get_balances

Check your account balances:

get_open_orders

List all open orders:

Security Considerations

  • Never commit your API keys to version control
  • Use environment variables or secure key storage
  • Restrict API key permissions to only required operations
  • Regularly rotate your API keys

Rate Limits

  • Respect Binance API rate limits
  • Default rate limits:
    • 1200 requests per minute for order operations
    • 100 requests per second for market data
  • Implement proper error handling for rate limit errors

Error Handling

Common error scenarios:

  • Invalid API credentials
  • Insufficient balance
  • Invalid order parameters
  • Rate limit exceeded
  • Network connectivity issues

Example error handling:

Installation

Server Statistics

LocalNo
Published1/8/2025