Skip to main content
Glama
DressPD

crypto_mcp

by DressPD

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DRY_RUNNoDry run mode: 'true' or 'false'true
MCP_MAX_LIMITNoMaximum limit for list operations
GEMINI_API_KEYNoGoogle Gemini API key for NL routing (optional)
BINANCE_API_KEYNoBinance API key
MCP_CONTEXT_MODENoContext mode: 'shared' or 'request'shared
EXCHANGES_ENABLEDNoComma-separated list of enabled exchangesbinance
MCP_DEFAULT_LIMITNoDefault limit for list operations
BINANCE_API_SECRETNoBinance API secret
BINANCE_API_BASE_URLNoBinance API base URL
REQUIRE_CONFIRMATION_ABOVE_USDNoMinimum order notional in USD to require confirmation

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthD
list_exchangesD
get_priceD
list_exchange_symbolsD
submit_demo_orderD
confirm_pending_orderD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: health for server status, list_exchanges for exchange discovery, get_price for market data, list_exchange_symbols for symbol discovery, and the two order tools for demo order submission and confirmation. No two tools appear to overlap in functionality.

Naming Consistency4/5

Most tool names follow a verb_noun pattern with snake_case (list_exchanges, get_price, submit_demo_order), but 'health' is a bare noun that deviates from this pattern. Overall, the naming is consistent and predictable.

Tool Count5/5

Six tools is a well-scoped size for a crypto demo trading server, covering health, market data, and order lifecycle without unnecessary bloat. The count fits comfortably within the ideal range.

Completeness3/5

The tool set covers market data (price, symbols) and demo order submission/confirmation, but lacks common trading operations like order cancellation, order status retrieval, or balance queries. These gaps could hinder agents trying to manage orders beyond the basic submission flow.

Maintenance

ActivityInactive
ResponsivenessNo issues