Back to MCP Servers

CryptoGuardClient

Per-transaction deterministic crypto validator for AI trading agents. Validate trades (PROCEED/CAUTION/BLOCK), scan tokens, detect rug pulls — powered by WaveGuard physics engine. 5 free calls/day, x402 USDC payments. `pip install CryptoGuardClient`

finance-fintechaiagent

Installation

pip install CryptoGuardClient

Configuration

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

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