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 for a specified symbol with quantity and price.
Cancel an existing order by specifying the order ID and symbol.
Check your account balances and retrieve the available funds.
List all open orders for a specified symbol (optional).
Create various types of futures orders including LIMIT, MARKET, and STOP orders.
Adjust leverage for a trading pair, allowing leverage settings from 1 to 125x.
Get all open futures positions for the account.
Get detailed futures account information.
Get funding rate for a specified futures symbol.
Cancel an existing futures order by specifying the order ID and symbol.