Skip to main content
Glama

MCP Pentest

burp_active_scan

Perform active vulnerability scanning on web applications using Burp Suite to identify security weaknesses in target URLs and defined scopes.

Instructions

Perform active vulnerability scan using Burp Suite

Input Schema

NameRequiredDescriptionDefault
scopeNoAdditional URLs to include in scope (optional)
targetYesTarget URL to scan

Input Schema (JSON Schema)

{ "properties": { "scope": { "description": "Additional URLs to include in scope (optional)", "items": { "type": "string" }, "type": "array" }, "target": { "description": "Target URL to scan", "type": "string" } }, "required": [ "target" ], "type": "object" }

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/adriyansyah-mf/mcp-pentest'

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