TraderSpy
app.traderspy/traderspyAI crypto signals, smart money whale positions, live futures prices and indicators
Tools · 15
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…
Use this when the user needs full details for one AI signal by ID, including review and resolution data.
Use this when the user asks for aggregate AI signal performance statistics over a specific period.
Use this when the user wants ranked smart-money traders across supported exchanges with sorting and filtering.
Use this when the user specifically asks for the elite leaderboard by SmartScore across exchanges.
Use this when the user needs one trader profile, including metrics and latest positions.
Use this when the user asks for closed trade history of a specific trader.
Use this when the user asks for current or historical smart-money positions, optionally filtered by status, source, or symbol.
Use this when the user asks for aggregate market stats (positions, PNL, win rate), optionally scoped by source and period.
Use this when the user asks which exchanges are currently available in TraderSpy smart-money tracking.
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 OHLCV (Open, High, Low, Close, Volume) candle data for a crypto futures symbol. Useful for charting, price history, and technical analysis.
List all crypto futures symbols currently tracked by TraderSpy with real-time candle data available.
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.
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
Interactive card view for the latest public AI trading signals.
ui://traderspy/signals.html
Chart, targets and trigger conditions for one AI trading signal.
ui://traderspy/signal-details.html
Balance, open positions and liquidation distance for the user's own account.
ui://traderspy/account.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"traderspy": {
"url": "https://mcp.traderspy.app/mcp",
"transport": "streamable-http"
}
}
}