Zscaler Cellular (ZCell) Tools¶
The Zscaler Cellular (ZCell) tools provide read-only visibility into your Zscaler Cellular deployment: SIM inventory, data-usage analytics, anomaly policies, audit logs, and network/session events.
Note
ZCell requires one extra credential. In addition to the standard OneAPI
credentials, ZCell tools need your Zscaler Cellular customer ID, supplied
via the ZCELL_CUSTOMER_ID environment variable (or the zcellCustomerId
config key). This is separate from ZSCALER_CUSTOMER_ID (used by ZPA) —
if you use both ZPA and ZCell, set both variables. All other OneAPI
credentials (ZSCALER_CLIENT_ID, ZSCALER_CLIENT_SECRET /
ZSCALER_PRIVATE_KEY, ZSCALER_VANITY_DOMAIN) are shared across services.
ZSCALER_CLIENT_ID="your_client_id"
ZSCALER_CLIENT_SECRET="your_client_secret"
ZSCALER_VANITY_DOMAIN="your_vanity_domain"
ZCELL_CUSTOMER_ID="your_zscaler_cellular_customer_id" # required for ZCell
Important
ZCell tools are read-only — they only query data and never modify your Zscaler Cellular configuration.
Available Tools¶
Tool Name |
Description |
|---|---|
|
Search the SIM inventory with filters and pagination |
|
Get the full record for one SIM by ICCID |
|
SIM status summary (total / used / active / inactive) |
|
SIM map points (dashboard lat/lng summary) |
|
Data usage grouped by SIM (top SIMs) |
|
Data usage per day over the window |
|
Data usage grouped by country (top countries) |
|
List SIM location groups |
|
Get one SIM location group |
|
List anomaly policies |
|
List the activity log for one anomaly policy |
|
List the ICCIDs that violated an anomaly policy |
|
List anomaly-policy violation events for one ICCID |
|
Get the logged-in customer’s profile and SIM totals |
|
List the regions available/configured for the customer |
|
List configured regions with their operational status |
|
Search audit-log entries over a lookback window |
|
List the audit filter vocabulary |
|
Search network/session events over a lookback window |
|
List the SIM tags defined for the customer |
Toolsets¶
ZCell tools are split into nine toolsets so you can enable only the surface you
need (for example --toolsets zcell_sim_handling,zcell_sim_analytics):
Toolset |
Tools |
|---|---|
|
SIM inventory search + per-SIM detail |
|
Usage/status analytics (summary, map, by-SIM/day/country) |
|
SIM location group list + detail |
|
Anomaly policies, logs, and violation lookups |
|
Customer profile and SIM totals |
|
Region catalog and operational status |
|
Audit-log search and filter metadata |
|
Network/session event search |
|
SIM tag catalog |
Time Windows¶
Time-bounded ZCell queries — analytics, audit search, network events, and
anomaly-policy logs — accept a days lookback shorthand instead of raw
timestamps. For example, days=7 scopes the query to the last seven days.
Examples¶
# How many SIMs are active?
"Give me the Zscaler Cellular SIM status summary."
# Investigate one SIM
"Show me the details and recent violations for ICCID 8988xxxxxxxxxxxxxxx."
# Data-usage review
"Which countries consumed the most Zscaler Cellular data in the last 30 days?"
Guided Prompts¶
If your MCP client supports prompts, the server offers ZCell playbooks that chain these tools into a guided workflow:
zcell_investigate_sim— investigate a single SIM end to endzcell_audit_data_usage— review data-usage trends and outlierszcell_review_anomaly_policies— review anomaly policies and their violations