Skip to main content
Glama
zfdx123

http-inspector

by zfdx123

HTTP Inspector MCP Server

Streamable HTTP ベースの MCP サーバーで、Web パネルとスクリーンショット機能を統合しています。
シングルプロセス・シングルポート — オールインワンの HTTP トラフィック検査ツールボックス。
AI による自動化ペネトレーションテストの後に、スクリーンショットを手動で再現する必要がある問題を解決します。

機能

  • 任意の HTTP リクエストを送信 — すべてのメソッド、カスタム Header/Body、プロキシ、タイムアウトに対応(Burp Repeater 類似)

  • Web パネル — リアルタイムのトラフィック履歴テーブル(SSE プッシュ)、Raw HTTP 詳細ビュー、手動送信パネル

  • スクリーンショット — AI は screenshot_panel を呼び出して Web パネルをスクリーンショットし、PNG ファイルの URL を返す

  • デュアルトランスポートモード — デフォルトは Streamable HTTP(http://localhost:9876/mcp)。stdio にも対応(--transport stdio で Web パネルを自動起動)

Related MCP server: httptoolkit-mcp

クイックスタート

# 安装依赖
cd mcp-http-inspector
pip install -e .

# 安装 Chromium 浏览器(用于截图)
# 项目 browsers/ 目录已内置 linux/mac-arm/win64 三平台 Chrome
# 无需额外安装,启动时自动检测

# 运行
python server.py
# 或指定模式(默认 http):
python server.py --transport stdio --port 9876
# 可用参数:--transport http|stdio, --host, --port

ブラウザで http://localhost:9876 を開いて Web パネルを表示します。

MCP クライアント設定

Streamable HTTP モード(デフォルト)

{
  "mcpServers": {
    "http-inspector": {
      "url": "http://localhost:9876/mcp"
    }
  }
}

stdio モード

{
  "mcpServers": {
    "http-inspector": {
      "command": "mcp-http-inspector",
      "args": ["--transport", "stdio"]
    }
  }
}

stdio モードはバックグラウンドで Web パネル(デフォルトポート 9876)を自動起動し、Web UI とスクリーンショット機能は通常どおり利用できます。HTTP インスタンスと共存させる場合は、--port で別のポートを指定してください。

MCP ツール

ツール

説明

send_http_request

任意の HTTP リクエストを送信し、auto_screenshot でワンステップでスクリーンショットを取得可能

list_history

リクエスト履歴を一覧表示。フィルタリングとページングに対応(raw body は返さない)

get_request_detail

ID で元の HTTP リクエスト/レスポンスを取得(デフォルトで 5000 文字に切り詰め)

screenshot_panel

Web パネル(history/detail/sender)をスクリーンショットし、PNG ダウンロード URL を返す

screenshot_last_request

ID を渡さずに最新リクエストの Detail をすばやくスクリーンショット

clear_all_history

すべての履歴とスクリーンショットファイルをクリア

詳しい使い方は skills/SKILL.md を参照

アーキテクチャ

MCP 客户端 ──HTTP──▶ :9876/mcp (Streamable HTTP)
MCP 客户端 ──stdio─▶ stdin/stdout (--transport stdio)
浏览器     ──HTTP──▶ :9876/    (Web 面板 SPA)
                     :9876/api/* (REST + SSE)
                            │
                     httpx ──▶ 目标服务器
                     SQLite ◀── 历史存储
                     Playwright ──▶ 截图

対応プラットフォーム

OS を自動検出して内蔵 Chrome ブラウザを選択します:

⚠️ スクリーンショット機能は Chromium ブラウザに依存します。自分でダウンロードして browsers/ ディレクトリに解凍してください。

ダウンロード先:Chrome for Testing

システム

ダウンロード後の展開先

🐧 Linux x64

chrome-linux64.zip をダウンロード → browsers/chrome-linux64/chrome に展開

🍎 macOS ARM

chrome-mac-arm64.zip をダウンロード → browsers/chrome-mac-arm64/ に展開

🪟 Windows x64

chrome-win64.zip をダウンロード → browsers/chrome-win64/chrome.exe に展開

起動時に OS を自動検出し、対応するパスの Chrome を選択します。スクリーンショット機能を使わない場合はダウンロードは不要です。

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    An MCP server that enables AI assistants to capture and analyze HTTP/HTTPS traffic from Android devices. It supports smart searching of network requests and provides tools for detailed traffic analysis via natural language.
    11
    223
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    An MCP server that enables AI assistants to control HTTP Toolkit for intercepting, inspecting, and debugging HTTP(S) traffic from browsers, mobile devices, and Docker containers. It provides tools for server management, interceptor activation, and sending HTTP requests through natural language commands.
    23
    108
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides AI clients with 26 security and developer tools, enabling tasks like JWT decoding, HTTP header analysis, and phishing URL inspection.
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables AI agents to intercept, inspect, and modify HTTP traffic, with tools for searching, filtering, and managing captured requests and interceptors.
    10
    7
    MIT

Latest Blog Posts

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/zfdx123/mcp-http-inspector'

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