NeuralDefend-SDKs

Neural-Defend/NeuralDefend-SDKs
★ 0 stars Python AI/LLM Updated today
Official Neural Defend SDKs, MCP server, and agent integrations
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "neuraldefend-sdks": {
      "command": "uvx",
      "args": [
        "neuraldefend-sdks"
      ]
    }
  }
}

Or install with pip: pip install neuraldefend-sdks

README Excerpt

Official clients for the **NeuroVerify Detection API**, which evaluates images and videos for signs of AI generation, manipulation, spoofing, and related authenticity risks. | Integration | Best for | Install | Guide | |---|---|---|---| | [Python `neuraldefend` 1.0.2](https://pypi.org/project/neuraldefend/1.0.2/) | Python services and scripts (Python 3.9+) | `pip install neuraldefend` | [Python SDK](packages/python/README.md) |