The most comprehensive MCP server for Burp Suite Professional — 137 tools, real-time dashboard, custom scan checks, inline fuzzer, race condition testing, auth diffing, and more.
MCPpedia last refreshed this data
BurpMCP Ultra is an MCP server that the most comprehensive MCP server for Burp Suite Professional — 137 tools, real-time dashboard, custom scan checks, inline fuzzer, race condition testing, auth diffing, and more. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 63/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"burp": {
"url": "http://127.0.0.1:9876/sse",
"type": "sse"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
137 Tools • 14 Resources • 12 Event Types • Real-time Dashboard • Full Montoya API Coverage
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP Security Weekly
Get CVE alerts and security updates for BurpMCP Ultra and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The most powerful MCP server for Burp Suite Professional.
Drop a single JAR into Burp, connect Claude Code (or any MCP client), and drive every part of Burp Suite programmatically through AI agents.
150 Tools • 8 Resources • 17 Event Types • Real-time Dashboard • Hardened Localhost Security
Quick Start • Tools • Features • Security • Dashboard • Setup Guides • Contact
BurpMCP-Ultra is a native Kotlin Burp Suite extension with an embedded MCP (Model Context Protocol) server. It exposes Burp's Montoya API as 150 structured tools over a token-secured local SSE transport, so an AI agent can run proxy history analysis, active scans, fuzzing, race conditions, OOB testing, custom scan checks, and guided exploitation — all from natural language.
| BurpMCP-Ultra | burp-ai-agent | PortSwigger Official | |
|---|---|---|---|
| MCP Tools | 150 | 53 | 12 |
| Custom Scan Checks | BCheck + Script | – | – |
| Guided Injection Probe | SQLi / SSTI / LFI oracles | – | – |
| JWT Attacks | alg:none, RS→HS, crack | – | – |
| Access-Control Sweep | IDOR / privesc across identities | – | – |
| WebSocket Testing | Full lifecycle | – | – |
| Inline Fuzzer | 3 modes (FUZZ / Marker / Offset) | – | – |
| Race Condition Testing | Single-packet attack | – | – |
| API Schema Import | OpenAPI / Swagger + $ref | – | – |
| Passive Intel Extraction | 30+ patterns, entropy de-noised | – | – |
| Recon | JS endpoints, content/param discovery | – | – |
| Real-time Dashboard | Web + Swing | – | – |
| Hardened Localhost Security | Host + Origin + token, scope gate | – | – |
| Collaborator OOB | Full create / poll / correlate | Partial | Partial |
Competitor counts are indicative, based on each project's public tool list.
git clone https://github.com/Cy-S3c/BurpMCP-Ultra.git
cd BurpMCP-Ultra
./gradlew shadowJar
Output: build/libs/burpmcp-ultra-2.1.0.jar (~13 MB). A JDK 17–21 must be installed —
see Building from Source. Pre-built JARs are on the
Releases page.
{
"mcpServers": {
"burp": {
"type": "sse",
"url": "http://127.0.0.1:9876/",
"headers": {
"Authorization": "Bearer PASTE_TOKEN_FROM_SERVER_TAB"
}
}
}
}
Add to ~/.claude.json or your project's .mcp.json.
⚠️ The token is required, and the endpoint is the root path
/— not/sse. Copy the token from the Server