Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

35 Trust /100
Trust breakdown (7 categories)

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
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.

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.

oci · ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1

# add to Claude Code
claude mcp add wyre-ai-eset-protect-mcp -- docker run --rm -i ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-eset-protect-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-eset-protect-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ]
    }
  }
}
# add to Codex CLI
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/config.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/config/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"
      ]
    }
  }
}
// mcp.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 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.

Diagnostics

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 →

MCP tools · 26 exposed · ~1,452 tokens

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 →

Tool Tokens
esetprotect_batch_get_detections ~45

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

NameTypeReqDescription
detectionUuidsarrayyes

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).

NameTypeReqDescription
devicesUuidsarrayyesDevice 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.

NameTypeReqDescription
usersUuidsarrayyes

No output schema declared.

No examples provided.

esetprotect_get_detection ~31

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

NameTypeReqDescription
detectionUuidstringyes

No output schema declared.

No examples provided.

esetprotect_get_detection_group ~28

Get a single detection group by UUID.

NameTypeReqDescription
detectionGroupUuidstringyes

No output schema declared.

No examples provided.

esetprotect_get_detection_v2 ~30

Get a single detection by UUID (v2).

NameTypeReqDescription
detectionUuidstringyes

No output schema declared.

No examples provided.

esetprotect_get_device ~26

Get a single managed device by UUID.

NameTypeReqDescription
deviceUuidstringyes

No output schema declared.

No examples provided.

esetprotect_get_edr_rule ~29

Get a single EDR rule by UUID.

NameTypeReqDescription
ruleUuidstringyes

No output schema declared.

No examples provided.

esetprotect_get_edr_rule_exclusion ~32

Get a single EDR rule exclusion by UUID.

NameTypeReqDescription
exclusionUuidstringyes

No output schema declared.

No examples provided.

esetprotect_get_user ~25

Get a single user by UUID.

NameTypeReqDescription
userUuidstringyes

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).

NameTypeReqDescription
cloudOfficeTenantUuidstring
deviceUuidstring
endTimestring
pageSizenumber
pageTokenstring
startTimestring

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.

NameTypeReqDescription
deviceUuidstring
endTimestringRFC3339 timestamp, exclusive upper bound on occurTime.
pageSizenumber
pageTokenstring
startTimestringRFC3339 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).

NameTypeReqDescription
cloudOfficeTenantUuidstring
endTimestringRFC3339 timestamp, exclusive upper bound on occurTime.
pageSizenumber
pageTokenstring
startTimestringRFC3339 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.

NameTypeReqDescription
pageSizenumberMax results per page.
pageTokenstringPage 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.

NameTypeReqDescription
deviceGroupUuidstring
deviceUuidstring
pageSizenumber
pageTokenstring

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.

NameTypeReqDescription
deviceGroupUuidstring
deviceUuidstring
pageSizenumber
pageTokenstring
patchTypestring

No output schema declared.

No examples provided.

esetprotect_list_device_vulnerabilities ~68

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

NameTypeReqDescription
deviceGroupUuidstring
deviceUuidstring
pageSizenumber
pageTokenstring
vulnerabilityScopestring

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.

NameTypeReqDescription
displayNamesarrayFilter to these exact display names.
functionalityStatusstring
isMutedboolean
pageSizenumber
pageTokenstring

No output schema declared.

No examples provided.

esetprotect_list_edr_rule_exclusions ~45

List EDR rule exclusions.

NameTypeReqDescription
includeTotalSizeboolean
pageSizenumber
pageTokenstring

No output schema declared.

No examples provided.

esetprotect_list_edr_rules ~75

List EDR (Endpoint Detection & Response) detection rules.

NameTypeReqDescription
includeTotalSizebooleanInclude totalSize in the response (costs an extra count query).
pageSizenumber
pageTokenstring
severityLevelstringFilter 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.

NameTypeReqDescription
groupUuidstringyesUUID of the device group.
pageSizenumber
pageTokenstring
recurseSubgroupsbooleanInclude 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.

NameTypeReqDescription
deviceGroupUuidstring
deviceUuidstring
endTimestringRFC3339 timestamp, exclusive end of the time period.
pageSizenumber
pageTokenstring
startTimestringRFC3339 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.

NameTypeReqDescription
deviceGroupUuidstring
deviceUuidstring
pageSizenumber
pageTokenstring

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.

NameTypeReqDescription
cloudOfficeTenantReferencestring
displayNamestring
emailstring
hasCloudOfficeMsLicenseboolean
pageSizenumber
pageTokenstring
protectionStatusstring
userGroupUuidstring

No output schema declared.

No examples provided.

esetprotect_list_vulnerable_devices ~49

List devices that currently have one or more known vulnerabilities.

NameTypeReqDescription
deviceGroupUuidstring
pageSizenumber
pageTokenstring

No output schema declared.

No examples provided.

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 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.