Skip to main content
Glama

BurpSuite MCP Server

test_request.ps1609 B
$url = "http://localhost:8000/proxy/intercept" $headers = @{ "Content-Type" = "application/json" } $body = @{ url = "https://target.com/v2/login" method = "GET" headers = @{ "User-Agent" = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" } intercept = $true } | ConvertTo-Json try { $response = Invoke-WebRequest -Uri $url -Method Post -Headers $headers -Body $body Write-Host "Status Code: $($response.StatusCode)" Write-Host "Response: $($response.Content)" } catch { Write-Host "Error: $_" }

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/X3r0K/BurpSuite-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server