Skip to main content
Glama

mitmproxy-mcp MCP Server

by lucasoeth

get_flow_details

Retrieve detailed HTTP flow information, including method, URL, and status codes, from mitmproxy capture sessions for analysis or debugging.

Instructions

Lists HTTP requests/responses from a mitmproxy capture session, showing method, URL, and status codes

Input Schema

NameRequiredDescriptionDefault
flow_indexesYesThe indexes of the flows
include_contentNoWhether to include full content in the response (default: true)
session_idYesThe ID of the session

Input Schema (JSON Schema)

{ "properties": { "flow_indexes": { "description": "The indexes of the flows", "items": { "type": "integer" }, "type": "array" }, "include_content": { "default": true, "description": "Whether to include full content in the response (default: true)", "type": "boolean" }, "session_id": { "description": "The ID of the session", "type": "string" } }, "required": [ "session_id", "flow_indexes" ], "type": "object" }

You must be authenticated.

Other Tools from mitmproxy-mcp MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucasoeth/mitmproxy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server