← Registry

AI & Machine Learning

traderspy.app

Provides access to AI-generated crypto trading signals, signal details, performance statistics, and top trader rankings.

1 endpoint15 known toolsFirst detected August 16, 2026Last detected August 16, 2026

ENDPOINT 1

https://mcp.traderspy.app/mcp

No auth detected

MCP server metadata

Name
TraderSpy
Version
1.0.0
Capabilities
loggingresources.listChangedtools.listChanged

Known tools 15

get_signals

Use this when the user asks for recent public AI crypto trading signals, optionally filtered by coin, importance, or pagination.

Inferred read-only
get_signal_details

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

Inferred read-only
get_signal_stats

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

Inferred read-only
get_top_traders

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

Inferred read-only
get_elite_leaderboard

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

Inferred read-only
get_trader_profile

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

Inferred read-only
get_trader_position_history

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

Potential side effects
get_positions

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

Inferred read-only
get_market_stats

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

Inferred read-only
get_exchanges

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

Inferred read-only
get_price

Get real-time price data for one or more crypto futures symbols.

Inferred read-only
get_candles

Get OHLCV (Open, High, Low, Close, Volume) candle data for a crypto futures symbol.

Inferred read-only
get_tracked_symbols

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

Inferred read-only
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.

Inferred read-only
get_my_account

Use this when the user asks about THEIR OWN TraderSpy account: Hyperliquid balance, open positions, unrealized PnL, paper-trading account, or whether agent trading is enabled.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.traderspy]
url = "https://mcp.traderspy.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "traderspy": {
      "type": "http",
      "url": "https://mcp.traderspy.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: traderspy
Remote MCP URL: https://mcp.traderspy.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "traderspy": {
      "url": "https://mcp.traderspy.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "traderspy": {
      "type": "http",
      "url": "https://mcp.traderspy.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.