You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 3.3.0).

waveguard_token_risk

Inactive

Tool of WaveGuard

declared in 3.3.0

Assess crypto token legitimacy risk. Send metrics from known-good tokens as training (price, volume, holders, liquidity, market_cap, age_days, etc.) and suspect tokens as test. Detects pump-and-dump patterns, fake metrics, and anomalous token profiles. Example: Pull CoinGecko data for 20 established tokens → train. Test a new token → get risk score and which metrics are suspicious.

Parameters schema

{
  "type": "object",
  "required": [
    "training",
    "test"
  ],
  "properties": {
    "test": {
      "type": "array",
      "minItems": 1,
      "description": "1+ suspect token metric objects to evaluate."
    },
    "training": {
      "type": "array",
      "minItems": 2,
      "description": "3+ known-good token metric objects. Each should include fields like price, volume_24h, market_cap, holders, liquidity, age_days, etc."
    },
    "sensitivity": {
      "type": "number",
      "description": "Risk sensitivity (default: 1.5). Higher = more flags."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

WaveGuard

https://github.com/gpartin/LFMAnomalyDetection

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