mitmproxy-mcp MCP Server

analyze_protection

Detect and analyze bot protection mechanisms in web traffic, extract challenge details, and analyze JavaScript for insights into security measures.

Instructions

Analyze flow for bot protection mechanisms and extract challenge details

Input Schema

NameRequiredDescriptionDefault
extract_scriptsNoWhether to extract and analyze JavaScript from the response (default: true)
flow_indexYesThe index of the flow to analyze
session_idYesThe ID of the session

Input Schema (JSON Schema)

{ "properties": { "extract_scripts": { "default": true, "description": "Whether to extract and analyze JavaScript from the response (default: true)", "type": "boolean" }, "flow_index": { "description": "The index of the flow to analyze", "type": "integer" }, "session_id": { "description": "The ID of the session", "type": "string" } }, "required": [ "session_id", "flow_index" ], "type": "object" }

You must be authenticated.

Other Tools from mitmproxy-mcp MCP Server

Related Tools

ID: gbqpifn5jt