MCP.so
登录

Burpsuite MCP Server

@Cyreslab-AI

关于 Burpsuite MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

Cyreslab-AI

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "burpsuite-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@Cyreslab-AI/burpsuite-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

5

`target`: Target URL to scan (e.g., https://example.com)

`scan_id`: ID of the scan to check

`scan_id`: ID of the scan

`host`: Filter by host (optional)

`host`: Filter by host (optional)

概览

What is Burpsuite MCP Server?

Burpsuite MCP Server is an MCP server that provides an interface for interacting with Burpsuite Professional's scanning and proxy functionality, allowing AI assistants to perform web security testing and vulnerability scanning.

How to use Burpsuite MCP Server?

Install via Smithery using npx -y @smithery/cli install @Cyreslab-AI/burpsuite-mcp-server --client claude, or manually by building with npm install and npm run build then adding the server to MCP settings configuration.

Key features of Burpsuite MCP Server

  • Start vulnerability scans on target URLs.
  • Check scan status and retrieve results.
  • Access HTTP/HTTPS traffic from Burp Proxy.
  • View site structure discovered during scanning.
  • Filter proxy history by host, method, or status code.
  • Retrieve scan issues filtered by severity.

Use cases of Burpsuite MCP Server

  • Automate vulnerability scanning of web applications via AI.
  • Monitor and analyze HTTP traffic captured by Burp Proxy.
  • Retrieve and filter vulnerability issues for security reporting.

FAQ from Burpsuite MCP Server

What does the server currently support?

The server currently provides mock functionality; connecting to a real Burpsuite Professional instance requires configuring its REST API and updating the server implementation.

What are the installation requirements?

Node.js and npm are required for building and running the server.

How do I configure the server for Claude Desktop?

Add the server to your MCP settings file with the command node and the path to build/index.js.

Can I filter proxy history and site maps?

Yes, proxy history can be filtered by host, method, status code, and limit. Site maps can be filtered by host and parameters.

Are there plans to support real Burpsuite Professional?

Yes, future enhancements include configuring Burpsuite Professional's REST API and adding authentication mechanisms for secure communication.

评论

其他 分类下的更多 MCP 服务器