The mcp virustotal server provides access to VirusTotal's API for file, URL, domain, and IP address analysis. It exposes tools for scanning files, retrieving reports, and checking reputation. It connects directly to VirusTotal's API, allowing agents to query threat intelligence data. Developers use it to integrate VirusTotal's threat detection and analysis capabilities into their applications.
The mcp virustotal server provides access to VirusTotal's API for file, URL, domain, and IP address analysis. It exposes tools for scanning files, retrieving reports, and checking reputation. It connects directly to VirusTotal's API, allowing agents to query threat intelligence data. Developers use it to integrate VirusTotal's threat detection and analysis capabilities into their applications.
npx -y @burtthecoder/mcp-virustotalAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"burtthecoder-mcp-virustotal-github": {
"command": "npx",
"args": [
"-y",
"npx -y @burtthecoder/mcp-virustotal"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp virustotal?"
API Key Required
This server requires an API key from mcp virustotal. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_VIRUSTOTAL_API_KEY | Yes | Your mcp virustotal API key |
"What resources are available in mcp virustotal?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp virustotal"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp virustotal with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.