Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTPUT_FORMAT | No | Optional: Output format for results, either 'json' or 'text' (default). | text |
| HIGH_THRESHOLD | No | Optional: Threat level threshold for high risk assessment. | 0.6 |
| CRITICAL_THRESHOLD | No | Optional: Threat level threshold for critical risk assessment. | 0.8 |
| VIRUSTOTAL_API_KEY | Yes | VirusTotal API key used for threat scanning features. Required for the scan_with_virustotal function. | |
| VIRUSTOTAL_RATE_LIMIT | No | Optional: API rate limiting for VirusTotal (requests per minute). Default is 4. | 4 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |