Virustotal Mcp
@yassinech-99
关于 Virustotal Mcp
MCP server that enables LLMs to interact with the VirusTotal API for malware analysis, URL scanning, and threat intelligence.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"virustotal": {
"command": "uv",
"args": [
"--directory",
"D:\\coolAI\\mcp-client",
"run",
"virustotal_mcp.py"
],
"env": {
"VIRUSTOTAL_API_KEY": "<api_key_here>",
"API_BASE_URL": "https://www.virustotal.com/api/v3",
"REQUEST_TIMEOUT": "30.0"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Virustotal Mcp?
Virustotal Mcp is a Model Context Protocol (MCP) server that enables LLMs to interact with the VirusTotal API for malware analysis, URL scanning, and threat intelligence.
How to use Virustotal Mcp?
After cloning the repository, create a .env file with your VIRUSTOTAL_API_KEY and optionally API_BASE_URL and REQUEST_TIMEOUT. Install dependencies with uv pip install -e ., then configure the server in your MCP client (e.g., Claude Desktop) by adding the server entry pointing to virustotal_mcp.py. Use the provided tools like virustotal_scan_file, virustotal_scan_url, virustotal_get_domain_report, etc.
Key features of Virustotal Mcp
- File analysis via upload or hash reports.
- URL and domain intelligence scanning.
- IP reputation lookups.
- Threat hunting with advanced search.
- Community interaction via comments.
Use cases of Virustotal Mcp
- Analyze suspicious files using MD5, SHA-1, or SHA-256 hashes.
- Scan URLs and get reputation reports for domains.
- Look up threat data associated with IP addresses.
- Perform advanced threat hunting queries using VirusTotal syntax.
- Post comments on files, URLs, domains, or IPs for collaboration.
FAQ from Virustotal Mcp
What API key do I need?
A VirusTotal API key from virustotal.com.
What are the runtime requirements?
Python 3.13+ and uv for dependency management (recommended).
How do I configure environment variables?
Create a .env file with VIRUSTOTAL_API_KEY, API_BASE_URL, and REQUEST_TIMEOUT. Alternatively, set them in the MCP client configuration.
What tools does the server expose?
Tools include virustotal_scan_file, virustotal_get_file_report, virustotal_scan_url, virustotal_get_url_report, virustotal_get_domain_report, virustotal_get_ip_report, virustotal_search, and virustotal_post_comment.
Can I upload files for analysis?
Yes, use the virustotal_scan_file tool to upload a local file.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ICSS
chokcoco不止于 CSS
评论