Burp Suite for AI Agent
Provides tools to capture HTTP requests, analyze endpoints, queue security scans, import issues, and send actions to Burp Suite (Repeater, Scanner, etc.) through a two-way MCP bridge.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Burp Suite for AI Agentlist captured requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š Structure
burpsuite-for-ai-agent/
āāā src/
ā āāā index.js ā MCP server (HTTP bridge + 11 MCP tools)
āāā plugin/
ā āāā burpAI.py ā Jython 2.7 Burp plugin (context menu, auto-forward, outbound polling)
āāā package.json ā Node.js manifest (dependencies: @modelcontextprotocol/sdk, zod)
āāā .gitignore
āāā README.mdRelated MCP server: Burp Suite MCP Server
Architecture
Burp Suite (Linux / Windows)
āā plugin/burpAI.py (Jython plugin)
ā POST /ingest (127.0.0.1:9999)
ā GET /burp/outbound (poll every 2s)
ā¼
src/index.js ā MCP server (HTTP bridge + 11 MCP tools)
ā
ā¼
AI Agent āā MCP toolsLinux: Burp + server + agent ā all on one machine. Windows + WSL: Burp on Windows, server + agent in WSL over localhost.
Quick Install (one command)
bash install.shThis runs npm install, prints Burp plugin instructions, and generates .mcp.json for AI agent auto-registration.
Quick Start
1. MCP server
node src/index.js2. Load Burp plugin
Burp Suite ā Extensions ā Installed ā Add
Extension type:
Python(requires Jython 2.7 standalone JAR)File:
plugin/burpAI.py
3. Verify
In Burp's burpAI tab, click Check Status. Connected:
{ "ok": true, "requests": 0, "endpoints": 0 }MCP Tools (11 tools)
Tool | Description |
| Bridge connection status + store statistics |
| List captured HTTP requests (filter by url/method) |
| Full request/response (headers, body) |
| Unique endpoints with parameter names, hit counts |
| Scan/plan/scope tasks queued from Burp context menu |
| Security findings queued for Burp import |
| Submit a finding (title, url, severity, detail) |
| Latest session snapshot (cookies, storage) |
| Queue action: send_to_repeater, add_scan_issue, console_log |
| Pending outbound actions |
| Clear all captured data |
Workflow
Capture ā Analyze
Right-click a request in Burp (Proxy/Repeater) ā burpAI: send request(s)
Agent:
burp_requestsā list captured requestsburp_endpointsā enumerate endpointsburp_request_detailā full request/response
Queue scan ā Execute
Right-click ā burpAI: send + queue scan
Agent picks up via burp_tasks.
Finding ā Burp Scanner
Agent calls burp_import_issue ā Burp tab ā Import Issues
Agent ā Burp Repeater
Agent calls burp_send_to_burp with type send_to_repeater ā Burp opens Repeater tab.
Auto-Forwarding
Feature | Description |
Auto-send Proxy responses | All Proxy traffic sent to MCP server |
Auto-send Repeater responses | Repeater traffic automatically forwarded |
Forward Burp Scanner issues | Scanner findings pushed to agent |
Auto import issues | Pull agent findings on context menu |
Options
node src/index.js --port 9999 # Custom port (default: 9999)Burp plugin URL configurable from the burpAI settings tab in Burp.
Requirements
Node.js 18+
Burp Suite (Community or Professional)
Jython 2.7 standalone JAR (configured in Burp Extensions ā Environment)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/whoismemas/burpsuite-for-ai-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server