BurpSuite MCP ServerServer

X3r0K
GitHub
SecurityPenetration TestingWeb Scraping

Loading subscription status...

💡 Description

A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to the core functionalities of Burp.

📝 JSON Entries

{
  "mcpServers": [
    {
      "BurpSuite MCP Server": {
        "env": {
          "BURP_API_KEY": "Your_API_KEY",
          "BURP_API_HOST": "localhost",
          "BURP_API_PORT": "1337",
          "BURP_PROXY_HOST": "127.0.0.1",
          "BURP_PROXY_PORT": "8080",
          "MCP_SERVER_HOST": "0.0.0.0",
          "MCP_SERVER_PORT": "8000"
        },
        "args": [],
        "command": "python main.py"
      }
    }
  ]
}

🛠️ Tools

curlFastAPI

Features

  • Proxy Tool for intercepting HTTP/HTTPS traffic
  • Scanner Tool for active and passive scanning
  • Logger Tool for comprehensive HTTP traffic logging
  • Vulnerability detection for various types such as XSS and SQL injection

💬 Example Queries

  • Intercept a request to https://example.com and modify it.
  • Start a new active scan on https://example.com and monitor its status.
  • Get filtered logs to find POST requests with status code 200.