MCP Catalogs
首页powhttp-mcp screenshot

powhttp-mcp

by usestring·71·综合分 48

一个MCP服务器,让AI助手能够分析由powhttp捕获的HTTP流量,并提供高级调试功能。

developer-toolsweb-scrapingmonitoring
6
Forks
0
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

powhttp-mcp是一个全面的模型上下文协议(MCP)服务器,它将AI助手与HTTP流量分析连接起来。它提供了17种工具用于检查HTTP请求/响应、比较浏览器与程序流量、生成TLS/HTTP指纹、聚类API端点、分析GraphQL操作,甚至从捕获的流量生成Go爬虫。该服务器专门与powhttp(一个HTTP流量捕获工具)集成,使AI助手能够深入了解Web通信模式。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:调试网络爬虫以识别反机器人检测机制
:分析API行为以理解数据结构和端点
:从观察到的HTTP流量模式生成爬虫

什么时候选它

当你需要分析 HTTP 流量模式、调试网络爬虫问题或从捕获的流量生成爬虫时选择此服务器。

什么时候不要选它

如果你不使用 powhttp 作为流量捕获工具,请避免使用它,因为此 MCP 服务器特别需要它作为依赖。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • powhttp_sessions_list

    List all sessions with entry counts

  • powhttp_session_active

    Get the currently active session

  • powhttp_search_entries

    Search entries with filters and free text

  • powhttp_get_entry

    Get full details of a specific entry

  • powhttp_fingerprint

    Generate HTTP, TLS, and HTTP/2 fingerprints

  • powhttp_extract_endpoints

    Cluster entries into endpoint groups

  • powhttp_validate_schema

    Validate entry bodies against a schema

  • powhttp_infer_schema

    Infer merged schema from multiple entry bodies with field statistics

  • powhttp_graphql_operations

    Cluster GraphQL traffic by operation name and type

  • powhttp_graphql_inspect

    Parse and inspect individual GraphQL operations

  • powhttp_trace_flow

    Trace related requests around a seed entry

  • powhttp_diff_entries

    Compare two entries to find detection differences

可对比工具

mitmproxy-mcpcharles-proxy-mcpweb-scraping-api

安装

安装

通过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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。