Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_instrument_info | Get detailed instrument information for a specific trading pair |
get_kline | Get kline/candlestick data for a trading pair. Supports optional reference ID for data verification. |
get_ml_rsi | Get ML-enhanced RSI using K-Nearest Neighbors algorithm for pattern recognition. Provides adaptive overbought/oversold levels and enhanced RSI values based on historical pattern similarity. |
get_market_info | Get detailed market information for trading pairs |
get_market_structure | Advanced market structure analysis combining ML-RSI, order blocks, and liquidity zones. Provides comprehensive market regime detection and trading recommendations. |
get_order_blocks | Detect institutional order accumulation zones based on volume analysis. Identifies bullish and bearish order blocks using volume peaks and tracks their mitigation status. |
get_order_history | Get order history for the authenticated user |
get_orderbook | Get orderbook (market depth) data for a trading pair |
get_positions | Get positions information for the authenticated user |
get_ticker | Get real-time ticker information for a trading pair. Supports optional reference ID for data verification. |
get_trades | Get recent trades for a trading pair |
get_wallet_balance | Get wallet balance information for the authenticated user |