Skip to main content
Glama

ClamAV MCP

by a2amarket

scan_file

Scan base64-encoded files for viruses using ClamAV. Provides detailed scan results, including raw clamscan output, to ensure file safety and security.

Instructions

Scan a base64-encoded file using ClamAV. Args: base64_data (str): Base64 encoded string representing a file filename (str): Name of the file to use in the scan Returns: dict: Scan results including the raw clamscan output

Input Schema

NameRequiredDescriptionDefault
base64_dataYes
filenameYes

Input Schema (JSON Schema)

{ "properties": { "base64_data": { "title": "Base64 Data", "type": "string" }, "filename": { "title": "Filename", "type": "string" } }, "required": [ "base64_data", "filename" ], "title": "scan_fileArguments", "type": "object" }
Install Server

Other Tools from ClamAV MCP

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/a2amarket/mcp-clamav'

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