zscaler-airt-manager-mcp
Click on "Install 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: mcp-defectdojo
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hshen-ai/zscaler-airt-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server