AgentMarketMCP / SKILL 资产档案馆

目录 / TraderSpy

MCP 鉴权未知 未评级 已上架

TraderSpy

AI-generated crypto futures signals with entry, target and stop levels, plus smart money whale positioning across Binance, Hyperliquid, Bybit and OKX — with live prices, candles, 19 technical indicators, derivatives data, a condition screener and an event-study backtester. **Every tool is read-only.** The connector cannot place, close or modify an order, and it exposes no withdrawal or transfer tool. It answers questions; you place your own trades. ### What you get - **AI signals** — each signal carries an entry, a take-profit ladder, a stop loss, a validation score and its realised outcome, so an agent can reason about both the open idea and the track record behind it. - **Smart money** — positions of top-performing traders on four exchanges, plus an elite leaderboard scored on PnL, win rate, ROI, consistency and longevity. - **Market data** — live prices, OHLCV candles and 19 indicators (RSI, MACD, EMA, SMA, Bollinger, ATR, ADX, Stochastic, OBV, VWAP, CCI, MFI, Williams %R, ROC, SuperTrend, Ichimoku, Keltner, pivot points, swing support/resistance), each with the previous bar, a direction and a history series. Up to 3 timeframes in one call, with a per-timeframe summary and a cross-timeframe confluence. - **Derivatives** — funding rate, open interest and long/short positioning for Binance perpetuals, with the interpretation traders actually quote. - **Screener and backtests** — scan the most-traded pairs for up to 3 AND-ed conditions over 17 metrics in a single call, then event-study what price did after that condition on the stored tape, against an unconditional baseline. - **Your account** — with a personal key, read your own Hyperliquid balance, open positions, unrealised PnL and how far each position sits from liquidation. ### Setup Generate a free key at [traderspy.app/mcp](https://traderspy.app/mcp), then connect with either `Authorization: Bearer mcp_…` or `https://mcp.traderspy.app/mcp?token=mcp_…` for clients that only accept a plain URL. `initialize` and `tools/list` work anonymously; every tool call requires the key. Free tier 5 calls/day, premium 100/day. In hosts that support MCP Apps, four tools render interactive cards and charts instead of plain text: `get_signals` (signal carousel), `get_signal_details` (one signal with its chart and levels), `get_my_account` (balance and liquidation distance) and `get_technical_indicators` (a multi-timeframe chart with EMA, SuperTrend and support/resistance).

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://traderspy--traderspy.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "TraderSpy": {
      "url": "https://traderspy--traderspy.run.tools"
    }
  }
}

能力清单

工具说明
get_signalsUse 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` — the card view renders exactly what was fetched, so over-fetching shows more cards than the user asked for.
get_signal_detailsUse this when the user needs full details for one AI signal by ID, including review and resolution data.
get_signal_statsUse this when the user asks for aggregate AI signal performance statistics over a specific period.
get_top_tradersUse this when the user wants ranked smart-money traders across supported exchanges with sorting and filtering.
get_elite_leaderboardUse this when the user specifically asks for the elite leaderboard by SmartScore across exchanges.
get_trader_profileUse this when the user needs one trader profile, including metrics and latest positions.
get_trader_position_historyUse this when the user asks for closed trade history of a specific trader.
get_positionsUse this when the user asks for current or historical smart-money positions, optionally filtered by status, source, or symbol.
get_market_statsUse this when the user asks for aggregate market stats (positions, PNL, win rate), optionally scoped by source and period.
get_exchangesUse this when the user asks which exchanges are currently available in TraderSpy smart-money tracking.
get_priceGet real-time price data for one or more crypto futures symbols. Returns current price, 24h high/low, volume, and 24h price change percentage.
get_candlesGet OHLCV (Open, High, Low, Close, Volume) candle data for a crypto futures symbol. Useful for charting, price history, and technical analysis.
get_tracked_symbolsList all crypto futures symbols currently tracked by TraderSpy with real-time candle data available.
get_technical_indicatorsTechnical analysis for a crypto futures symbol. 19 indicators: RSI, MACD, EMA, SMA, Bollinger Bands, ATR, ADX (+DI/−DI), Stochastic, OBV (with price divergence), VWAP, CCI, MFI, Williams %R, ROC, SuperTrend, Ichimoku, Keltner Channels, classic pivot points and swing support/resistance levels. Every indicator returns its current value, the previous bar, a rising/falling/flat direction, a short `series` history and — where it applies — zones and crossovers. EMA/SMA accept several periods at once (default 20/50/200); every period is overridable via `periods`. Pass `intervals` (up to 3) to get 1h/4h/1d in ONE call with a multi-timeframe `confluence` verdict. Each timeframe also carries a `summary` (bias, trend, momentum, volatility, volume, plain-language notes) computed from a fixed indicator set — quote its notes rather than the raw score.
get_derivativesFunding rate, open interest and positioning for Binance USDⓈ-M perpetual futures — the derivatives questions candles cannot answer: is funding high (who is paying whom, annualized), is open interest building or unwinding (24h/4h change, and the OI×price regime: new longs, short covering, new shorts, long liquidation), and which way accounts lean (top-trader long/short by position, all-account ratio, taker buy/sell flow). Each symbol carries plain-language notes — quote those. Up to 5 symbols per call; data is 60s fresh.
screen_symbolsScreen MANY crypto futures symbols at once on one timeframe — "which coins are oversold on 4h", "what is above its 200 EMA with rising volume", "show me squeezes". Give up to 3 AND-ed conditions from a fixed metric list (RSI, stochastic, CCI, MFI, Williams %R, ADX, ROC, MACD histogram, ATR%, volume ratio, Bollinger %B / width, price vs EMA, EMA spread, SuperTrend, change %, price) with lt / gt / crossAbove / crossBelow. Scans the most-traded symbols by 24h volume (default 50, max 100) or an explicit list; every row carries the metric values plus bias, trend, RSI, ADX, ATR% and 24h change. With NO conditions and explicit `symbols` it is a side-by-side comparison table ("compare BTC, ETH, SOL"). ONE quota unit however many symbols — always prefer this over calling get_technical_indicators in a loop.
backtest_conditionWhat happened AFTER a condition in the past, on one symbol and timeframe — "how did BTC do after RSI dropped below 30 on 4h", "is a golden cross on ETH daily actually bullish", "what usually follows a −5% day on SOL". Runs an event study over the whole stored tape (up to 1000 candles: ~41 days on 1h, ~166 days on 4h, ~3 years on 1d): occurrences, average / median forward return, win rate, average best and worst excursion per horizon, the unconditional baseline over the same tape and the EDGE the condition adds over it, the last five episodes, and whether the condition is active on the latest bar. Same condition vocabulary as screen_symbols. Quote the edge and the sample size together — a 3-sample stat is an anecdote.
get_my_accountUse 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 orders, and cannot withdraw. Requires a personal MCP connection (key from traderspy.app Settings).
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。