ESET PROTECT
OCI · GHCR.IO/WYRE-AI/ESET-PROTECT-MCP:V1.0.1 · SCANNED SEP 20
MCP server for ESET PROTECT's ESET Connect API - device, EDR, vulnerability, patch, and user data.
Available components
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. How we score → Why this is hard to score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- 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.Unverified
- Install-script risk not yet assessed.Unverified
- 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.Unverified
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1452 tokens (~55/item across 26 items; 26 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage73
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 18% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 26 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
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.
oci · ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1
claude mcp add wyre-ai-eset-protect-mcp -- docker run --rm -i ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1
{
"mcpServers": {
"wyre-ai-eset-protect-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
]
}
}
} {
"servers": {
"wyre-ai-eset-protect-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
]
}
}
} codex mcp add wyre-ai-eset-protect-mcp -- docker run --rm -i ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1
{
"$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
}
}
} mcp_servers:
wyre-ai-eset-protect-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"] {
"McpServers": {
"wyre-ai-eset-protect-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
]
}
}
} {
"mcpServers": {
"wyre-ai-eset-protect-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 35
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
Background: How many MCP packages publish verified provenance →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
esetprotect_batch_get_detections ~45
Get multiple v2 detections by UUID in one call (max recommended 100, hard limit 1000).
| Name | Type | Req | Description |
|---|---|---|---|
| detectionUuids | array | yes | – |
No output schema declared.
No examples provided.
esetprotect_batch_get_devices ~46
Get multiple managed devices by UUID in one call (max recommended 100, hard limit 1000).
| Name | Type | Req | Description |
|---|---|---|---|
| devicesUuids | array | yes | Device UUIDs to fetch. |
No output schema declared.
No examples provided.
esetprotect_batch_get_users ~39
Get multiple users by UUID in one call. Atomic: every requested user is returned or none.
| Name | Type | Req | Description |
|---|---|---|---|
| usersUuids | array | yes | – |
No output schema declared.
No examples provided.
esetprotect_get_detection ~31
Get a single detection by UUID (v1 - legacy surface).
| Name | Type | Req | Description |
|---|---|---|---|
| detectionUuid | string | yes | – |
No output schema declared.
No examples provided.
esetprotect_get_detection_group ~28
Get a single detection group by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| detectionGroupUuid | string | yes | – |
No output schema declared.
No examples provided.
esetprotect_get_detection_v2 ~30
Get a single detection by UUID (v2).
| Name | Type | Req | Description |
|---|---|---|---|
| detectionUuid | string | yes | – |
No output schema declared.
No examples provided.
esetprotect_get_device ~26
Get a single managed device by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceUuid | string | yes | – |
No output schema declared.
No examples provided.
esetprotect_get_edr_rule ~29
Get a single EDR rule by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| ruleUuid | string | yes | – |
No output schema declared.
No examples provided.
esetprotect_get_edr_rule_exclusion ~32
Get a single EDR rule exclusion by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| exclusionUuid | string | yes | – |
No output schema declared.
No examples provided.
esetprotect_get_user ~25
Get a single user by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| userUuid | string | yes | – |
No output schema declared.
No examples provided.
esetprotect_list_detection_groups ~81
List detection groups - related detections clustered together (e.g. the same malware across many devices).
| Name | Type | Req | Description |
|---|---|---|---|
| cloudOfficeTenantUuid | string | – | – |
| deviceUuid | string | – | – |
| endTime | string | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
| startTime | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_detections ~105
List detections (v1 - legacy surface, endpoint antivirus/firewall detections only). Prefer esetprotect_list_detections_v2 for new integrations.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceUuid | string | – | – |
| endTime | string | – | RFC3339 timestamp, exclusive upper bound on occurTime. |
| pageSize | number | – | – |
| pageToken | string | – | – |
| startTime | string | – | RFC3339 timestamp, inclusive lower bound on occurTime. |
No output schema declared.
No examples provided.
esetprotect_list_detections_v2 ~97
List detections (v2 - covers endpoint, cloud office, and EDR detections).
| Name | Type | Req | Description |
|---|---|---|---|
| cloudOfficeTenantUuid | string | – | – |
| endTime | string | – | RFC3339 timestamp, exclusive upper bound on occurTime. |
| pageSize | number | – | – |
| pageToken | string | – | – |
| startTime | string | – | RFC3339 timestamp, inclusive lower bound on occurTime. |
No output schema declared.
No examples provided.
esetprotect_list_device_groups ~50
List ESET PROTECT device (static/dynamic) groups.
| Name | Type | Req | Description |
|---|---|---|---|
| pageSize | number | – | Max results per page. |
| pageToken | string | – | Page token from a previous response. |
No output schema declared.
No examples provided.
esetprotect_list_device_os_vulnerabilities ~55
List operating-system vulnerabilities found on devices.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceGroupUuid | string | – | – |
| deviceUuid | string | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_device_patches ~74
List patches (available/applied) for devices, optionally filtered by device, group, or patch type.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceGroupUuid | string | – | – |
| deviceUuid | string | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
| patchType | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_device_vulnerabilities ~68
List vulnerabilities found on devices (application, OS, or package scope).
| Name | Type | Req | Description |
|---|---|---|---|
| deviceGroupUuid | string | – | – |
| deviceUuid | string | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
| vulnerabilityScope | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_devices ~76
List managed devices (endpoints), optionally filtered by display name, functionality status, or mute state.
| Name | Type | Req | Description |
|---|---|---|---|
| displayNames | array | – | Filter to these exact display names. |
| functionalityStatus | string | – | – |
| isMuted | boolean | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_edr_rule_exclusions ~45
List EDR rule exclusions.
| Name | Type | Req | Description |
|---|---|---|---|
| includeTotalSize | boolean | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_edr_rules ~75
List EDR (Endpoint Detection & Response) detection rules.
| Name | Type | Req | Description |
|---|---|---|---|
| includeTotalSize | boolean | – | Include totalSize in the response (costs an extra count query). |
| pageSize | number | – | – |
| pageToken | string | – | – |
| severityLevel | string | – | Filter by rule severity level. |
No output schema declared.
No examples provided.
esetprotect_list_group_devices ~69
List the devices that are members of a given device group.
| Name | Type | Req | Description |
|---|---|---|---|
| groupUuid | string | yes | UUID of the device group. |
| pageSize | number | – | – |
| pageToken | string | – | – |
| recurseSubgroups | boolean | – | Include devices from subgroups. Default false. |
No output schema declared.
No examples provided.
esetprotect_list_patching_process_details ~98
List detailed patching-process history for devices within an optional time window.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
esetprotect_list_recent_application_patching_details ~28
List details of the most recent application-patching processes across the fleet.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
esetprotect_list_recent_scans ~52
List details of recent vulnerability scans.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceGroupUuid | string | – | – |
| deviceUuid | string | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_users ~99
List ESET Business Account users provisioned into this ESET PROTECT tenant, with optional filters.
| Name | Type | Req | Description |
|---|---|---|---|
| cloudOfficeTenantReference | string | – | – |
| displayName | string | – | – |
| string | – | – | |
| hasCloudOfficeMsLicense | boolean | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
| protectionStatus | string | – | – |
| userGroupUuid | string | – | – |
No output schema declared.
No examples provided.
esetprotect_list_vulnerable_devices ~49
List devices that currently have one or more known vulnerabilities.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceGroupUuid | string | – | – |
| pageSize | number | – | – |
| pageToken | string | – | – |
No output schema declared.
No examples provided.
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 20 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.