Let AI assistants directly analyze PCAP files
ChatTCP MCP Server allows you to use ChatTCP to analyze pcap files through AI. Supports file management, search analysis, diagnostic tools, and protocol decoding.
{
"mcpServers": {
"chattcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.chattcp.com/mcp",
"--header",
"X-API-Key: your-api-key"
]
}
}
}
Please sign in first
Sign In💡 Typical Usage Scenarios
You can ask AI like this:
"Help me analyze the connections to server port 8080 in xx.pcap file, why didn't the client receive a response after sending the request."
You can ask AI like this:
"Help me analyze xx.pcap file, see why the http request response body is empty."
You can ask AI like this:
"Analyze xx.pcap file, what is the latency from client to server. Are there any packet loss situations, what is the retransmission probability."
You can ask AI like this:
"Analyze xx.pcap file, how many connections are there in total, how many connections are in half-open state, what is the percentage."
You can ask AI like this:
"Analyze xx.pcap file, decode the application layer protocol as websocket protocol, see what the ws protocol payload transmitted."