W
WaveGuard
/waveguard_volume_check
waveguard volume check
Detect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spike
liveverifiedunknown~5s typical
mcpprobedwaveguard
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-emergentphysicslab-waveguard /waveguard_volume_check for me.
Input
| Field | Type | Description |
|---|---|---|
| training* | array | 3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, vol |
| test* | array | 1+ suspect candle objects to evaluate. |
| sensitivity | number | Detection sensitivity (default: 1.5). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-emergentphysicslab-waveguard","endpoint":"/waveguard_volume_check","input":{"training":[],"test":[]}}'cli
npx cracked-ai run -p mcp-com-emergentphysicslab-waveguard -e /waveguard_volume_check -i '{"training":[],"test":[]}'mcp
run_tool({ provider: "mcp-com-emergentphysicslab-waveguard", endpoint: "/waveguard_volume_check", input: {"training":[],"test":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.