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

Zscaler Zero Trust Exchange

OCI · DOCKER.IO/ZSCALER/ZSCALER-MCP-SERVER:LATEST · 2 COMPONENTS · SCANNED AUG 3

Manage Zscaler Zero Trust Exchange via 280+ tools — ZPA, ZIA, ZDX, ZCC, EASM, and more.

−4 this week 38 Trust /100
Trust breakdown (6 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 →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency45
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 15189 tokens (~59/item across 254 items; 254 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 Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · docker.io/zscaler/zscaler-mcp-server:latest

# add to Claude Code
claude mcp add zscaler-zscaler-mcp-server -- docker run --rm -i docker.io/zscaler/zscaler-mcp-server:latest
# add to Codex CLI
codex mcp add zscaler-zscaler-mcp-server -- docker run --rm -i docker.io/zscaler/zscaler-mcp-server:latest
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zscaler-zscaler-mcp-server": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/zscaler/zscaler-mcp-server:latest"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  zscaler-zscaler-mcp-server:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/zscaler/zscaler-mcp-server:latest"]
// mcp.json
{
  "mcpServers": {
    "zscaler-zscaler-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/zscaler/zscaler-mcp-server:latest"
      ]
    }
  }
}
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.

  • 31 Jul 26 −4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +31
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: good functional
  • 26 Jul 26 11

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed oci/docker.io/zscaler/zscaler-mcp-server:latest

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 254 exposed · ~26,215 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.

Tool Tokens
zdx_get_device_deep_trace ~69

Get one ZDX deep-trace session. Read-only. The SDK returns a single-element list; the trace record is unwrapped, timestamps ISO-normalized, and shaped to the identity fields.

NameTypeReqDescription
device_idstringyes
trace_idstringyes

No output schema declared.

No examples provided.

zdx_get_software_details ~165

Expand one ZDX software key into its per-user/device install rows. Read-only. Returns the users and devices that have the given `software_key` installed. Obtain the key from `zdx_list_software`.

NameTypeReqDescription
department_id
device_ids
geo_id
location_id
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
software_keystringyes
user_ids

No output schema declared.

No examples provided.

zdx_get_web_probes ~150

List web probes for an app on a ZDX device (full records). Read-only. Call this BEFORE `zdx_start_deeptrace` to obtain the `web_probe_id` the deep-trace payload needs.

NameTypeReqDescription
app_idstringyes
device_idstringyes
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
since

No output schema declared.

No examples provided.

zdx_list_alert_affected_devices ~172

List devices affected by a ZDX alert. Read-only. Returns one identifying row per affected device. Filter by location/department/geo, location groups, and the `since` HOURS window.

NameTypeReqDescription
alert_idstringyes
department_id
geo_id
limit
location_groups
location_id
offset
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
since

No output schema declared.

No examples provided.

zdx_list_alerts ~195

List ongoing ZDX alerts. Read-only. Returns one triage row per ongoing alert (id, rule, severity, type, start time, impacted-device count). Filter by location/department/geo and the `since` HOURS window (max 336h). Use a returned alert `id` with `zdx_get_alert` or `zdx_list_alert_affected_devices`.

NameTypeReqDescription
department_id
geo_id
limit
location_id
offset
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
since

No output schema declared.

No examples provided.

zdx_list_application_users ~204

List users/devices that accessed a ZDX application, as curated rows. Read-only. Returns one triage row per user (id, name, email, ZDX score). Filter by `score_bucket` (poor/okay/good), location/department/geo, and the `since` HOURS window (default 2h). Use a returned `id` with `zdx_get_application_user`.

NameTypeReqDescription
app_idstringyes
department_id
geo_id
location_id
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
score_bucket
since

No output schema declared.

No examples provided.

zdx_list_applications ~176

List active ZDX applications. Read-only. Returns one row per application (id, name, ZDX score, impact signals). Filter by location/department/geo and the `since` HOURS window. Use a returned `id` with `zdx_get_application`, `zdx_get_application_metric`, or `zdx_list_application_users`.

NameTypeReqDescription
department_id
geo_id
location_id
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
since

No output schema declared.

No examples provided.

zdx_list_cloudpath_probes ~153

List cloud-path probes for an app on a ZDX device (full records). Read-only. Call this BEFORE `zdx_start_deeptrace` to obtain the `cloudpath_probe_id` the deep-trace payload needs.

NameTypeReqDescription
app_idstringyes
device_idstringyes
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
since

No output schema declared.

No examples provided.

zdx_list_deeptrace_top_processes ~140

