# ESET PROTECT (oci · ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1)

MCP server for ESET PROTECT's ESET Connect API - device, EDR, vulnerability, patch, and user data.

- Trust score: 35/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- oci · `ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1`: 35/100 (this document), [markdown](https://verifymcp.io/servers/wyre-ai-eset-protect-mcp/ghcr-io-wyre-ai-eset-protect-mcp-v1-0-1.md), [page](https://verifymcp.io/servers/wyre-ai-eset-protect-mcp/ghcr-io-wyre-ai-eset-protect-mcp-v1-0-1)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license.
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1452 tokens (~55/item across 26 items; 26 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 73/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 18% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 26 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the ESET PROTECT MCP server?

ESET PROTECT runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add wyre-ai-eset-protect-mcp -- docker run --rm -i ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1
```

### Cursor

```json
{
  "mcpServers": {
    "wyre-ai-eset-protect-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wyre-ai-eset-protect-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add wyre-ai-eset-protect-mcp -- docker run --rm -i ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-eset-protect-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  wyre-ai-eset-protect-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"]
```

### Netclaw

```json
{
  "McpServers": {
    "wyre-ai-eset-protect-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "wyre-ai-eset-protect-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 35)

First indexed and scored.

## MCP tools (26)

### `esetprotect_list_device_groups` (~50 tokens)

List ESET PROTECT device (static/dynamic) groups.

Input parameters:

- `pageSize` (number): Max results per page.
- `pageToken` (string): Page token from a previous response.

### `esetprotect_list_group_devices` (~69 tokens)

List the devices that are members of a given device group.

Input parameters:

- `groupUuid` (string, required): UUID of the device group.
- `pageSize` (number)
- `pageToken` (string)
- `recurseSubgroups` (boolean): Include devices from subgroups. Default false.

### `esetprotect_list_devices` (~76 tokens)

List managed devices (endpoints), optionally filtered by display name, functionality status, or mute state.

Input parameters:

- `displayNames` (array): Filter to these exact display names.
- `functionalityStatus` (string)
- `isMuted` (boolean)
- `pageSize` (number)
- `pageToken` (string)

### `esetprotect_get_device` (~26 tokens)

Get a single managed device by UUID.

Input parameters:

- `deviceUuid` (string, required)

### `esetprotect_batch_get_devices` (~46 tokens)

Get multiple managed devices by UUID in one call (max recommended 100, hard limit 1000).

Input parameters:

- `devicesUuids` (array, required): Device UUIDs to fetch.

### `esetprotect_list_detections` (~105 tokens)

List detections (v1 - legacy surface, endpoint antivirus/firewall detections only). Prefer esetprotect_list_detections_v2 for new integrations.

Input parameters:

- `deviceUuid` (string)
- `endTime` (string): RFC3339 timestamp, exclusive upper bound on occurTime.
- `pageSize` (number)
- `pageToken` (string)
- `startTime` (string): RFC3339 timestamp, inclusive lower bound on occurTime.

### `esetprotect_get_detection` (~31 tokens)

Get a single detection by UUID (v1 - legacy surface).

Input parameters:

- `detectionUuid` (string, required)

### `esetprotect_list_detections_v2` (~97 tokens)

List detections (v2 - covers endpoint, cloud office, and EDR detections).

Input parameters:

- `cloudOfficeTenantUuid` (string)
- `endTime` (string): RFC3339 timestamp, exclusive upper bound on occurTime.
- `pageSize` (number)
- `pageToken` (string)
- `startTime` (string): RFC3339 timestamp, inclusive lower bound on occurTime.

### `esetprotect_get_detection_v2` (~30 tokens)

Get a single detection by UUID (v2).

Input parameters:

- `detectionUuid` (string, required)

### `esetprotect_batch_get_detections` (~45 tokens)

Get multiple v2 detections by UUID in one call (max recommended 100, hard limit 1000).

Input parameters:

- `detectionUuids` (array, required)

### `esetprotect_list_detection_groups` (~81 tokens)

List detection groups - related detections clustered together (e.g. the same malware across many devices).

Input parameters:

- `cloudOfficeTenantUuid` (string)
- `deviceUuid` (string)
- `endTime` (string)
- `pageSize` (number)
- `pageToken` (string)
- `startTime` (string)

### `esetprotect_get_detection_group` (~28 tokens)

Get a single detection group by UUID.

Input parameters:

- `detectionGroupUuid` (string, required)

### `esetprotect_list_edr_rules` (~75 tokens)

List EDR (Endpoint Detection & Response) detection rules.

Input parameters:

- `includeTotalSize` (boolean): Include totalSize in the response (costs an extra count query).
- `pageSize` (number)
- `pageToken` (string)
- `severityLevel` (string): Filter by rule severity level.

### `esetprotect_get_edr_rule` (~29 tokens)

Get a single EDR rule by UUID.

Input parameters:

- `ruleUuid` (string, required)

### `esetprotect_list_edr_rule_exclusions` (~45 tokens)

List EDR rule exclusions.

Input parameters:

- `includeTotalSize` (boolean)
- `pageSize` (number)
- `pageToken` (string)

### `esetprotect_get_edr_rule_exclusion` (~32 tokens)

Get a single EDR rule exclusion by UUID.

Input parameters:

- `exclusionUuid` (string, required)

### `esetprotect_list_device_os_vulnerabilities` (~55 tokens)

List operating-system vulnerabilities found on devices.

Input parameters:

- `deviceGroupUuid` (string)
- `deviceUuid` (string)
- `pageSize` (number)
- `pageToken` (string)

### `esetprotect_list_device_vulnerabilities` (~68 tokens)

List vulnerabilities found on devices (application, OS, or package scope).

Input parameters:

- `deviceGroupUuid` (string)
- `deviceUuid` (string)
- `pageSize` (number)
- `pageToken` (string)
- `vulnerabilityScope` (string)

### `esetprotect_list_recent_scans` (~52 tokens)

List details of recent vulnerability scans.

Input parameters:

- `deviceGroupUuid` (string)
- `deviceUuid` (string)
- `pageSize` (number)
- `pageToken` (string)

### `esetprotect_list_vulnerable_devices` (~49 tokens)

List devices that currently have one or more known vulnerabilities.

Input parameters:

- `deviceGroupUuid` (string)
- `pageSize` (number)
- `pageToken` (string)

### `esetprotect_list_recent_application_patching_details` (~28 tokens)

List details of the most recent application-patching processes across the fleet.

### `esetprotect_list_device_patches` (~74 tokens)

List patches (available/applied) for devices, optionally filtered by device, group, or patch type.

Input parameters:

- `deviceGroupUuid` (string)
- `deviceUuid` (string)
- `pageSize` (number)
- `pageToken` (string)
- `patchType` (string)

### `esetprotect_list_patching_process_details` (~98 tokens)

List detailed patching-process history for devices within an optional time window.

Input parameters:

- `deviceGroupUuid` (string)
- `deviceUuid` (string)
- `endTime` (string): RFC3339 timestamp, exclusive end of the time period.
- `pageSize` (number)
- `pageToken` (string)
- `startTime` (string): RFC3339 timestamp, inclusive start of the time period.

### `esetprotect_list_users` (~99 tokens)

List ESET Business Account users provisioned into this ESET PROTECT tenant, with optional filters.

Input parameters:

- `cloudOfficeTenantReference` (string)
- `displayName` (string)
- `email` (string)
- `hasCloudOfficeMsLicense` (boolean)
- `pageSize` (number)
- `pageToken` (string)
- `protectionStatus` (string)
- `userGroupUuid` (string)

### `esetprotect_get_user` (~25 tokens)

Get a single user by UUID.

Input parameters:

- `userUuid` (string, required)

### `esetprotect_batch_get_users` (~39 tokens)

Get multiple users by UUID in one call. Atomic: every requested user is returned or none.

Input parameters:

- `usersUuids` (array, required)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-ai-eset-protect-mcp/ghcr-io-wyre-ai-eset-protect-mcp-v1-0-1#diagnostics

## Score history

- 2026-09-21: 35
- 2026-09-20: 35

## Common questions

### What is the ESET PROTECT MCP server?

ESET PROTECT is an MCP server listed in the public MCP registry as io.github.WYRE-AI/eset-protect-mcp. MCP server for ESET PROTECT's ESET Connect API - device, EDR, vulnerability, patch, and user data. This page covers its container image (ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1).

### Is the ESET PROTECT MCP server safe to use?

ESET PROTECT scores 35 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ESET PROTECT MCP server expose?

ESET PROTECT exposes 26 tools: esetprotect_list_device_groups, esetprotect_list_group_devices, esetprotect_list_devices, esetprotect_get_device, esetprotect_batch_get_devices, and 21 more. Their descriptions and schemas cost roughly 1,452 tokens of context every time the server is loaded.

### Is the ESET PROTECT MCP server still maintained?

ESET PROTECT is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the ESET PROTECT MCP server under?

ESET PROTECT declares the NOASSERTION licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.

## Links

- Repository: https://github.com/WYRE-AI/eset-protect-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-ai-eset-protect-mcp/ghcr-io-wyre-ai-eset-protect-mcp-v1-0-1.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-ai-eset-protect-mcp/ghcr-io-wyre-ai-eset-protect-mcp-v1-0-1.json
- HTML version of this page: https://verifymcp.io/servers/wyre-ai-eset-protect-mcp/ghcr-io-wyre-ai-eset-protect-mcp-v1-0-1
