Integrate Burp Suite with AI clients supporting the Model Context Protocol (MCP). This is an enhanced version of Burp Suite MCP Server providing comprehensive security testing capabilities.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"burp-mcp-pro": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Integrate Burp Suite with AI clients supporting the Model Context Protocol (MCP). This is an enhanced version of Burp Suite MCP Server providing comprehensive security testing capabilities.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
MCP Security Weekly
Get CVE alerts and security updates for Burp Mcp Pro and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Integrate Burp Suite with AI clients supporting the Model Context Protocol (MCP). This is an enhanced version of Burp Suite MCP Server providing comprehensive security testing capabilities.
📖 中文文档: 查看中文README
./gradlew embedProxyJar
// Check target scope
{"tool":"check_url_in_scope","parameters":{"url":"https://example.com"}}
// Send test request
{"tool":"send_http1_request","parameters":{
"content":"GET /test HTTP/1.1\r\nHost: example.com\r\n\r\n",
"targetHostname":"example.com",
"targetPort":80,
"usesHttps":false
}}
// View audit log (paginated)
{"tool":"get_audit_log","parameters":{"count":20,"offset":0}}
// Items 1-50
{"tool":"get_audit_log","parameters":{"count":50,"offset":0}}
// Items 200-250
{"tool":"get_audit_log","parameters":{"count":50,"offset":200}}
get_audit_log - Get audit log and scanner activity summary (Professional only) - Use count and offset parameters for pagination (e.g., 1-200, 200-250)get_burp_status - Get Burp Suite status and key metricsget_site_map_info - Get SiteMap information and discovered URLs countget_scanner_issues - Security issues found by scanner (Professional only)get_scanner_issues_detailed - Detailed scanner issue statistics (Professional only)get_target_scope_check - Target scope information and usage instructionscheck_url_in_scope - Check if a URL is in the target scopesend_http1_request - Send HTTP/1.1 requestssend_http2_request - Send HTTP/2 requestscreate_repeater_tab - Create Repeater tabssend_to_intruder - Send requests to Intruderget_proxy_http_history - HTTP request/response historyget_proxy_http_history_regex - Regex-matched HTTP historyget_proxy_websocket_history - WebSocket message historyget_proxy_websocket_history_regex - Regex-matched WebSocket historyurl_encode/url_decode - URL encoding/decodingbase64_encode/base64_decode - Base64 encoding/decodinggenerate_random_string - Generate random stringsset_task_execution_engine_state - Control Burp's task execution engineset_proxy_intercept_state - Enable/disable proxy interceptoutput_project_options/output_user_options - Export configurationset_project_options/set_user_options - Import configuration (requires config editing enabled)get_active_editor_contents - Get active editor contentset_active_editor_contents - Set editor content