NPM Sentinel MCP

by Nekzus
Verified

npmVersions

Retrieve all available versions of specified NPM packages to analyze dependencies, assess compatibility, and ensure secure package selection.

Instructions

Get all available versions of an NPM package

Input Schema

NameRequiredDescriptionDefault
packagesYesList of package names to get versions for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packages": { "description": "List of package names to get versions for", "items": { "type": "string" }, "type": "array" } }, "required": [ "packages" ], "type": "object" }
ID: fr2yy5d4i1