mitmproxy-mcp MCP Server
by lucasoeth
extract_json_fields
Extract specific fields from JSON content in a flow using JSONPath expressions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_type | Yes | Whether to extract from request or response content | |
flow_index | Yes | The index of the flow | |
json_paths | Yes | JSONPath expressions to extract (e.g. ['$.data.users', '$.metadata.timestamp']) | |
session_id | Yes | The ID of the session |
Input Schema (JSON Schema)
You must be authenticated.