Wraps npm's ecosystem tooling so Claude can analyze your JavaScript project's dependencies without you bouncing between terminal commands. It exposes five operations: license analysis that flags copyleft and unknown licenses, outdated package detection with semantic version categorization, dependency tree visualization with circular reference detection, bundle size estimation via the Bundlephobia API, and security audits using npm's advisory data. Each tool takes a project directory path and works directly against package.json. Reach for this when you're triaging a new codebase, preparing for an audit, or need to understand dependency health without context switching. It's essentially npm audit, npm outdated, and license checking surfaced as conversational tools.
claude mcp add --transport stdio io.github.rog0x-dep -- npx -y @rog0x/mcp-dep-tools