-
securityA
license-
qualityBurpSuite MCP Server: A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp's core functionalities.
Last updated -
22
Python
MIT License
Burpsuite Professional のスキャンおよびプロキシ機能と対話するためのインターフェイスを提供するモデル コンテキスト プロトコル (MCP) サーバー。
このMCPサーバーは、AIアシスタントがBurpsuite Professionalと連携してWebセキュリティテストや脆弱性スキャンを実施できるようにします。以下のツールを提供します。
サーバーは次のツールを公開します。
target
: スキャンする対象URL (例: https://example.com )scan_type
: 実行するスキャンの種類(パッシブ、アクティブ、またはフル)scan_id
: チェックするスキャンのIDscan_id
: スキャンのIDseverity
: 重大度(高、中、低、情報、またはすべて)で問題をフィルタリングしますhost
: ホストでフィルタリング(オプション)method
: HTTPメソッドでフィルタリング(オプション)status_code
: HTTPステータスコードでフィルタリングする(オプション)limit
: 返されるアイテムの最大数(デフォルト: 10)host
: ホストでフィルタリング(オプション)with_parameters
: パラメータ付きの URL のみを表示する (オプション)limit
: 返されるアイテムの最大数(デフォルト: 20)サーバーは次のリソースを提供します。
burpsuite://scan/{scanId}
burpsuite://scan/{scanId}/issue/{issueId}
burpsuite://proxy/history
burpsuite://proxy/history/{itemId}
burpsuite://sitemap
このサーバーは現在、モック機能を提供しています。実際のBurpsuite Professionalインスタンスに接続するには、以下の手順を実行してください。
Burpsuite MCP サーバーを AI アシスタントと共に使用する方法の例をいくつか示します。
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Burpsuite MCP サーバー
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/burpsuite-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server