Skip to main content
Glama
Lubodi-Code

Binance MCP Server

by Lubodi-Code

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BINANCE_API_KEYYesYour Binance API key
BINANCE_TESTNETNoUse testnet (set to 'false' for mainnet)true
BINANCE_API_SECRETYesYour Binance API secret
ENABLE_WITHDRAWALSNoEnable withdrawal functionality (not recommended)false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_priceA

Precio actual de un simbolo. Ej: symbol='BTCUSDT'.

get_24h_statsA

Estadisticas de 24h de un simbolo (volumen, cambio %, high/low). Ej: 'ETHUSDT'.

get_klinesB

Velas (candlesticks) de un simbolo. interval: 1m,5m,15m,1h,4h,1d,1w, etc. limit: max 1000.

get_order_bookB

Libro de ordenes (bids/asks) de un simbolo. limit: 5,10,20,50,100,500,1000.

get_accountA

Balances y permisos de tu cuenta spot. Requiere firma.

get_open_ordersC

Ordenes abiertas. Si pasas symbol, filtra por ese par.

get_my_tradesB

Historial de trades tuyos para un simbolo. Requiere firma.

place_orderA

Crea una orden de compra/venta. symbol: ej 'BTCUSDT' side: 'BUY' o 'SELL' order_type: 'MARKET' o 'LIMIT' quantity: cantidad del activo base price: requerido solo para LIMIT time_in_force: GTC / IOC / FOK (solo LIMIT)

cancel_orderA

Cancela una orden por su orderId en el simbolo dado.

cancel_all_ordersB

Cancela TODAS las ordenes abiertas de un simbolo.

withdrawA

Retira fondos a una direccion externa. DESACTIVADO por defecto. Para usarlo: ENABLE_WITHDRAWALS=true y la API key debe tener permiso de retiro. Entende el riesgo antes de activarlo.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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

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