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.
Related MCP Servers
- Flicense-qualityDmaintenanceA remote MCP server that exposes mock application security testing data (applications, scans, issues) for LLM clients to query security posture using natural language.Last updated
- AlicenseAqualityBmaintenanceMCP server for DefectDojo vulnerability management, exposing 24 tools for managing products, engagements, tests, findings, scan imports, and finding lifecycle through the Model Context Protocol.Last updated24MIT
- AlicenseAqualityCmaintenanceMCP server for Shannon Lite security workflows, enabling configuration, scan orchestration, workspace management, and report reading.Last updated111MIT
- Flicense-qualityDmaintenanceMCP server for exploring and introspecting CheckPoint MCP servers. Provides tools to fetch server information, list available servers, and introspect their tools.Last updated
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server for Appcircle mobile CI/CD platform.
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
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