Binance MCP Server
by ethancod1ng
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | info |
| BINANCE_API_KEY | Yes | Your Binance API key | |
| BINANCE_TESTNET | No | Enable testnet mode | false |
| MCP_SERVER_NAME | No | Server name | binance-mcp-server |
| BINANCE_API_SECRET | Yes | Your Binance API secret | |
| MCP_SERVER_VERSION | No | Server version | 1.0.0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_priceC | 获取指定交易对的当前价格 |
| get_orderbookC | 获取订单簿深度数据 |
| get_klinesC | 获取K线历史数据 |
| get_24hr_tickerC | 获取24小时价格变动统计 |
| get_account_infoB | 获取账户信息和余额 |
| get_open_ordersC | 获取当前挂单 |
| get_order_historyC | 获取历史订单记录 |
| place_orderB | 下单交易 - 支持主网和测试网(主网将使用真实资金) |
| cancel_orderC | 取消指定订单 - 支持主网和测试网 |
| cancel_all_ordersB | 取消指定交易对所有挂单 - 支持主网和测试网 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethancod1ng/binance-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server