List the top processes captured during a ZDX deep trace (full records). Read-only. Returns the process groups captured during the session — useful for spotting resource-intensive processes impacting performance.

NameTypeReqDescription
device_idstringyes
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
trace_idstringyes

No output schema declared.

No examples provided.

zdx_list_departments ~139

List ZDX departments as curated id/name rows. Read-only. Use a returned `id` as the `department_id` scope filter on other ZDX tools. `since` is in HOURS (default 2h).

NameTypeReqDescription
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
search
since

No output schema declared.

No examples provided.

zdx_list_device_deep_traces ~156

List deep-trace sessions for a ZDX device (full records). Read-only. Returns one row per trace (id, status, session name, app, ISO timestamps). Use a returned `trace_id` with the deep-trace metric/event tools or `zdx_get_device_deep_trace`.

NameTypeReqDescription
device_idstringyes
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…

No output schema declared.

No examples provided.

zdx_list_devices ~207

List active ZDX devices. Read-only. Returns one identifying row per device (id, hostname, owning user). Filter by email, user ID, MAC/IP, location/department/geo, and the `since` HOURS window. Use a returned device `id` with `zdx_get_device` or the deep-trace / probe tools.

NameTypeReqDescription
department_id
emails
geo_id
location_id
mac_address
offset
private_ipv4
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
since
user_ids

No output schema declared.

No examples provided.

zdx_list_historical_alerts ~172

List historical (ended) ZDX alerts. Read-only. Like `zdx_list_alerts` but for alert rules that have an Ended On date. `since` is in HOURS (default 2h, max 14 days = 336h).

NameTypeReqDescription
department_id
geo_id
limit
location_id
offset
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
since

No output schema declared.

No examples provided.

zdx_list_locations ~138

List ZDX locations as curated id/name rows. Read-only. Use a returned `id` as the `location_id` scope filter on other ZDX tools. `since` is in HOURS (default 2h).

NameTypeReqDescription
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
search
since

No output schema declared.

No examples provided.

zdx_list_software ~175

List the ZDX software inventory. Read-only. Returns one row per software title (key, name, vendor, version, install/user counts). Filter by location/department/geo/user/device. Use a returned `software_key` with `zdx_get_software_details` to see who has it.

NameTypeReqDescription
department_id
device_ids
geo_id
location_id
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…
user_ids

No output schema declared.

No examples provided.

zeasm_get_finding_details ~68

Get the full detail for one EASM finding. Read-only. Adds description, country, CISA/EPSS exploitation-likelihood signals, and scan provenance on top of the triage fields.

NameTypeReqDescription
finding_idstringyes
org_idstringyes

No output schema declared.

No examples provided.

zeasm_get_finding_evidence ~85

Get the scan evidence attributed to one EASM finding. Read-only. Returns the evidence `content` (the subset of scan output attributable to this finding) and its `source_type`. The content can be large free-form scanner text and is preserved verbatim.

NameTypeReqDescription
finding_idstringyes
org_idstringyes

No output schema declared.

No examples provided.

zeasm_get_finding_scan_output ~72

Get the complete scan output for one EASM finding. Read-only. Returns the full scan `content` and its `source_type`. The content can be large free-form scanner text and is preserved verbatim.

NameTypeReqDescription
finding_idstringyes
org_idstringyes

No output schema declared.

No examples provided.

zeasm_get_lookalike_domain ~98

Get full detail for one EASM lookalike domain. Read-only. Adds description, registrar/registrant + lifecycle dates, and remediation guidance on top of the triage fields. Look the domain up by its `lookalike_raw` name (from `zeasm_list_lookalike_domains`).

NameTypeReqDescription
lookalike_rawstringyes
org_idstringyes

No output schema declared.

No examples provided.

zeasm_list_findings ~173

List EASM findings for an organization. Read-only. Returns one triage row per finding (id, category, type, status, risk level/score, impacted asset, first/last seen) rather than the raw SDK record. Use the returned `id` with `zeasm_get_finding_details`, `zeasm_get_finding_evidence`, or `zeasm_get_finding_scan_output`.

NameTypeReqDescription
org_idstringyes
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…

No output schema declared.

No examples provided.

zeasm_list_lookalike_domains ~170

List EASM lookalike domains for an organization. Read-only. Returns one triage row per detected lookalike/impersonation domain (the lookalike, the domain it impersonates, risk, registration state, deception methods). Use the returned `lookalike_raw` with `zeasm_get_lookalike_domain` for full detail.

NameTypeReqDescription
org_idstringyes
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…

No output schema declared.

No examples provided.

