Burpsuite MCP Server

start_scan

Initiate a vulnerability scan on a target URL using specified scan types, including passive, active, or full, to identify security weaknesses.

Instructions

Start a new vulnerability scan on a target URL

Input Schema

NameRequiredDescriptionDefault
scan_typeNoType of scan to perform
targetYesTarget URL to scan (e.g., https://example.com)

Input Schema (JSON Schema)

{ "properties": { "scan_type": { "description": "Type of scan to perform", "enum": [ "passive", "active", "full" ], "type": "string" }, "target": { "description": "Target URL to scan (e.g., https://example.com)", "type": "string" } }, "required": [ "target" ], "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