Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Virustotal

Virustotal

VirusTotal is a free online service that analyzes files and URLs for viruses, worms, trojans, and other kinds of malicious content using multiple antivirus engines and website scanners.

140VIEWS
2614USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app virustotalnpx @composio/cli add cursor --app virustotalnpx @composio/cli add cursor --app virustotalnpx @composio/cli add cursor --app virustotal

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Virustotal Comment

Tool to add a comment to a virustotal resource (file, url, domain, or ip address). use after analyzing a resource to leave contextual feedback. provide exactly one identifier per call.

Add Vote

Tool to add a vote (harmless/malicious) to a virustotal resource. use after reviewing analysis results to submit your verdict.

Get Analysis Report

Tool to retrieve the analysis report of a file or url submission. use after obtaining an analysis id to fetch its detailed report.

Get Comments

Tool to retrieve the latest comments on a virustotal resource. use when you need to review user-generated comments for a file, url, domain, or ip after obtaining its identifier.

Get Domain Relationships

Tool to retrieve relationship objects for a given domain. use when you have a domain and need to explore its related entities.

Get Domain Report

Tool to retrieve the analysis report of a domain. use when you need detailed insight on a domain's reputation and analysis stats.

Get File Report

Tool to retrieve the analysis report of a file. use when you have a file's hash and need detailed scan metadata.

Get Ip Address Relationships

Tool to retrieve objects related to a specific ip address by relationship type. use when you have an ip and need to explore connected files, urls, or other entities.

Get Ip Address Report

Tool to retrieve the analysis report of an ip address. use when you need detailed insight on an ip's reputation, asn, country, and analysis stats.

Get Virustotal Metadata

Tool to retrieve virustotal metadata. use when you need to list all available api endpoints with methods, summaries, and urls.

Get Url Report

Tool to retrieve the analysis report of a url. use when you have a url identifier (base64-url without padding) and need detailed scan results, reputation, and metadata.

Get Votes

Tool to retrieve votes on files, urls, domains, or ip addresses. use when you need to view community votes for a given object.

Rescan File

Tool to re-analyze a previously submitted file. use when you need updated analysis results after an initial scan.

Scan Url

Tool to submit a url for scanning. use when you have a url and need to submit it to virustotal to obtain an analysis id for later retrieval.

Search Virustotal

Tool to search for objects in the virustotal database. use when locating files, urls, domains, ips, or comments matching a query. supports pagination with limit and cursor.

Upload File

Tool to upload a file for scanning. use when you have binary file content ready to submit for virustotal analysis.

16 actions available