anything-analyzer

Active
GitHub TypeScript No License

Description

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

💡 Let agents auto-parse captured traffic during reverse engineering
💡 Identify suspicious network communication patterns in security audits
💡 Use as a protocol understanding tool for LLMs to analyze unknown APIs
💡 Call the capture analysis via MCP from the IDE or agent on demand

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"] } }

Related Projects