Skip to main content
Glama
CarlosIrineuCosta

binance-mcp-enhanced

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BINANCE_TESTNETNoSet to 'true' to enable testnet mode for paper trading.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_order_bookD
get_recent_tradesD
get_historical_tradesD
get_aggregate_tradesD
get_klinesD
get_ui_klinesD
get_avg_priceD
get_24hr_tickerD
get_trading_day_tickerD
get_priceD
get_book_tickerD
get_rolling_window_tickerD
calculate_indicatorsD
analyze_marketD
compare_symbolsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 15 tools

Disambiguation2/5

Several tools have overlapping or confusingly similar purposes, such as the three trade-related tools (get_recent_trades, get_historical_trades, get_aggregate_trades) and the three ticker tools (get_24hr_ticker, get_trading_day_ticker, get_rolling_window_ticker). Without descriptions, agents could easily select the wrong one. get_avg_price and get_price also create ambiguity.

Naming Consistency3/5

Most tools follow a get_ prefix, but then calculate_indicators, analyze_market, and compare_symbols break the pattern with bare verb forms. The convention is mostly consistent within the get_ group but mixed overall.

Tool Count4/5

15 tools is at the upper boundary of well-scoped. The server covers a broad market data API with many similar endpoints, but each endpoint is distinct enough that the count is justifiable. Slightly heavy but not unreasonable.

Completeness4/5

The tool set covers a wide range of market data operations: order book, trades, klines, tickers, price, and even analysis. Missing common endpoints like exchangeInfo or server time, but the core market data surface is largely covered. The analysis tools add extra value.

Maintenance

ActivityInactive
ResponsivenessNo issues