Skip to main content
Glama
glama.json1.27 kB
{ "$schema": "https://glama.ai/mcp/schemas/server.json", "name": "binance-mcp", "version": "0.1.0", "description": "Binance Spot REST MCP server exposing market, account, and trading tools.", "homepage": "https://glama.ai/mcp", "repository": "https://github.com/valerio/binance-mcp", "maintainers": ["valerio"], "tags": ["binance", "crypto", "spot", "trading"], "entry": { "transport": "http", "port": 8080, "command": "node dist/index.js", "build": "npm install && npm run build" }, "env": [ { "key": "BINANCE_API_KEY", "required": true, "description": "Binance API key" }, { "key": "BINANCE_API_SECRET", "required": true, "description": "Binance API secret" }, { "key": "BINANCE_BASE_URL", "default": "https://api.binance.com", "description": "Binance REST base URL" }, { "key": "BINANCE_RECV_WINDOW", "default": "5000", "description": "recvWindow ms" }, { "key": "BINANCE_TRADE_ENABLED", "default": "true", "description": "Set to false to disable trading tools" } ], "tools": [ "binance_market_price", "binance_market_klines", "binance_market_exchangeInfo", "binance_account_balances", "binance_account_openOrders", "binance_trade_placeOrder", "binance_trade_cancelOrder" ] }

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/Valerio357/binance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server