Loading MCP server directory, please wait...
MCP server for ESET PROTECT's ESET Connect API - device, EDR, vulnerability, patch, and user data.
npx @getmcp/cli add io.github.WYRE-AI/eset-protect-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ESETPROTECT_CLIENT_IDEmail of the dedicated ESET Connect API user, created in ESET Business Account with the Integrations toggle enabled.
ESETPROTECT_CLIENT_SECRETPassword of the ESET Connect API user paired with ESETPROTECT_CLIENT_ID.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/eset-protect-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ESETPROTECT_CLIENT_ID",
"-e",
"ESETPROTECT_CLIENT_SECRET",
"-e",
"ESETPROTECT_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
],
"env": {
"ESETPROTECT_CLIENT_ID": "",
"ESETPROTECT_CLIENT_SECRET": "",
"ESETPROTECT_REGION": "us",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}