Binance Mcp
@mixuechu
关于 Binance Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"binance-mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/zhaoxiaomeng/Desktop/personal_cave/binance-mcp-server",
"run",
"binance.py",
"--binance-api-key",
"AkfaSeLM5S6Ny39yWkdTDO6p68thEQIUyCnnbGZHoM8CV7rGIdBOADjLz0fxcDU6",
"--binance-secret-key",
"27mqZCytMjQRlwjQLtkyzZ2OWTPI26lnSUe3FifzSn59dqw6KqKATUlRM7Q8tQzS"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Binance Mcp?
Binance Mcp is an MCP (Model Control Protocol) server implementation that provides a foundational interface for interacting with the Binance cryptocurrency exchange. It offers basic trading capabilities such as fetching real-time prices, checking account balances, placing market orders, and querying order history, and can be extended to build more complex trading strategies and automation systems.
How to use Binance Mcp?
Clone the repository, create a virtual environment, install dependencies with uv sync, then configure the MCP client (e.g., ~/.cursor/mcp.json) with the proper command, arguments, and your Binance API key and secret key. After configuration, call any of the provided tools from your MCP client to execute trades or retrieve exchange data.
Key features of Binance Mcp
- Real-time cryptocurrency price retrieval
- Account asset balance queries
- Market order placement
- Trade history and open order queries
- Order cancellation
- Funding rate history access
- Hedge arbitrage strategy execution
- Automated arbitrage opportunity detection
Use cases of Binance Mcp
- Building a custom trading bot that reacts to market conditions
- Implementing a portfolio rebalancing tool that uses market orders
- Developing an arbitrage monitoring system across Binance spot and futures
- Creating a backtesting environment by combining price and funding rate data
- Extending the server with risk management and additional order types
FAQ from Binance Mcp
What does Binance Mcp do?
Binance Mcp acts as a bridge between MCP-compatible clients and the Binance exchange, allowing you to execute trades, check balances, and retrieve market data via simple MCP tool calls.
How do I install and configure Binance Mcp?
You need Python 3.13 or later, install dependencies using uv sync, and add an entry to your MCP configuration file (e.g., ~/.cursor/mcp.json) with the command uv run binance.py and your Binance API key and secret key.
What are the runtime requirements?
Python >= 3.13, the mcp[cli] package (>= 1.6.0), and the requests library (>= 2.32.3). Your Binance API keys must have appropriate permissions for the operations you intend to perform.
How should I handle API key security?
Keep your API key and secret key private, restrict API permissions to only the necessary actions, and consider testing on Binance's testnet before executing real trades.
Can I extend Binance Mcp with my own features?
Yes, the project is designed as a starting framework. You can add new trading strategies, enhance error handling, implement more order types, or integrate other exchange APIs.
其他 分类下的更多 MCP 服务器
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.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
评论