mitmproxy-mcp MCP Server

analyze_protection

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" }