You're viewing a demo portfolio

Join the waitlist
PRSM

waveguard_compare

Active

Tool of WaveGuard

declared in 3.3.0

Compare two data items for structural similarity using physics-based fingerprints. Returns cosine similarity (0–1) and Euclidean distance. Use for duplicate detection, behavioral matching, drift analysis, or checking if two tokens/wallets/contracts are structurally similar. Cosine similarity > 0.95 = very similar. < 0.80 = structurally different.

Parameters schema

{
  "type": "object",
  "required": [
    "data_a",
    "data_b"
  ],
  "properties": {
    "data_a": {
      "description": "First data item to compare."
    },
    "data_b": {
      "description": "Second data item to compare (same type as data_a)."
    },
    "encoder_type": {
      "enum": [
        "json",
        "numeric",
        "text",
        "timeseries",
        "tabular"
      ],
      "type": "string",
      "description": "Data encoder. Omit to auto-detect."
    }
  }
}

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_compare — WaveGuard — PRSM MCP