list_versions
ActiveTool of npm
List published versions of an npm package with publish dates, dist-tags (latest/next/beta), and deprecation notices — answers "what versions of <pkg> exist", "when was <pkg> last published", "is the latest version deprecated". Returns versions newest-first, plus the package created/last-modified timestamps.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Exact package name (e.g. \"express\", \"@types/node\")."
},
"limit": {
"type": "number",
"description": "Number of recent versions to return (default 20, max 100)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
npm
https://github.com/pipeworx-io/mcp-npm
1/7 registries