Cover image
Try Now
2025-03-30

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

Burpsuite MCP Server

A Model Context Protocol (MCP) server that provides an interface for interacting with Burpsuite Professional's scanning and proxy functionality.

Overview

This MCP server allows AI assistants to interact with Burpsuite Professional for web security testing and vulnerability scanning. It provides tools for:

  • Starting vulnerability scans on target URLs
  • Checking scan status and retrieving results
  • Accessing HTTP/HTTPS traffic captured by Burp Proxy
  • Viewing site structure discovered during scanning

Features

Tools

The server exposes the following tools:

  1. start_scan: Start a new vulnerability scan on a target URL

    • Parameters:
      • target: Target URL to scan (e.g., https://example.com)
      • scan_type: Type of scan to perform (passive, active, or full)
  2. get_scan_status: Check the status of a running scan

    • Parameters:
      • scan_id: ID of the scan to check
  3. get_scan_issues: Get vulnerability issues found in a scan

    • Parameters:
      • scan_id: ID of the scan
      • severity: Filter issues by severity (high, medium, low, info, or all)
  4. get_proxy_history: Get HTTP/HTTPS traffic captured by Burp Proxy

    • Parameters:
      • host: Filter by host (optional)
      • method: Filter by HTTP method (optional)
      • status_code: Filter by HTTP status code (optional)
      • limit: Maximum number of items to return (default: 10)
  5. get_site_map: Get the site structure discovered during scanning and browsing

    • Parameters:
      • host: Filter by host (optional)
      • with_parameters: Only show URLs with parameters (optional)
      • limit: Maximum number of items to return (default: 20)

Resources

The server provides the following resources:

  1. Scan Results: burpsuite://scan/{scanId}
  2. Issue Details: burpsuite://scan/{scanId}/issue/{issueId}
  3. Proxy History: burpsuite://proxy/history
  4. Proxy History Item: burpsuite://proxy/history/{itemId}
  5. Site Map: burpsuite://sitemap

Installation

  1. Build the server:

    cd /path/to/burpsuite-server
    npm install
    npm run build
    
  2. Add the server to your MCP settings configuration file:

    {
      "mcpServers": {
        "burpsuite": {
          "command": "node",
          "args": ["/path/to/burpsuite-server/build/index.js"],
          "env": {},
          "disabled": false,
          "autoApprove": []
        }
      }
    }
    

Future Enhancements

This server currently provides mock functionality. To connect it to a real Burpsuite Professional instance:

  1. Configure Burpsuite Professional to expose its REST API
  2. Update the server implementation to connect to the Burpsuite REST API
  3. Add authentication mechanisms for secure API communication

Example Usage

Here are some examples of how to use the Burpsuite MCP server with an AI assistant:

Starting a Scan

Use the Burpsuite MCP server to scan example.com for vulnerabilities.

Viewing Proxy History

Show me the HTTP traffic captured by Burp Proxy for domain example.com.

Analyzing Vulnerabilities

What high severity vulnerabilities were found in the latest scan?

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • jae-jae
  • Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.

  • HiveNexus
  • Un bot de chat de IA para equipos pequeños y medianos, que apoyan modelos como Deepseek, Open AI, Claude y Gemini. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 Claude 、 Géminis 等模型。

  • ravitemer
  • Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)

  • patruff
  • Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo

    Reviews

    4 (1)
    Avatar
    user_tqYjeNfl
    2025-04-16

    Burpsuite-mcp-server by Cyreslab-AI is a fantastic tool for managing multiple Burp Suite instances. It's incredibly useful for coordinating and automating security testing tasks, especially in complex environments. The ease of use and integration capabilities make it a must-have for security professionals. Highly recommended for anyone looking to streamline their penetration testing processes!