Description
We need support MCP to TCP Viewer, so the user can retrieve or interact with the app faster 👍
| Capability |
MCP tool |
Details |
| List interfaces |
list_interfaces |
Returns IDs, names, addresses, availability, permissions, capabilities, and selection state. |
| Start capture |
start_capture |
Accepts optional interface_id and BPF capture_filter. |
| Stop capture |
stop_capture |
Stops the active live capture. |
| Filter packets |
query_packets |
Supports up to 20 AND/OR filters, plus protocols, domains, packet IDs, stream ID, ordering, and pagination. |
| Packet details |
get_packet_details |
Requires packet_id; supports bounded depth/node counts and sensitive-data redaction. |
| Export |
export_packets |
Exports selected or filtered packets as PCAP/PCAPNG to an absolute path; supports overwrite and all=true. |
Description
We need support MCP to TCP Viewer, so the user can retrieve or interact with the app faster 👍