zeasm_list_organizations ~154

List ZEASM organizations. Read-only. Returns one row per organization configured in the EASM Admin Portal, carrying just the `id` + `name`. Use the returned `id` as the `org_id` argument for `zeasm_list_findings`, `zeasm_list_lookalike_domains`, and the other EASM tools.

NameTypeReqDescription
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…

No output schema declared.

No examples provided.

zia_geo_search ~128

Resolve ZIA geo data by coordinates, by IP, or by city prefix (read-only).

NameTypeReqDescription
actionstringyes
ip
latitude
longitude
prefix
queryOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]",…

No output schema declared.

No examples provided.

zia_get_activation_status ~20

Get the current ZIA configuration activation status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_advanced_settings ~22

Get the ZIA tenant-wide Advanced Settings object.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_atp_malware_inspection ~28

Get the ZIA malware inspection (traffic-direction toggles).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_atp_malware_policy ~28

Get the ZIA malware policy (file-handling toggles).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_atp_malware_protocols ~29

Get the ZIA malware protocol toggles (HTTP/FTP).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_atp_security_exceptions ~27

Get the ZIA ATP security-exception bypass URL allowlist.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_atp_settings ~22

Get the ZIA tenant-wide ATP policy block.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_cloud_app_control_rule ~43

Get a single ZIA Cloud App Control rule by category + ID.

NameTypeReqDescription
rule_idstringyes
rule_typestringyes

No output schema declared.

No examples provided.

zia_get_cloud_firewall_dns_rule ~37

Get a single ZIA Cloud Firewall DNS rule by ID with member references.

NameTypeReqDescription
rule_idstringyes

No output schema declared.

No examples provided.

zia_get_cloud_firewall_ips_rule ~37

Get a single ZIA Cloud Firewall IPS rule by ID with member references.

NameTypeReqDescription
rule_idstringyes

No output schema declared.

No examples provided.

zia_get_cloud_firewall_rule ~35

Get a single ZIA Cloud Firewall rule by ID with member references.

NameTypeReqDescription
rule_idstringyes

No output schema declared.

No examples provided.

zia_get_file_type_control_rule ~36

Get a single ZIA File Type Control rule by ID with member references.

NameTypeReqDescription
rule_idstringyes

No output schema declared.

No examples provided.

zia_get_gre_tunnel ~31

Get a single ZIA GRE tunnel by ID.

NameTypeReqDescription
tunnel_idstringyes

No output schema declared.

No examples provided.

zia_get_ip_destination_group ~34

Get a single ZIA IP destination group by ID with full members.

NameTypeReqDescription
group_idstringyes

No output schema declared.

No examples provided.

zia_get_ip_source_group ~36

Get a single ZIA IP source group by ID with its full member list.

NameTypeReqDescription
group_idstringyes

No output schema declared.

No examples provided.

zia_get_ips_signature_rule ~35

Get a single ZIA custom IPS signature rule by ID with its body.

NameTypeReqDescription
rule_idstringyes

No output schema declared.

No examples provided.

zia_get_location ~31

Get a single ZIA location by ID with its full configuration.

NameTypeReqDescription
location_idstringyes

No output schema declared.

No examples provided.

zia_get_location_group ~29

Get a single ZIA location group by ID.

NameTypeReqDescription
group_idstringyes

No output schema declared.

No examples provided.

zia_get_malware_settings ~26

Get the ZIA 16-field malware threat-class settings block.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_mobile_advanced_settings ~23

Get the ZIA Mobile Advanced Threat Settings object.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_network_app ~29

Get a single ZIA network application by ID.

NameTypeReqDescription
app_idstringyes

No output schema declared.

No examples provided.

zia_get_network_app_group ~33

Get a single ZIA network application group by ID with members.

NameTypeReqDescription
group_idstringyes

No output schema declared.

No examples provided.

zia_get_network_service ~33

Get a single ZIA network service by ID with its port definitions.

NameTypeReqDescription
service_idstringyes

No output schema declared.

No examples provided.

zia_get_network_svc_group ~34

Get a single ZIA network service group by ID with members.

NameTypeReqDescription
group_idstringyes

No output schema declared.

No examples provided.

zia_get_rule_label ~29

Get a single ZIA rule label by ID.

NameTypeReqDescription
label_idstringyes

No output schema declared.

No examples provided.

zia_get_sandbox_behavioral_analysis ~23

Get the ZIA Sandbox behavioral-analysis configuration.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zia_get_sandbox_file_hash_count ~29

Get the ZIA Sandbox custom file-hash blocklist usage/quota.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.