
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@burtthecoder/mcp-virustotal
Advanced tools
A Model Context Protocol (MCP) server for querying the VirusTotal API. This server provides comprehensive security analysis tools with automatic relationship data fetching. It integrates seamlessly with MCP-compatible applications like Claude Desktop.
To install VirusTotal Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @burtthecoder/mcp-virustotal --client claude
npm install -g @burtthecoder/mcp-virustotal
{
"mcpServers": {
"virustotal": {
"command": "mcp-virustotal",
"env": {
"VIRUSTOTAL_API_KEY": "your-virustotal-api-key"
}
}
}
}
Configuration file location:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
If you prefer to run from source or need to modify the code:
git clone <repository_url>
cd mcp-virustotal
npm install
npm run build
{
"mcpServers": {
"virustotal": {
"command": "node",
"args": ["--experimental-modules", "/absolute/path/to/mcp-virustotal/build/index.js"],
"env": {
"VIRUSTOTAL_API_KEY": "your-virustotal-api-key"
}
}
}
}
get_url_report
url
(required): The URL to analyzeget_file_report
hash
(required): MD5, SHA-1 or SHA-256 hash of the fileget_ip_report
ip
(required): IP address to analyzeget_domain_report
domain
(required): Domain name to analyzerelationships
(optional): Array of specific relationships to include in the reportget_url_relationship
url
(required): The URL to get relationships forrelationship
(required): Type of relationship to query
limit
(optional, default: 10): Maximum number of related objects to retrieve (1-40)cursor
(optional): Continuation cursor for paginationget_file_relationship
hash
(required): MD5, SHA-1 or SHA-256 hash of the filerelationship
(required): Type of relationship to query
limit
(optional, default: 10): Maximum number of related objects to retrieve (1-40)cursor
(optional): Continuation cursor for paginationget_ip_relationship
ip
(required): IP address to analyzerelationship
(required): Type of relationship to query
limit
(optional, default: 10): Maximum number of related objects to retrieve (1-40)cursor
(optional): Continuation cursor for paginationget_domain_relationship
domain
(required): Domain name to analyzerelationship
(required): Type of relationship to query
limit
(optional, default: 10): Maximum number of related objects to retrieve (1-40)cursor
(optional): Continuation cursor for paginationIf you see "Wrong API key" errors:
/tmp/mcp-virustotal-server.log
(on macOS) for API key statusIf you see ES module loading warnings:
--experimental-modules
in the argsTo run in development mode with hot reloading:
npm run dev
The server includes comprehensive error handling for:
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
MCP server for VirusTotal API integration
The npm package @burtthecoder/mcp-virustotal receives a total of 50 weekly downloads. As such, @burtthecoder/mcp-virustotal popularity was classified as not popular.
We found that @burtthecoder/mcp-virustotal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.