Burp Suite MCP Server
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |