← traderspy.app

INDIVIDUAL MCP TOOL

get_trader_position_history

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

traderspy.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.traderspy.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_trader_position_history and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

traderspy.app

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.

Related tools

  • get_signals — Use this when the user asks for recent public AI crypto trading signals, optionally filtered by coin, importance, or pagination.
  • get_signal_details — Use this when the user needs full details for one AI signal by ID, including review and resolution data.
  • get_signal_stats — Use this when the user asks for aggregate AI signal performance statistics over a specific period.
  • get_top_traders — Use this when the user wants ranked smart-money traders across supported exchanges with sorting and filtering.
  • get_elite_leaderboard — Use this when the user specifically asks for the elite leaderboard by SmartScore across exchanges.
  • get_trader_profile — Use this when the user needs one trader profile, including metrics and latest positions.
  • get_positions — Use this when the user asks for current or historical smart-money positions, optionally filtered by status, source, or symbol.
  • get_market_stats — Use this when the user asks for aggregate market stats (positions, PNL, win rate), optionally scoped by source and period.