extract_json_fields
Extract specific fields from JSON content in HTTP flows using JSONPath expressions. Specify flow index, content type (request/response), and paths to retrieve targeted data efficiently.
Instructions
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.
Other Tools from mitmproxy-mcp MCP Server
Related Tools
- @GongRzhe/JSON-MCP-Server
- @GongRzhe/JSON-MCP-Server
- @lucasoeth/mitmproxy-mcp
- @tokenizin-agency/mcp-npx-fetch
- @Unstructured-IO/UNS-MCP