burpsuite-mcp-server
If you are the rightful owner of burpsuite-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides an interface for interacting with Burpsuite Professional's scanning and proxy functionality.
The Burpsuite MCP Server is designed to facilitate interaction between AI assistants and Burpsuite Professional, a leading tool for web security testing and vulnerability scanning. This server enables the initiation of vulnerability scans on specified target URLs, monitoring of scan progress, and retrieval of scan results. Additionally, it allows access to HTTP/HTTPS traffic captured by the Burp Proxy and provides insights into the site structure discovered during scanning. By integrating with Burpsuite Professional, the server enhances the capabilities of AI assistants in performing comprehensive web security assessments.
Features
- start_scan: Initiates a new vulnerability scan on a specified target URL with options for passive, active, or full scan types.
- get_scan_status: Checks the current status of a running scan using the scan ID.
- get_scan_issues: Retrieves vulnerability issues identified in a scan, with options to filter by severity.
- get_proxy_history: Accesses HTTP/HTTPS traffic captured by Burp Proxy, with filtering options by host, method, and status code.
- get_site_map: Provides the site structure discovered during scanning, with options to filter by host and parameters.
Tools
Scan Results
burpsuite://scan/{scanId}
Issue Details
burpsuite://scan/{scanId}/issue/{issueId}
Proxy History
burpsuite://proxy/history
Proxy History Item
burpsuite://proxy/history/{itemId}
Site Map
burpsuite://sitemap