virustotal-rs

ThreatFlux/virustotal-rs
★ 2 stars Rust 🔌 API Integration Updated today
A rust VTI SDK and MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "virustotal-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "virustotal-rs"
      ]
    }
  }
}

README Excerpt

<div align="center"> **Async Rust SDK for the VirusTotal API v3, with optional CLI and MCP server support.** </div> - [Features](#features) - [Installation](#installation) - [Quick Start](#quick-start) - [Feature Flags](#feature-flags) - [CLI and MCP Binaries](#cli-and-mcp-binaries) - [Development](#development)

Tools (3)

climcptokio