Burpsuite MCP Server

get_proxy_history

Retrieve captured HTTP/HTTPS traffic from Burp Proxy. Filter results by host, method, or status code, and set a limit on returned items for focused analysis.

Instructions

Get HTTP/HTTPS traffic captured by Burp Proxy

Input Schema

NameRequiredDescriptionDefault
hostNoFilter by host (optional)
limitNoMaximum number of items to return (default: 10)
methodNoFilter by HTTP method (optional)
status_codeNoFilter by HTTP status code (optional)

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "Filter by host (optional)", "type": "string" }, "limit": { "description": "Maximum number of items to return (default: 10)", "type": "number" }, "method": { "description": "Filter by HTTP method (optional)", "type": "string" }, "status_code": { "description": "Filter by HTTP status code (optional)", "type": "number" } }, "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