Burpsuite MCP Server

get_site_map

Retrieve the site structure discovered during scanning and browsing, with options to filter by host, include URLs with parameters, and set a maximum number of results.

Instructions

Get the site structure discovered during scanning and browsing

Input Schema

NameRequiredDescriptionDefault
hostNoFilter by host (optional)
limitNoMaximum number of items to return (default: 20)
with_parametersNoOnly show URLs with parameters (optional)

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "Filter by host (optional)", "type": "string" }, "limit": { "description": "Maximum number of items to return (default: 20)", "type": "number" }, "with_parameters": { "description": "Only show URLs with parameters (optional)", "type": "boolean" } }, "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