🛡️ BurpSuite MCP Server
@MCP-Mirror
🛡️ BurpSuite MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"X3r0K_BurpSuite-MCP-Server": {
"command": "python",
"args": [
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is BurpSuite MCP Server?
A Model Context Protocol (MCP) server implementation that provides programmatic access to BurpSuite’s core functionalities, including proxy interception, scanning, logging, and vulnerability detection. It is built with Python and FastAPI and is intended for security professionals and developers automating web security testing.
How to use BurpSuite MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, configure environment variables in a .env file (including BurpSuite API key, host, port, proxy host/port, and MCP server host/port), then start the server with python main.py. The server runs on http://localhost:8000 by default.
Key features of BurpSuite MCP Server
- Intercept and modify HTTP/HTTPS traffic in real time
- Perform active and passive scanning with custom configurations
- Comprehensive HTTP traffic logging with advanced filtering
- Automatic detection of XSS, SQL injection, path traversal, and more
- Traffic analysis (request count, method distribution, response times)
- Seamless integration with Cursor IDE
Use cases of BurpSuite MCP Server
- Automate web application security testing workflows
- Integrate BurpSuite scanning into CI/CD pipelines
- Monitor and analyze HTTP traffic for suspicious patterns
- Build custom tools for vulnerability detection and reporting
FAQ from BurpSuite MCP Server
How is this server different from using BurpSuite directly?
It exposes BurpSuite’s features via a programmatic REST API, enabling automation and integration with other tools instead of relying on the BurpSuite GUI.
What are the runtime requirements?
Python 3.8+, FastAPI 0.104.1, and a running BurpSuite instance with the API enabled. The server also requires configuration of the BurpSuite API host, port, and proxy settings.
Where does log data live?
Logs are stored in memory on the server (accessible via endpoints like /logger/logs and /logger/analysis). They can be cleared via a DELETE request.
What transports and authentication are supported?
The server uses HTTP/REST transport. Authentication is not described in the README beyond securing the BurpSuite API key and recommending HTTPS for production.
What are the known limitations?
The README does not mention specific limitations. It advises running the server in a secure environment and monitoring access.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント