WireMCP

by 0xKoda
Verified

capture_packets

Capture live network traffic and generate raw packet data in JSON format for real-time analysis using LLMs, enabling tasks like threat detection and network diagnostics. Configurable by duration and interface.

Instructions

Capture live traffic and provide raw packet data as JSON for LLM analysis

Input Schema

NameRequiredDescriptionDefault
durationNoCapture duration in seconds
interfaceNoNetwork interface to capture from (e.g., eth0, en0)en0

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "default": 5, "description": "Capture duration in seconds", "type": "number" }, "interface": { "default": "en0", "description": "Network interface to capture from (e.g., eth0, en0)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from WireMCP

Related Tools

ID: d63qil4l1s