Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

TraderSpy

app.traderspy/traderspy

AI crypto signals, smart money whale positions, live futures prices and indicators

Uptime
100.0%
1 direct probes · 30d
Response
317ms
last probe
Tools
15
callable
Resources
3
readable
Prompts
0
available

Tools · 15

get_signals

Use this when the user asks for recent public AI crypto trading signals, optionally filtered by coin, importance, or pagination. When the user names a count ("last 5 signals"), pass it as `limit` — th…

get_signal_details

Use this when the user needs full details for one AI signal by ID, including review and resolution data.

get_signal_stats

Use this when the user asks for aggregate AI signal performance statistics over a specific period.

get_top_traders

Use this when the user wants ranked smart-money traders across supported exchanges with sorting and filtering.

get_elite_leaderboard

Use this when the user specifically asks for the elite leaderboard by SmartScore across exchanges.

get_trader_profile

Use this when the user needs one trader profile, including metrics and latest positions.

get_trader_position_history

Use this when the user asks for closed trade history of a specific trader.

get_positions

Use this when the user asks for current or historical smart-money positions, optionally filtered by status, source, or symbol.

get_market_stats

Use this when the user asks for aggregate market stats (positions, PNL, win rate), optionally scoped by source and period.

get_exchanges

Use this when the user asks which exchanges are currently available in TraderSpy smart-money tracking.

get_price

Get real-time price data for one or more crypto futures symbols. Returns current price, 24h high/low, volume, and 24h price change percentage.

get_candles

Get OHLCV (Open, High, Low, Close, Volume) candle data for a crypto futures symbol. Useful for charting, price history, and technical analysis.

get_tracked_symbols

List all crypto futures symbols currently tracked by TraderSpy with real-time candle data available.

get_technical_indicators

Compute technical indicators (RSI, MACD, EMA, SMA, Bollinger Bands, ATR, ADX, Stochastic, OBV, VWAP, CCI, MFI, Williams %R) for a crypto futures symbol at a specific timeframe.

get_my_account

Use this when the user asks about THEIR OWN TraderSpy account: Hyperliquid balance, open positions, unrealized PnL, or paper-trading account. Read-only — this connector cannot place, close or modify o…

Resources · 3

traderspy-signals-app

Interactive card view for the latest public AI trading signals.

ui://traderspy/signals.html
traderspy-signal-details-app

Chart, targets and trigger conditions for one AI trading signal.

ui://traderspy/signal-details.html
traderspy-account-app

Balance, open positions and liquidation distance for the user's own account.

ui://traderspy/account.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "traderspy": {
      "url": "https://mcp.traderspy.app/mcp",
      "transport": "streamable-http"
    }
  }
}