pcap-mcp
Related Servers
Alternatives to pcap-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with direct access to Wireshark network analysis capabilities, enabling AI-powered network troubleshooting, packet analysis, and network monitoring through a secure interface.13MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze network traffic using Wireshark/tshark, providing packet statistics, protocol analysis, and anomaly detection through natural language interaction.69MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to interact with tshark and related command-line tools for live packet capture, PCAP analysis, filtering, stream following, and capture file merging.1MIT
- AlicenseCqualityDmaintenanceEnables LLMs to perform automated network forensics, threat hunting, and traffic analysis using Wireshark/TShark.344MIT
- AlicenseAqualityBmaintenanceEnables LLM-based assistants to diagnose network problems from PCAP/PCAPNG packet captures, offering tools for capture summaries, TCP conversation analysis, security anomaly detection, and JSON-RPC extraction without requiring Wireshark.5MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to analyze, filter, and capture network traffic using Wireshark/tshark, allowing natural language interaction with packet captures.1462 PyPI58MIT
TDQS
Scored across 12 tools
Each tool targets a distinct investigative question: summary, DNS, HTTP, TLS, TCP behavior, and security heuristics are cleanly separated. The generic run_display_filter is a lower-level primitive rather than a duplicate of the specialized inspectors.
All tool names follow a consistent snake_case verb_noun pattern such as inspect_dns_queries, measure_rtt, and check_tls_posture. There are no mixed conventions, vague verbs, or stylistic outliers.
Twelve tools is well-scoped for a packet-capture analysis server. The set provides a summary entry point, protocol and traffic inspectors, TCP diagnostics, security heuristics, and a generic filter primitive without feeling bloated.
The tool surface covers the main capture investigation workflow well, with no dead ends for common analysis tasks. It lacks a few optional conveniences like explicit stream following or payload export, though run_display_filter can partially compensate for those gaps.