Burpsuite MCP Server
Cyreslab-AI
README
Burpsuite MCP Server
A Model Context Protocol (MCP) server that provides an interface for interacting with Burpsuite Professional's scanning and proxy functionality.
Overview
This MCP server allows AI assistants to interact with Burpsuite Professional for web security testing and vulnerability scanning. It provides tools for:
- Starting vulnerability scans on target URLs
- Checking scan status and retrieving results
- Accessing HTTP/HTTPS traffic captured by Burp Proxy
- Viewing site structure discovered during scanning
Features
Tools
The server exposes the following tools:
-
start_scan: Start a new vulnerability scan on a target URL
- Parameters:
target
: Target URL to scan (e.g., https://example.com)scan_type
: Type of scan to perform (passive, active, or full)
- Parameters:
-
get_scan_status: Check the status of a running scan
- Parameters:
scan_id
: ID of the scan to check
- Parameters:
-
get_scan_issues: Get vulnerability issues found in a scan
- Parameters:
scan_id
: ID of the scanseverity
: Filter issues by severity (high, medium, low, info, or all)
- Parameters:
-
get_proxy_history: Get HTTP/HTTPS traffic captured by Burp Proxy
- Parameters:
host
: Filter by host (optional)method
: Filter by HTTP method (optional)status_code
: Filter by HTTP status code (optional)limit
: Maximum number of items to return (default: 10)
- Parameters:
-
get_site_map: Get the site structure discovered during scanning and browsing
- Parameters:
host
: Filter by host (optional)with_parameters
: Only show URLs with parameters (optional)limit
: Maximum number of items to return (default: 20)
- Parameters:
Resources
The server provides the following resources:
- 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
Installation
-
Build the server:
cd /path/to/burpsuite-server npm install npm run build
-
Add the server to your MCP settings configuration file:
{ "mcpServers": { "burpsuite": { "command": "node", "args": ["/path/to/burpsuite-server/build/index.js"], "env": {}, "disabled": false, "autoApprove": [] } } }
Future Enhancements
This server currently provides mock functionality. To connect it to a real Burpsuite Professional instance:
- Configure Burpsuite Professional to expose its REST API
- Update the server implementation to connect to the Burpsuite REST API
- Add authentication mechanisms for secure API communication
Example Usage
Here are some examples of how to use the Burpsuite MCP server with an AI assistant:
Starting a Scan
Use the Burpsuite MCP server to scan example.com for vulnerabilities.
Viewing Proxy History
Show me the HTTP traffic captured by Burp Proxy for domain example.com.
Analyzing Vulnerabilities
What high severity vulnerabilities were found in the latest scan?
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.