mcp-server-cex-bn
@kydlikebtc
关于 mcp-server-cex-bn
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-bn": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-server-cex-bn",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-cex-bn?
mcp-server-cex-bn is an MCP server that provides comprehensive integration with Binance’s spot and futures trading operations. It is designed for developers and traders who want to automate Binance trading via an MCP-compatible client.
How to use mcp-server-cex-bn?
Install via Smithery (npx -y @smithery/cli install mcp-server-cex-bn --client claude) or manually by cloning the repository, installing dependencies with pnpm install, configuring Binance API credentials in a .env file (variables BINANCE_API_KEY and BINANCE_API_SECRET), then building and starting the server. Tools such as configure_api_keys, create_spot_order, create_futures_order, get_balances, and get_futures_positions are invoked through MCP.
Key features of mcp-server-cex-bn
- Execute spot LIMIT and MARKET orders
- Create futures orders (LIMIT, MARKET, STOP, TAKE_PROFIT, TRAILING_STOP, etc.)
- Manage leverage from 1x to 125x for futures
- Monitor spot balances, open orders, and futures positions
- Support both one‑way and hedge position modes
- Retrieve funding rates and cancel existing orders
Use cases of mcp-server-cex-bn
- Automate spot trading strategies with limit and market orders
- Implement futures hedging and risk management with advanced order types
- Monitor and adjust leverage and positions across multiple symbols
- Build trading bots that require real‑time account balances and open orders
- Manage funding rate exposure in perpetual futures contracts
FAQ from mcp-server-cex-bn
What trading operations are supported?
Spot trading supports LIMIT and MARKET orders, balance checks, open order tracking, and order cancellation. Futures trading supports LIMIT, MARKET, STOP, TAKE_PROFIT, TRAILING_STOP_MARKET, and reduce‑only orders, plus leverage adjustment and position management.
How do I configure my Binance API keys?
API keys can be stored securely via the configure_api_keys tool or by setting environment variables BINANCE_API_KEY and BINANCE_API_SECRET in a .env file.
What are the Binance API rate limits for this server?
Default rate limits are 1200 requests per minute for order operations and 100 requests per second for market data. The server respects these limits and implements proper error handling for rate limit errors.
What position modes are available for futures?
Two position modes are supported: one‑way mode (single position per symbol) and hedge mode (separate long and short positions simultaneously). Each mode has its own margin and position management behavior.
What futures-specific errors can occur?
The server defines InsufficientMarginError, InvalidPositionModeError, and OrderValidationError for common futures trading issues, such as insufficient margin, wrong position mode, or invalid order parameters.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论