{"name":"app.traderspy/traderspy","slug":"traderspy","title":"TraderSpy","description":"AI crypto signals, whale positions, 19 technical indicators, derivatives, screener and backtests","url":"https://mcp.market/server/traderspy","rating":null,"grade":"A","score":88,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-18T10:49:29.000Z","license":"MIT"},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T15:05:42.591Z","last_ok_at":"2026-09-19T15:05:42.591Z","latency_ms":337},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/target1m/traderspy-mcp","website":"https://traderspy.app/mcp","version":"3.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.traderspy.app/mcp","headers":[{"description":"Personal TraderSpy MCP key. Generate one for free at https://traderspy.app/mcp","isRequired":true,"value":"Bearer {api_key}","isSecret":true,"variables":{"api_key":{"description":"TraderSpy MCP key, starts with mcp_","isRequired":true,"format":"string","isSecret":true}},"name":"Authorization"}]}],"packages":[],"tools":[{"name":"backtest_condition","description":"What 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Trading pair, e.g. BTCUSDT (a bare \"BTC\" is read as its USDT perpetual)"},"interval":{"type":"string","enum":["1m","5m","15m","1h","4h","1d"],"default":"4h","description":"Candle timeframe"},"conditions":{"type":"array","items":{"type":"object","properties":{"metric":{"type":"string","enum":["rsi","stochastic","cci","mfi","williamsR","adx","roc","macdHistogram","atrPct","volumeRatio","bbPercentB","bbWidthPct","priceVsEma","emaSpread","supertrend","changePct","price"],"description":"Metric. Defaults in brackets. rsi(14): RSI, 0–100; stochastic(14,3): Slow stochastic %K (period, %D smoothing), 0–100; cci(20): Commodity Channel Index; mfi(14): Money Flow Index, 0–100; williamsR(14): Williams %R, −100–0; adx(14): Average Directional Index; roc(12): Rate of change in %; macdHistogram(12,26): MACD histogram (fast, slow; signal 9); atrPct(14): ATR as % of price; volumeRatio(20): Bar volume ÷ average of the previous N bars; bbPercentB(20): Position inside Bollinger (20, 2): 0 = lower band, 1 = upper band; bbWidthPct(20): Bollinger band width as % of the middle band; priceVsEma(50): % distance of close from EMA(period); > 0 = above; emaSpread(50,200): % of EMA(period) over EMA(period2); crossAbove 0 = golden cross; supertrend(10): +1 in an up-trend, −1 in a down-trend (ATR period, multiplier 3); changePct(24): % change of close over the last N bars; price: Close price"},"op":{"type":"string","enum":["lt","gt","crossAbove","crossBelow"],"description":"lt / gt compare the latest value; crossAbove / crossBelow are one-bar events (previous bar on the other side)."},"value":{"type":"number","description":"Threshold, in the metric's own unit (RSI 30, %B 0, spread 0, change −5 …)"},"period":{"type":"integer","minimum":2,"maximum":200,"description":"Override the metric's primary period (RSI length, EMA period, bars for changePct)"},"period2":{"type":"integer","minimum":2,"maximum":200,"description":"Second period where the metric has one: slow EMA for emaSpread, slow MACD, stochastic %D"}},"required":["metric","op","value"],"additionalProperties":false},"maxItems":3,"description":"Up to 3 conditions, AND-ed. Examples: RSI oversold = {\"metric\":\"rsi\",\"op\":\"lt\",\"value\":30}; above the 200 EMA = {\"metric\":\"priceVsEma\",\"op\":\"gt\",\"value\":0,\"period\":200}; golden cross = {\"metric\":\"emaSpread\",\"op\":\"crossAbove\",\"value\":0,\"period\":50,\"period2\":200}; MACD bullish cross = {\"metric\":\"macdHistogram\",\"op\":\"crossAbove\",\"value\":0}; dumped 5% in a day = {\"metric\":\"changePct\",\"op\":\"lt\",\"value\":-5,\"period\":24}."},"horizons":{"type":"array","items":{"type":"integer","minimum":1,"maximum":200},"minItems":1,"maxItems":4,"description":"Bars ahead to measure returns over (≤ 4). Default per interval ≈ 4h / 1d / 3d: 1h → [4, 24, 72], 4h → [6, 18, 42], 1d → [1, 3, 7]."}},"required":["symbol","conditions"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_candles","description":"Get OHLCV (Open, High, Low, Close, Volume) candle data for a crypto futures symbol. Useful for charting, price history, and technical analysis.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Trading pair symbol, e.g. BTCUSDT"},"interval":{"type":"string","enum":["1m","5m","15m","1h","4h","1d"],"default":"1h","description":"Candle interval/timeframe"},"limit":{"type":"number","minimum":1,"maximum":500,"default":100,"description":"Number of candles to return"}},"required":["symbol"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_derivatives","description":"Funding 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbols":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":5,"description":"Up to 5 Binance USDⓈ-M futures symbols, e.g. [\"BTCUSDT\", \"ETHUSDT\"]. A bare base asset (\"BTC\") is read as its USDT perpetual."}},"required":["symbols"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_elite_leaderboard","description":"Use this when the user specifically asks for the elite leaderboard by SmartScore across exchanges.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_exchanges","description":"Use this when the user asks which exchanges are currently available in TraderSpy smart-money tracking.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_market_stats","description":"Use this when the user asks for aggregate market stats (positions, PNL, win rate), optionally scoped by source and period.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"source":{"type":"string","enum":["all","binance","hyperliquid","bybit","okx"],"default":"all","description":"Exchange filter"},"period":{"type":"string","enum":["4h","8h","24h","7d"],"description":"Time period for closed position stats"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_my_account","description":"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 orders, and cannot withdraw. Requires a personal MCP connection (key from traderspy.app Settings).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_positions","description":"Use this when the user asks for current or historical smart-money positions, optionally filtered by status, source, or symbol.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["all","open","closed"],"default":"all","description":"Position status filter"},"source":{"type":"string","enum":["all","binance","hyperliquid","bybit","okx"],"default":"all","description":"Exchange filter"},"symbol":{"type":"string","description":"Filter by trading pair, e.g. BTC, ETHUSDT"},"limit":{"type":"number","minimum":1,"maximum":50,"default":20,"description":"Number of positions to return"},"offset":{"type":"number","minimum":0,"default":0,"description":"Offset for pagination"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_price","description":"Get real-time price data for one or more crypto futures symbols. Returns current price, 24h high/low, volume, and 24h price change percentage.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbols":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":20,"description":"List of symbols to get prices for, e.g. [\"BTCUSDT\", \"ETHUSDT\"]"}},"required":["symbols"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_signal_details","description":"Use this when the user needs full details for one AI signal by ID, including review and resolution data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"signalId":{"type":"string","description":"The ID of the signal to retrieve"}},"required":["signalId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_signal_stats","description":"Use this when the user asks for aggregate AI signal performance statistics over a specific period.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"period":{"type":"string","enum":["4h","8h","24h","7d"],"default":"24h","description":"Time period for statistics"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_signals","description":"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` — the card view renders exactly what was fetched, so over-fetching shows more cards than the user asked for.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number","minimum":1,"maximum":50,"default":20,"description":"Number of signals to return"},"skip":{"type":"number","minimum":0,"default":0,"description":"Offset for pagination"},"importance":{"type":"string","enum":["high","medium","low","all"],"default":"all","description":"Filter by signal importance"},"coin":{"type":"string","description":"Filter by coin symbol, e.g. BTC, ETH"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_technical_indicators","description":"Technical 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Trading pair symbol, e.g. BTCUSDT"},"interval":{"type":"string","enum":["1m","5m","15m","1h","4h","1d"],"default":"1h","description":"Candle timeframe. Ignored when `intervals` is given."},"intervals":{"type":"array","items":{"type":"string","enum":["1m","5m","15m","1h","4h","1d"]},"minItems":1,"maxItems":3,"description":"Up to 3 timeframes in ONE call (one quota unit), e.g. [\"1h\",\"4h\",\"1d\"]. The response then carries per-timeframe results plus a `confluence` verdict."},"indicators":{"type":"array","items":{"type":"string","enum":["rsi","macd","ema","sma","bollinger","atr","adx","stochastic","obv","vwap","cci","mfi","williamsR","roc","supertrend","ichimoku","keltner","pivots","levels"]},"minItems":1,"maxItems":19,"default":["rsi","macd","ema","bollinger"],"description":"Indicators to compute. `levels` = swing support/resistance from price structure, `pivots` = classic floor pivots from the previous day."},"periods":{"type":"object","properties":{"rsi":{"type":"integer","minimum":2,"maximum":500,"description":"RSI period (default 14)"},"ema":{"type":"array","items":{"type":"integer","minimum":2,"maximum":500},"minItems":1,"maxItems":4,"description":"EMA periods, up to 4 (default [20, 50, 200])"},"sma":{"type":"array","items":{"type":"integer","minimum":2,"maximum":500},"minItems":1,"maxItems":4,"description":"SMA periods, up to 4 (default [20, 50, 200])"},"macdFast":{"type":"integer","minimum":2,"maximum":500,"description":"MACD fast EMA (default 12)"},"macdSlow":{"type":"integer","minimum":2,"maximum":500,"description":"MACD slow EMA (default 26)"},"macdSignal":{"type":"integer","minimum":2,"maximum":500,"description":"MACD signal EMA (default 9)"},"bollinger":{"type":"integer","minimum":2,"maximum":500,"description":"Bollinger period (default 20)"},"bollingerStdDev":{"type":"number","minimum":0.5,"maximum":5,"description":"Bollinger std-dev multiplier (default 2)"},"atr":{"type":"integer","minimum":2,"maximum":500,"description":"ATR period (default 14)"},"adx":{"type":"integer","minimum":2,"maximum":500,"description":"ADX period (default 14)"},"stochastic":{"type":"integer","minimum":2,"maximum":500,"description":"Stochastic %K period (default 14)"},"stochasticSignal":{"type":"integer","minimum":2,"maximum":500,"description":"Stochastic %D smoothing (default 3)"},"cci":{"type":"integer","minimum":2,"maximum":500,"description":"CCI period (default 20)"},"mfi":{"type":"integer","minimum":2,"maximum":500,"description":"MFI period (default 14)"},"williamsR":{"type":"integer","minimum":2,"maximum":500,"description":"Williams %R period (default 14)"},"roc":{"type":"integer","minimum":2,"maximum":500,"description":"Rate-of-change period (default 12)"},"vwap":{"type":"integer","minimum":2,"maximum":500,"description":"Rolling VWAP window in bars (default 48)"},"obv":{"type":"integer","minimum":2,"maximum":500,"description":"OBV averaging window (default 20)"},"supertrend":{"type":"integer","minimum":2,"maximum":500,"description":"SuperTrend ATR period (default 10)"},"supertrendMultiplier":{"type":"number","minimum":0.5,"maximum":10,"description":"SuperTrend ATR multiplier (default 3)"},"keltner":{"type":"integer","minimum":2,"maximum":500,"description":"Keltner EMA period (default 20)"},"keltnerAtr":{"type":"integer","minimum":2,"maximum":500,"description":"Keltner ATR period (default 10)"},"keltnerMultiplier":{"type":"number","minimum":0.5,"maximum":10,"description":"Keltner ATR multiplier (default 2)"}},"additionalProperties":false,"description":"Optional period overrides, e.g. {\"ema\":[9,21,55,200],\"rsi\":7}"},"history":{"type":"integer","minimum":0,"maximum":20,"default":5,"description":"Prior values returned per indicator as `series` (oldest → newest, length history + 1). 0 = latest only."}},"required":["symbol"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_top_traders","description":"Use this when the user wants ranked smart-money traders across supported exchanges with sorting and filtering.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"source":{"type":"string","enum":["all","binance","hyperliquid","bybit","okx"],"default":"all","description":"Exchange to filter by"},"timeRange":{"type":"string","enum":["24h","3D","7D","30D"],"default":"30D","description":"Performance time range"},"rankingType":{"type":"string","enum":["ROI","PNL"],"default":"ROI","description":"Ranking snapshot type"},"sortBy":{"type":"string","enum":["ROI","PNL","SCORE"],"description":"Sort metric (defaults to ranking type)"},"order":{"type":"string","enum":["ASC","DESC"],"default":"DESC","description":"Sort direction"},"limit":{"type":"number","minimum":1,"maximum":200,"default":20,"description":"Number of traders to return"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_tracked_symbols","description":"List all crypto futures symbols currently tracked by TraderSpy with real-time candle data available.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_trader_position_history","description":"Use this when the user asks for closed trade history of a specific trader.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"traderId":{"type":"string","description":"The trader ID"},"source":{"type":"string","enum":["binance","hyperliquid","bybit","okx"],"default":"binance","description":"Exchange"},"page":{"type":"number","minimum":1,"default":1,"description":"Page number"},"limit":{"type":"number","minimum":1,"maximum":50,"default":20,"description":"Results per page"}},"required":["traderId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_trader_profile","description":"Use this when the user needs one trader profile, including metrics and latest positions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"traderId":{"type":"string","description":"The trader ID"},"source":{"type":"string","enum":["binance","hyperliquid","bybit","okx"],"default":"binance","description":"Exchange the trader is on"},"timeRange":{"type":"string","enum":["24h","3D","7D","30D"],"default":"30D","description":"Performance time range"},"rankingType":{"type":"string","enum":["ROI","PNL"],"default":"ROI","description":"Ranking snapshot type"}},"required":["traderId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"screen_symbols","description":"Screen 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"interval":{"type":"string","enum":["1m","5m","15m","1h","4h","1d"],"default":"4h","description":"Candle timeframe to evaluate on"},"conditions":{"type":"array","items":{"type":"object","properties":{"metric":{"type":"string","enum":["rsi","stochastic","cci","mfi","williamsR","adx","roc","macdHistogram","atrPct","volumeRatio","bbPercentB","bbWidthPct","priceVsEma","emaSpread","supertrend","changePct","price"],"description":"Metric. Defaults in brackets. rsi(14): RSI, 0–100; stochastic(14,3): Slow stochastic %K (period, %D smoothing), 0–100; cci(20): Commodity Channel Index; mfi(14): Money Flow Index, 0–100; williamsR(14): Williams %R, −100–0; adx(14): Average Directional Index; roc(12): Rate of change in %; macdHistogram(12,26): MACD histogram (fast, slow; signal 9); atrPct(14): ATR as % of price; volumeRatio(20): Bar volume ÷ average of the previous N bars; bbPercentB(20): Position inside Bollinger (20, 2): 0 = lower band, 1 = upper band; bbWidthPct(20): Bollinger band width as % of the middle band; priceVsEma(50): % distance of close from EMA(period); > 0 = above; emaSpread(50,200): % of EMA(period) over EMA(period2); crossAbove 0 = golden cross; supertrend(10): +1 in an up-trend, −1 in a down-trend (ATR period, multiplier 3); changePct(24): % change of close over the last N bars; price: Close price"},"op":{"type":"string","enum":["lt","gt","crossAbove","crossBelow"],"description":"lt / gt compare the latest value; crossAbove / crossBelow are one-bar events (previous bar on the other side)."},"value":{"type":"number","description":"Threshold, in the metric's own unit (RSI 30, %B 0, spread 0, change −5 …)"},"period":{"type":"integer","minimum":2,"maximum":200,"description":"Override the metric's primary period (RSI length, EMA period, bars for changePct)"},"period2":{"type":"integer","minimum":2,"maximum":200,"description":"Second period where the metric has one: slow EMA for emaSpread, slow MACD, stochastic %D"}},"required":["metric","op","value"],"additionalProperties":false},"maxItems":3,"description":"Up to 3 conditions, AND-ed. Examples: RSI oversold = {\"metric\":\"rsi\",\"op\":\"lt\",\"value\":30}; above the 200 EMA = {\"metric\":\"priceVsEma\",\"op\":\"gt\",\"value\":0,\"period\":200}; golden cross = {\"metric\":\"emaSpread\",\"op\":\"crossAbove\",\"value\":0,\"period\":50,\"period2\":200}; MACD bullish cross = {\"metric\":\"macdHistogram\",\"op\":\"crossAbove\",\"value\":0}; dumped 5% in a day = {\"metric\":\"changePct\",\"op\":\"lt\",\"value\":-5,\"period\":24}."},"symbols":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":100,"description":"Explicit symbols to scan (≤ 100, e.g. [\"BTC\",\"ETH\",\"SOL\"]). Omit to scan the most-traded symbols instead. With no `conditions`, every listed symbol is returned as a comparison table."},"universe":{"type":"integer","minimum":5,"maximum":100,"default":50,"description":"How many of the most-traded symbols (by 24h volume) to scan when `symbols` is omitted (max 100)"},"limit":{"type":"integer","minimum":1,"maximum":50,"default":20,"description":"Rows to return"},"sortBy":{"type":"string","enum":["volume","change24h","metric"],"description":"volume (24h quote volume), change24h, or metric (the first condition's metric). Default: metric when conditions are given, else volume."},"sortOrder":{"type":"string","enum":["asc","desc"],"default":"desc"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":88,"grade":"A","scanned_at":"2026-09-19T19:49:46.743Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:49:46.733Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1628ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":8,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.traderspy.app/mcp","reachable":true,"authRequired":false,"latencyMs":1628,"serverInfo":{"name":"TraderSpy","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"target1m","repo":"traderspy-mcp","archived":false,"pushedAt":"2026-09-18T10:49:29Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/109827309?v=4","ownerCreatedAt":"2022-07-22T20:49:42Z","license":"MIT"},"icon":{"url":"https://traderspy.app/favicon.png","source":"registry","width":512,"height":512},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-18T10:49:29.000Z","score":23}}}},"grade_history":[],"reviews":[]}