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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Securely store your Binance API credentials.
Create LIMIT or MARKET orders with specified parameters like symbol, side, type, and quantity.
Cancel an existing order by providing the symbol and order ID.
Check your account balances.
List all open orders, with an optional symbol parameter to filter results.
Create various types of futures orders such as LIMIT, MARKET, STOP, and TRAILING_STOP, with relevant parameters.
Adjust leverage for a trading pair by specifying the symbol and leverage amount.
Get all open futures positions.
Get detailed futures account information.
Get funding rate for a specific futures symbol.
Cancel an existing futures order by providing the symbol and order ID.