Eset MCP Server

MCP server for the ESET ecosystem - Connect cloud + PROTECT On-Prem, multi-tenant, RO/RW

Remote serverstreamable-httpPython

What is the Eset MCP server?

Eset MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for the ESET ecosystem - Connect cloud + PROTECT On-Prem, multi-tenant, RO/RW.

What you get

Built as a single hub for any number of ESET deployments. One process fronts cloud and on-prem consoles at the same time; clients pick the target per request via headers. As long as MCP receives valid credentials (Basic auth, plus an optional URL override and optional Cloudflare Access service token) it routes the call to the right backend, mints its own tokens, and keeps tenants isolated in the pool.

What the assistant can call

Once Eset is connected, these are the calls the assistant has available:

  • Authentication — The Authentication tool exposed by this server
  • Transports — The Transports tool exposed by this server
  • Resilience — The Resilience tool exposed by this server
  • Credentials — The Credentials tool exposed by this server

Configuration and credentials

You will need 6 environment variables: ESET_REGION, ESET_MCP_HTTP_HOST, ESET_MCP_METRICS_PATH, ESET_ONPREM_SERVER_URL, ESET_ONPREM_CF_ACCESS_CLIENT_ID, ESET_ONPREM_CF_ACCESS_CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Eset's toolset — Authentication, Transports, Resilience and 1 more — is a fair guide to whether it matches your workflow. It is maintained by maciekaz; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Eset's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the eset mcp server does with a few real requests.

Available tools

ToolWhat it does
AuthenticationThe Authentication tool exposed by this server.
TransportsThe Transports tool exposed by this server.
ResilienceThe Resilience tool exposed by this server.
CredentialsThe Credentials tool exposed by this server.

How to install the Eset MCP server

{
  "mcpServers": {
    "eset": {
      "command": "uvx",
      "args": ["eset-mcp"],
      "env": {
        "ESET_REGION": "your-value",
        "ESET_MCP_HTTP_HOST": "your-value",
        "ESET_MCP_METRICS_PATH": "your-value",
        "ESET_ONPREM_SERVER_URL": "your-value",
        "ESET_ONPREM_CF_ACCESS_CLIENT_ID": "your-value",
        "ESET_ONPREM_CF_ACCESS_CLIENT_SECRET": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
ESET_REGIONConfiguration value read at startup.Optional
ESET_MCP_HTTP_HOSTEndpoint or connection string the server talks to.Optional
ESET_MCP_METRICS_PATHFilesystem location the server is allowed to use.Optional
ESET_ONPREM_SERVER_URLEndpoint or connection string the server talks to.Yes
ESET_ONPREM_CF_ACCESS_CLIENT_IDConfiguration value read at startup.Optional
ESET_ONPREM_CF_ACCESS_CLIENT_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Eset to Authentication.
  • Use Eset to Transports.
  • Use Eset to Resilience.

Frequently asked questions

It connects Eset to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Authentication, Transports, Resilience, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Eset directly.