This MCP server integrates with the Binance spot trading API, enabling automated cryptocurrency trading strategies. It leverages the @binance/connector library for API interactions and uses SQLite for local data storage. The implementation focuses on providing a robust foundation for algorithmic trading, with features like secure credential management via keytar. Ideal for developers looking to build custom trading bots or automate portfolio management on Binance.
Securely store your Binance API credentials.
Create LIMIT or MARKET orders. Parameters: symbol (string), side (string), type (string), quantity (string), price (optional string), stopPrice (optional string), timeInForce (optional string), callbackRate (optional string).
Cancel an existing order. Parameters: symbol (string), orderId (string).
Check your account balances.
List all open orders. Parameters: symbol (optional string).
Create various types of futures orders. Parameters: symbol (string), side (string), type (string), quantity (string), price (optional string), stopPrice (optional string), timeInForce (optional string), callbackRate (optional string).
Adjust leverage for a trading pair. Parameters: symbol (string), leverage (integer).
Get all open futures positions.
Get detailed futures account information.
Get funding rate for a futures symbol. Parameters: symbol (string).
Cancel an existing futures order. Parameters: symbol (string), orderId (string).
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs