Skip to main content
Glama

Burpsuite MCP Server

get_scan_issues

Retrieve and filter vulnerability issues from a specified scan by severity using the Burpsuite MCP Server to streamline security analysis.

Instructions

Get vulnerability issues found in a scan

Input Schema

NameRequiredDescriptionDefault
scan_idYesID of the scan
severityNoFilter issues by severity

Input Schema (JSON Schema)

{ "properties": { "scan_id": { "description": "ID of the scan", "type": "string" }, "severity": { "description": "Filter issues by severity", "enum": [ "high", "medium", "low", "info", "all" ], "type": "string" } }, "required": [ "scan_id" ], "type": "object" }

You must be authenticated.

Other Tools from Burpsuite MCP Server

Related Tools

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/Cyreslab-AI/burpsuite-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server