MCP Overview
What MCP Enables
Connection Topology
http://127.0.0.1:9876/sseCloud Client Setup (SSE via stdio bridge)
Features

Next Steps
Last updated
http://127.0.0.1:9876/sse
Last updated
{
"mcpServers": {
"burp-ai-agent": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"http://127.0.0.1:9876/sse"
]
}
}
}{
"mcpServers": {
"burp-ai-agent": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"http://127.0.0.1:9876/sse",
"--oauth2Bearer",
"your-token"
]
}
}
}