Skip to main content
Glama

VirusTotal MCP Server

get_url_report

Analyze a URL for security threats with detailed scan results, relationship data, and risk indicators. Retrieve information on communicating files, contacted domains/IPs, downloaded files, and redirects.

Instructions

Get a comprehensive URL analysis report including security scan results and key relationships (communicating files, contacted domains/IPs, downloaded files, redirects, threat actors). Returns both the basic security analysis and automatically fetched relationship data.

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The URL to analyze", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from VirusTotal MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BurtTheCoder/mcp-virustotal'

If you have feedback or need assistance with the MCP directory API, please join our Discord server