API reverse engineering toolkit for MCP-compatible AI assistants
npx claudepluginhub livedge/apiregenAPI reverse engineering toolkit - capture traffic, model endpoints, generate OpenAPI/AsyncAPI, reverse engineer REST/GraphQL/WebSocket/gRPC/RPC/mobile APIs. 8 slash commands, 26 MCP tools, 8 auto-triggered specialist agents.
API reverse engineering toolkit for Claude Code.
Capture web traffic as HAR files, then let Claude analyze the endpoints, classify domains, detect auth patterns, and generate typed client code.
claude plugin marketplace add livedge/apiregen
claude plugin install apiregen
Restart Claude Code. Done.
Open Claude Code in any project directory and use the slash commands:
| Command | What it does |
|---|---|
/capture | Walks you through capturing web traffic as HAR files |
/recon | Analyze captured traffic — domains, auth, protection, stack |
/mapping | Cross-session differential analysis |
/report | Full API intelligence report |
/schema | Infer JSON schema from endpoints |
/typegen | Generate typed classes (TypeScript, C#, Python, etc.) |
/investigate | Ad-hoc deep-dive into specific endpoints |
/capture — capture traffic from target site (browser DevTools, Camoufox, or mitmproxy)/recon — Claude analyzes the traffic and builds a context profile/report — Claude writes a complete API intelligence report/typegen — generate typed client code from discovered endpointsFor use outside Claude Code:
# Install with CLI dependencies
uv tool install apiregen[cli]
# Guided interactive workflow
apiregen start
# Or individual commands
apiregen init myproject
apiregen capture -m browser -o myproject/captures/session1.har
apiregen recon myproject
Add browser capture support: uv tool install apiregen[cli,browser]
Add mitmproxy support: uv tool install apiregen[cli,mitmproxy]
The plugin provides an MCP server (apiregen-har) with 16 tools for loading, searching, and analyzing HAR files. The slash commands give Claude structured prompts to use these tools for deep API analysis.
All intelligent analysis (domain classification, auth detection, protection identification) is done by Claude — the Python code only handles data parsing and querying.
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage