OWASP ZAP MCP Server✓
io.github.pierre3/zap-mcp · v1.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.pierre3/zap-mcp",
"description": "MCP server for OWASP ZAP vulnerability scanning with Docker management",
"title": "OWASP ZAP MCP Server",
"repository": {
"url": "https://github.com/pierre3/dotnet-zap-mcp",
"source": "github"
},
"version": "1.1.0",
"websiteUrl": "https://github.com/pierre3/dotnet-zap-mcp",
"packages": [
{
"registryType": "nuget",
"identifier": "dotnet-zap-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ZAP API base URL (default: http://localhost:8090)",
"name": "ZAP_BASE_URL"
},
{
"description": "ZAP API key. Auto-generated if not set and DockerComposeUp is used.",
"name": "ZAP_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}