anything-analyzer
ActiveDescription
Anything Analyzer is a universal AI analyzer that turns mixed-format inputs (text, code, screenshots, logs) into structured insights for agent workflows.
Key Features
- All-in-one protocol analysis with browser capture, MITM proxy, JS hooks, and fingerprint spoofing
- AI-driven analysis with built-in LLM to auto-recognize protocol patterns
- Native MCP server support so agents can call it directly
- Supports HTTP, HTTPS, WebSocket, TCP, and UDP protocols
- CLI-friendly, usable in scripts and CI pipelines
Use Cases
Categories
Quick Start
# Install the CLI
npm install -g anything-analyzer
# Start capture with AI analysis
aa capture --port 8888 --ai
# Start MCP server
aa mcp --port 8765
# Configure in Claude Desktop
# mcp_config.json: { "anything-analyzer": { "command": "aa", "args": ["mcp"] } }