Skip to main content
Glama

Binance MCP Server

by ethancod1ng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelinfo
BINANCE_API_KEYYesYour Binance API key
BINANCE_TESTNETNoEnable testnet modefalse
MCP_SERVER_NAMENoServer namebinance-mcp-server
BINANCE_API_SECRETYesYour Binance API secret
MCP_SERVER_VERSIONNoServer version1.0.0

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_price

获取指定交易对的当前价格

get_orderbook

获取订单簿深度数据

get_klines

获取K线历史数据

get_24hr_ticker

获取24小时价格变动统计

get_account_info

获取账户信息和余额

get_open_orders

获取当前挂单

get_order_history

获取历史订单记录

place_order

下单交易 - 支持主网和测试网(主网将使用真实资金)

cancel_order

取消指定订单 - 支持主网和测试网

cancel_all_orders

取消指定交易对所有挂单 - 支持主网和测试网

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