Burp Suite MCP Server
by jayluxferro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BURP_REST_API_KEY | Yes | The API key created in Burp Suite settings | |
| BURP_REST_API_BASE | Yes | The base URL for Burp's REST API (e.g., http://127.0.0.1:1337) | |
| BURP_REST_API_VERSION | No | The version of the Burp REST API (e.g., v0.1) | v0.1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| burp_suite_security_issue_definitionsA | Get all Burp Suite security issue definitions (name, description, remediation, references). |
| scan_urls_for_vulnerabilitiesC | |
| check_security_scan_progressA | |
| get_scan_summaryA | |
| list_active_scansA | List running and pending scans. May not be supported by all Burp API versions. |
| cancel_scanC | |
| check_burp_connectivityA | Test connectivity to the Burp REST API. Validates config and performs a simple request. |
| wait_for_scan_completionA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/jayluxferro/burp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server