get_version_info

Pack: npm · Endpoint: https://gateway.pipeworx.io/npm/mcp

Get metadata for a SPECIFIC version (or dist-tag) of an npm package: dependencies, dev/peer dependencies, engines, license, tarball + integrity hash + unpacked size, and any deprecation notice. Use for “dependencies of @”, pinned-version audits, or inspecting a particular release. Version accepts an exact version (e.g. “4.18.2”), a dist-tag (e.g. “latest”, “next”), or omit for the latest.

Parameters

NameTypeRequiredDescription
namestringyesExact package name (e.g. “express”).
versionstringnoExact version (e.g. “4.18.2”), a dist-tag (e.g. “latest”, “next”), or omit for latest.

Example call

curl -X POST https://gateway.pipeworx.io/npm/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_version_info","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "npm": {
      "url": "https://gateway.pipeworx.io/npm/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 24, 2026