You're viewing a demo portfolio

Join the waitlist
PRSM

waveguard_volume_check

Active

Tool of WaveGuard

declared in 3.3.0

Detect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spikes, suspiciously regular patterns, and manipulated price-volume relationships. Example: Send 100 candles from a liquid pair as baseline, test candles from a suspicious pair.

Parameters schema

{
  "type": "object",
  "required": [
    "training",
    "test"
  ],
  "properties": {
    "test": {
      "type": "array",
      "minItems": 1,
      "description": "1+ suspect candle objects to evaluate."
    },
    "training": {
      "type": "array",
      "minItems": 2,
      "description": "3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, volume."
    },
    "sensitivity": {
      "type": "number",
      "description": "Detection sensitivity (default: 1.5)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WaveGuard

https://github.com/gpartin/LFMAnomalyDetection

2/7 registries
View full server →
waveguard_volume_check — WaveGuard — PRSM MCP