Orchestrates OWASP ZAP actions, such as spidering, active scanning, and report generation, via an MCP server.
This Spring Boot application exposes OWASP ZAP's powerful security testing capabilities as an MCP (Model Context Protocol) server. It allows any MCP-compatible AI agent, like Claude Desktop or Cursor, to easily integrate ZAP into their workflows. Users can leverage the tool to spider websites, perform active scans, import OpenAPI specifications, and generate comprehensive security reports, all orchestrated through a user-friendly MCP interface.
主な機能
01Dockerized for easy deployment
02Generates HTML/JSON security reports
03Imports OpenAPI specs for targeted active scanning
04Secured with API keys for both ZAP and the MCP server
05Exposes ZAP actions as MCP tools
060 GitHub stars
ユースケース
01Integrating security scans into CI/CD pipelines
02Automated security testing within AI agent workflows
03Performing security assessments based on OpenAPI definitions