AI & Machine Learning
traderspy.app
Provides access to AI-generated crypto trading signals, signal details, performance statistics, and top trader rankings.
ENDPOINT 1
https://mcp.traderspy.app/mcp
MCP server metadata
- Name
- TraderSpy
- Version
- 1.0.0
Known tools 15
get_signalsUse this when the user asks for recent public AI crypto trading signals, optionally filtered by coin, importance, or pagination.
Inferred read-onlyget_signal_detailsUse this when the user needs full details for one AI signal by ID, including review and resolution data.
Inferred read-onlyget_signal_statsUse this when the user asks for aggregate AI signal performance statistics over a specific period.
Inferred read-onlyget_top_tradersUse this when the user wants ranked smart-money traders across supported exchanges with sorting and filtering.
Inferred read-onlyget_elite_leaderboardUse this when the user specifically asks for the elite leaderboard by SmartScore across exchanges.
Inferred read-onlyget_trader_profileUse this when the user needs one trader profile, including metrics and latest positions.
Inferred read-onlyget_trader_position_historyUse this when the user asks for closed trade history of a specific trader.
Potential side effectsget_positionsUse this when the user asks for current or historical smart-money positions, optionally filtered by status, source, or symbol.
Inferred read-onlyget_market_statsUse this when the user asks for aggregate market stats (positions, PNL, win rate), optionally scoped by source and period.
Inferred read-onlyget_exchangesUse this when the user asks which exchanges are currently available in TraderSpy smart-money tracking.
Inferred read-onlyget_candlesGet OHLCV (Open, High, Low, Close, Volume) candle data for a crypto futures symbol.
Inferred read-onlyget_tracked_symbolsList all crypto futures symbols currently tracked by TraderSpy with real-time candle data available.
Inferred read-onlyget_technical_indicatorsCompute 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-onlyget_my_accountUse 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.