zscaler-airt-manager-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zscaler-airt-manager-mcplist my AI applications"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zscaler AIRT Manager MCP Server
An MCP (Model Context Protocol) server for interacting directly with the Zscaler AI Red Teaming (AIRT) SaaS platform. This server allows AI agents to programmatically manage targets, query active campaign test runs, extract detailed probe states, trigger new vulnerability sweeps, and trigger native platform retries for error healing.
Capabilities
list_ai_apps: List all configured chatbot targets and LLM applications.get_ai_app: Fetch detailed configurations for a specific AI Application.get_app_probe_settings: Fetch active/inactive probe template configurations for an app.trigger_test_run: Trigger a new Campaign Test Run (customizable probe IDs or full sweeps).get_test_run_status: Fetch the master progress, pass/error counts, and execution state of a run.get_test_run_probes: Drill down into the specific completion and error metrics of individual probes within a run.continue_probe_run: Trigger the native Zscaler platform/continueaction to intelligently retry failed (e.g. timeout) test cases inside a locked run.cancel_test_run: Abort an active or hanging Campaign Test Run.
Related MCP server: Shannon Lite MCP
Setup
Make sure you have
uvinstalled (pip install uv).Run
uv syncto install dependencies.Configure your environment variables in
.env(see.env.example).
Environment Variables
ZID_CLIENT_ID: Your Zscaler ZIdentity Client ID.ZID_CLIENT_SECRET: Your Zscaler ZIdentity Client Secret.ZID_TOKEN_URL: The ZIdentity OAuth2 token endpoint (default:https://hshendemo.zslogin.net/oauth2/v1/token).ZSCALER_BASE_URL: The Central Plane API Base URL (default:https://api.zsapi.net).
Usage with FastMCP
You can run this server using the FastMCP CLI or include it in your Claude Desktop / Gemini CLI config.
fastmcp run server.pyThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Authenticated MCP server for ClearPolicy policy and compliance workflows.
ZEN SecDB MCP server for CVE intelligence, CVSS/EPSS scoring, advisories, SSVC, and package audits.
Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA remote MCP server that exposes mock application security testing data (applications, scans, issues) for LLM clients to query security posture using natural language.-
- AlicenseAqualityCmaintenanceMCP server for Shannon Lite security workflows, enabling configuration, scan orchestration, workspace management, and report reading.111MIT
- AlicenseBqualityCmaintenanceAn MCP server for authorized bug bounty work that enforces an evidence-driven workflow with session management, preflight checks, surface discovery, and verified scanning.12MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for Tenable Vulnerability Management and the Tenable One platform, enabling LLMs to query assets, vulnerabilities, scans, exposure metrics, attack paths, and more via natural language.MIT