Back to MCP Servers

WaveGuardClient

Physics-based anomaly detection via MCP. Uses Klein-Gordon wave equations on GPU to detect anomalies with high precision (avg 0.90). 9 tools: scan, fingerprint, compare, token risk, wallet profiling, volume check, price manipulation detection.

data-science-toolsgo

Installation

npx -y WaveGuardClient

Configuration

{
  "mcpServers": {
    "WaveGuardClient": {
      "command": "npx",
      "args": ["-y", "WaveGuardClient"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub