http-inspector
HTTP Inspector MCP Server
MCP-Server auf Basis von Streamable HTTP, integriert mit Web-Panel und Screenshot-Funktion.
Ein Prozess, ein Port – ein All-in-One-Werkzeugkasten für HTTP-Traffic-Inspektion.
Löst das Problem, dass nach KI-gestützten automatisierten Penetrationstests manuelle Reproduktionen per Screenshot erforderlich sind.
Funktionen
Beliebige HTTP-Anfragen senden – Unterstützt alle Methoden, benutzerdefinierte Header/Body, Proxy, Timeout (ähnlich wie Burp Repeater)
Web-Panel – Echtzeit-Verlaufstabelle (SSE-Push), Raw-HTTP-Detailansicht, manuelles Sende-Panel
Screenshots – Die KI kann
screenshot_panelaufrufen, um das Web-Panel zu erfassen und eine PNG-Datei-URL zurückzugebenDualer Transportmodus – Standardmäßig Streamable HTTP (
http://localhost:9876/mcp), zusätzlich stdio unterstützt (--transport stdio, startet das Web-Panel automatisch)
Related MCP server: httptoolkit-mcp
Schnellstart
# 安装依赖
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Öffnen Sie http://localhost:9876 im Browser, um das Web-Panel anzuzeigen.
MCP-Client-Konfiguration
Streamable-HTTP-Modus (Standard)
{
"mcpServers": {
"http-inspector": {
"url": "http://localhost:9876/mcp"
}
}
}stdio-Modus
{
"mcpServers": {
"http-inspector": {
"command": "mcp-http-inspector",
"args": ["--transport", "stdio"]
}
}
}Im stdio-Modus wird das Web-Panel automatisch im Hintergrund gestartet (Standard-Port 9876); Web-UI und Screenshot-Funktionen bleiben voll nutzbar. Falls eine Koexistenz mit einer HTTP-Instanz erforderlich ist, geben Sie mit
--porteinen anderen Port an.
MCP-Tools
Tool | Beschreibung |
| Sendet beliebige HTTP-Anfragen, unterstützt |
| Listet den Anfrageverlauf auf, unterstützt Filter und Paginierung (gibt keinen Raw-Body zurück) |
| Ruft die rohe HTTP-Anfrage/-Antwort per ID ab (standardmäßig auf 5000 Zeichen gekürzt) |
| Erfasst das Web-Panel (history/detail/sender) und gibt eine PNG-Download-URL zurück |
| Schneller Screenshot der Detailansicht der neuesten Anfrage, ohne ID übergeben zu müssen |
| Löscht den gesamten Verlauf und alle Screenshot-Dateien |
Weitere Nutzungshinweise finden Sie in
skills/SKILL.md
Architektur
MCP 客户端 ──HTTP──▶ :9876/mcp (Streamable HTTP)
MCP 客户端 ──stdio─▶ stdin/stdout (--transport stdio)
浏览器 ──HTTP──▶ :9876/ (Web 面板 SPA)
:9876/api/* (REST + SSE)
│
httpx ──▶ 目标服务器
SQLite ◀── 历史存储
Playwright ──▶ 截图Unterstützte Plattformen
Automatische Erkennung des Betriebssystems zur Auswahl des integrierten Chrome-Browsers:
⚠️ Die Screenshot-Funktion ist auf einen Chromium-Browser angewiesen. Bitte laden Sie diesen selbst herunter und entpacken Sie ihn in das Verzeichnis
browsers/.Download-Adresse: Chrome for Testing
System | Pfad nach dem Entpacken |
🐧 Linux x64 |
|
🍎 macOS ARM |
|
🪟 Windows x64 |
|
Beim Start wird das Betriebssystem automatisch erkannt und der Chrome-Pfad entsprechend ausgewählt. Wenn Sie die Screenshot-Funktion nicht nutzen, ist kein Download erforderlich.
This server cannot be installed
Maintenance
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
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Capture, inspect & debug HTTPS traffic across iOS, Android, browsers & backends — 304 MCP tools.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn 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.11223MIT
- AlicenseAqualityFmaintenanceAn 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.231081MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that provides AI clients with 26 security and developer tools, enabling tasks like JWT decoding, HTTP header analysis, and phishing URL inspection.
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to intercept, inspect, and modify HTTP traffic, with tools for searching, filtering, and managing captured requests and interceptors.107MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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