You're viewing a demo portfolio

Join the waitlist
PRSM

analyst_archive

Active

Tool of com.cryptowhaleinsights/whale-insights

declared in 1.0.0

Analyst signal archive — paginated 1-year history (public, MCP-compatible) — Returns a paginated archive of signals attributed to a single analyst, covering up to 1 year (365 days). This is the MCP-tool-compatible variant of the analyst archive — it uses query params instead of path params so AI agents can call it directly without resolving a URL template. Analyst IDs: chain_hawk (ChainHawk, BTC & macro on-chain), whale_watch (WhaleWatch, multi-chain whale moves), alpha_scout (AlphaScout, emerging tokens), defi_pulse (DeFiPulse, DeFi/stables/bridges), quant_edge (QuantEdge, signal risk/convergence), rate_hawk (RateHawk, funding rates & derivatives), flow_tracer (FlowTracer, stablecoin & capital flows), unlock_guard (UnlockGuard, token unlock risk), sentiment_edge (SentimentEdge, social sentiment extremes), narrative_pulse (NarrativePulse, sector rotation & narratives). Filters: period (7d | 30d | 90d | 365d, default 90d), outcome (all | win | loss | neutral | pending, default all), page (1-indexed, default 1)

Parameters schema

{
  "type": "object",
  "required": [
    "analystId"
  ],
  "properties": {
    "page": {
      "type": "integer",
      "default": 1,
      "minimum": 1,
      "description": "Page number (1-indexed, default 1)."
    },
    "limit": {
      "type": "integer",
      "default": 100,
      "maximum": 100,
      "minimum": 10,
      "description": "Results per page (10–100, default 100)."
    },
    "period": {
      "enum": [
        "7d",
        "30d",
        "90d",
        "365d"
      ],
      "type": "string",
      "default": "90d",
      "description": "Time window: 7d | 30d | 90d | 365d (default 90d). Use 365d to access up to 1 year of history."
    },
    "outcome": {
      "enum": [
        "all",
        "win",
        "loss",
        "neutral",
        "pending"
      ],
      "type": "string",
      "default": "all",
      "description": "Filter by outcome: all | win | loss | neutral | pending (default all)."
    },
    "analystId": {
      "enum": [
        "chain_hawk",
        "whale_watch",
        "alpha_scout",
        "defi_pulse",
        "quant_edge",
        "rate_hawk",
        "flow_tracer",
        "unlock_guard",
        "sentiment_edge",
        "narrative_pulse"
      ],
      "type": "string",
      "description": "Analyst slug. Valid values: chain_hawk, whale_watch, alpha_scout, defi_pulse, quant_edge, rate_hawk, flow_tracer, unlock_guard, sentiment_edge, narrative_pulse."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.cryptowhaleinsights/whale-insights

1/7 registries
View full server →
analyst_archive — com.cryptowhaleinsights/whale-insights — PRSM MCP