Owasp-Zap-MCP-Server-Demo
10
The OWASP MCP Server is designed to enhance OWASP ZAP's security scanning capabilities by providing real-time control through a WebSocket-based server. It facilitates automation, error handling, and integration into CI/CD pipelines, making security assessments more efficient.
mcp_server.py
The core engine of the MCP server, responsible for connecting to OWASP ZAP
mcp_client.py
SDK for other components to communicate with the server
mcp_cli.py
Command line tool for scanning operations
test_client.py
Tools for learning and testing