http-inspector
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 工具
工具 | 说明 |
| 发送任意 HTTP 请求,支持 |
| 列出请求历史,支持过滤和分页(不返回 raw body) |
| 按 ID 获取原始 HTTP 请求/响应(默认截断 5000 字符) |
| 截图 Web 面板(history/detail/sender),返回 PNG 下载 URL |
| 快捷截图最新请求的 Detail,无需传 ID |
| 清空所有历史记录和截图文件 |
更多使用指南见
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 | 下载 |
🍎 macOS ARM | 下载 |
🪟 Windows x64 | 下载 |
启动时自动检测操作系统,选择对应路径的 Chrome。不使用截图功能则无需下载。
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