generate_curl
Generate a curl command from a captured HTTP flow to share, test, or import into external tools like Burp Suite or Postman.
Instructions
Generate a copy-paste curl command that reproduces a captured HTTP flow.
PREREQUISITE: Get flow_id from get_traffic_summary or search_traffic.
Useful for:
Exporting requests to share with teammates
Testing in terminal outside the MCP environment
Importing into Burp Suite or Postman
Args: flow_id: The flow ID to generate a curl command for
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |