
powhttp-mcp
by usestring·★ 71·综合分 48
一个MCP服务器,让AI助手能够分析由powhttp捕获的HTTP流量,并提供高级调试功能。
概述
powhttp-mcp是一个全面的模型上下文协议(MCP)服务器,它将AI助手与HTTP流量分析连接起来。它提供了17种工具用于检查HTTP请求/响应、比较浏览器与程序流量、生成TLS/HTTP指纹、聚类API端点、分析GraphQL操作,甚至从捕获的流量生成Go爬虫。该服务器专门与powhttp(一个HTTP流量捕获工具)集成,使AI助手能够深入了解Web通信模式。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
当你需要分析 HTTP 流量模式、调试网络爬虫问题或从捕获的流量生成爬虫时选择此服务器。
什么时候不要选它
如果你不使用 powhttp 作为流量捕获工具,请避免使用它,因为此 MCP 服务器特别需要它作为依赖。
此 server 暴露的工具
从 README 抽取出 12 个工具powhttp_sessions_listList all sessions with entry counts
powhttp_session_activeGet the currently active session
powhttp_search_entriesSearch entries with filters and free text
powhttp_get_entryGet full details of a specific entry
powhttp_fingerprintGenerate HTTP, TLS, and HTTP/2 fingerprints
powhttp_extract_endpointsCluster entries into endpoint groups
powhttp_validate_schemaValidate entry bodies against a schema
powhttp_infer_schemaInfer merged schema from multiple entry bodies with field statistics
powhttp_graphql_operationsCluster GraphQL traffic by operation name and type
powhttp_graphql_inspectParse and inspect individual GraphQL operations
powhttp_trace_flowTrace related requests around a seed entry
powhttp_diff_entriesCompare two entries to find detection differences
可对比工具
安装
安装
通过go install安装:
go install github.com/usestring/powhttp-mcp/cmd/powhttp-mcp@latest添加到Claude Desktop
将以下内容添加到您的Claude Desktop配置文件(~/Library/Application Support/Claude/claude_desktop_config.json,macOS系统):
{
"mcpServers": {
"powhttp": {
"command": "powhttp-mcp",
"env": {
"POWHTTP_BASE_URL": "http://localhost:7777",
"POWHTTP_PROXY_URL": "http://localhost:8888"
}
}
}
}powhttp-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。