Skip to main content
Glama

mitmproxy-mcp MCP Server

by lucasoeth

list_flows

Retrieve HTTP request/response details including headers, content, and metadata for specific flows using a session ID.

Instructions

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

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