MCP Tools
15 tools available when GoldenClaw is connected to an AI assistant via MCP
When connected to an AI assistant via MCP, GoldenClaw provides 15 tools across 5 categories. Your AI assistant automatically discovers and uses these tools based on your prompts.
Discovery
| Tool | Description |
|---|---|
list_exchanges | List all 12 supported exchanges with capabilities per market type |
Market Data
| Tool | Description |
|---|---|
get_price | Current price for a trading symbol |
get_ohlcv | OHLCV candlestick data with configurable timeframe and limit |
get_pairs | Available trading pairs on an exchange |
get_symbols | Symbol details (tick size, min quantity, etc.) |
get_ticker | 24h ticker statistics (high, low, volume, change) |
get_timeframes | Supported timeframes for an exchange (1m, 5m, 1h, 4h, 1d, etc.) |
Trading
| Tool | Description |
|---|---|
place_order | Place an order (MARKET, LIMIT, STOP, STOP_LIMIT) with leverage up to 125x |
cancel_order | Cancel an open order by ID |
close_position | Close an open position for a symbol |
get_positions | List all open positions with P&L |
get_orders | List open orders for a symbol |
Trading requires paid plan
Trading tools require write scopes (trade:spot:write, trade:futures:write, or trade:coinm-futures:write), available on Plus and Pro plans only.
Account
| Tool | Description |
|---|---|
get_balance | Account balance with multi-currency breakdown |
get_account | Full account information and permissions |
Analysis
| Tool | Description |
|---|---|
calculate_indicator | Calculate any of 35+ technical indicators by name |
All tools that interact with an exchange require exchange and marketType parameters. Your AI assistant fills these automatically based on context, or you can specify them explicitly.
Example Prompts
Copy these into your AI assistant to test GoldenClaw:
Market Data
"What's the current BTC/USDT price on Binance futures?"
"Show me the last 24h statistics for ETH/USDT on Bybit"
"What trading pairs are available on OKX spot?"
Technical Analysis
"Calculate RSI for BTC/USDT on Binance futures using 4h candles"
"Show me MACD and Bollinger Bands for ETH/USDT on the 1h timeframe"
"What are the Fibonacci retracement levels for SOL/USDT?"
Trading
"Place a limit buy order for 0.1 BTC at $85,000 on Binance futures with 10x leverage"
"What positions do I have open on Bybit?"
"Close my ETH/USDT position on Binance futures"
Multi-step Analysis
"Analyze BTC/USDT on Binance futures: get the current price, calculate RSI and MACD on the 4h chart, and check if there's a bullish divergence"
The AI assistant will chain multiple tools together — fetching OHLCV data, calculating indicators, and providing analysis in a single response.
Indicator Reference
GoldenClaw supports 35+ indicators across 5 categories. Use any indicator name with calculate_indicator.
Trend (14)
| Indicator | Name |
|---|---|
| Simple Moving Average | sma |
| Exponential Moving Average | ema |
| Double EMA | dema |
| Triple EMA | tema |
| Triangular Moving Average | trima |
| Rolling Moving Average | rma |
| Volume Weighted MA | vwma |
| MACD | macd |
| Absolute Price Oscillator | apo |
| Aroon | aroon |
| Balance of Power | bop |
| Parabolic SAR | psar |
| KDJ | kdj |
| TRIX | trix |
Momentum (8)
| Indicator | Name |
|---|---|
| Relative Strength Index | rsi |
| Stochastic Oscillator | stochastic |
| Williams %R | williams_r |
| Rate of Change | roc |
| Awesome Oscillator | ao |
| Chande Momentum Oscillator | cmo |
| Percentage Price Oscillator | ppo |
| Percentage Volume Oscillator | pvo |
Volatility (6)
| Indicator | Name |
|---|---|
| Average True Range | atr |
| Bollinger Bands | bollinger_bands |
| Keltner Channel | keltner_channel |
| Donchian Channel | donchian_channel |
| Moving Standard Deviation | mstd |
| True Range | true_range |
Volume (9)
| Indicator | Name |
|---|---|
| On-Balance Volume | obv |
| Accumulation/Distribution | ad |
| Money Flow Index | mfi |
| Volume Weighted Avg Price | vwap |
| Chaikin Money Flow | cmf |
| Ease of Movement | emv |
| Force Index | fi |
| Negative Volume Index | nvi |
| Volume Price Trend | vpt |
Support & Resistance (4)
| Indicator | Name |
|---|---|
| Fibonacci Retracement | fibonacci_retracement |
| Fibonacci Extension | fibonacci_extension |
| Pivot Points | pivot_points |
| Pivot Points (variants) | Classic, Woodie, Camarilla, DeMark |