
Provides accurate, source-grounded breaking-change briefings for npm packages by reading real GitHub release notes and CHANGELOGs, helping coding agents avoid hallucinated dependency migrations.
Provides the real exported API surface and type signatures of any npm package, extracted from its published TypeScript declarations, enabling AI coding agents to use functions accurately and avoid inventing nonexistent APIs.
MCP server that audits npm dependencies against the live registry, providing per-dependency reports on versions behind, deprecation, and license.
Verifies npm package names for safety, detecting typosquats and nonexistent packages before your coding agent installs them.
Gives coding agents the exact installed version of each dependency in a project from node_modules and lockfile, preventing deprecated API usage by grounding them in reality.