Parses and analyzes HAR (HTTP Archive) files to allow AI assistants to inspect network traffic.
The Har server is a Model Context Protocol (MCP) server designed for parsing and analyzing HTTP Archive (HAR) files. It enables AI assistants to inspect network traffic captured in HAR format, with built-in support for redacting sensitive authentication headers. It supports loading HAR files from local filesystems or HTTP URLs, querying request details and listing all URLs and HTTP methods accessed in the HAR file.
Key Features
010 GitHub stars
02Loads HAR files from local filesystem or HTTP URLs
03Lists all URLs and HTTP methods accessed in the HAR file
04Queries request IDs for specific URL and method combinations
05Retrieves full request details with automatic redaction of authentication headers
06Handles real-world HAR files with flexible HAR parsing
Use Cases
01Analyzing API interactions recorded in HAR files
02Inspecting network traffic for debugging purposes
03Integrating network traffic analysis into AI assistant workflows