Enables Large Language Models to read and analyze network packet captures, providing structured JSON responses about network traffic.
Mcpcap is a modular Python server designed to bridge the gap between Large Language Models (LLMs) and network packet capture (PCAP) files. It allows LLMs to interactively query and analyze network traffic data from both local and remote sources. Leveraging the powerful scapy library, mcpcap parses PCAP files, processes various network protocols through its extensible modular architecture, and provides structured JSON responses, making complex network insights easily consumable by AI for various analytical and diagnostic purposes.