mitmproxy-mcp MCP Server

list_flows

Retrieves detailed HTTP request/response data including headers, content (or structure preview for large JSON), and metadata from specified flows

Input Schema

NameRequiredDescriptionDefault
session_idYesThe ID of the session to list flows from

Input Schema (JSON Schema)

{ "properties": { "session_id": { "description": "The ID of the session to list flows from", "type": "string" } }, "required": [ "session_id" ], "type": "object" }