get-npm-package-details
Get detailed information about a specific NPM package.
How to use it
get-npm-package-details is exposed by the Package Registry MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get-npm-package-details tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Package Registry MCP
claude mcp add -s user package-registry npx package-registry-mcpOther tools in Package Registry MCP (25)
(string, optional): Filter by CVE identifier
(string, optional): Filter by package ecosystem (npm, pip,
Get detailed information about a specific crate from crates.io.
Get detailed information about a specific GitHub Security Advisory.
Get detailed information about a specific Go module/package.
Get detailed information about a specific NuGet package.
Get all security advisories affecting a specific package.
Get detailed information about a specific PyPI package.
(string): The GHSA identifier (e.g., GHSA-grv7-fg5c-xmjg)
(number, optional): Maximum number of results (1-100, default: 10)
List all versions of a specific crate from crates.io.
List all versions of a specific Go module/package.
List all versions of a specific NPM package.
List all versions of a specific NuGet package.
List all versions of a specific PyPI package.
(string): Exact module path (e.g., "github.com/gin-gonic/gin")
(string): Exact crate name
(string): The package name (e.g., braces, lodash)
(string): Search term for packages
Search crates.io for Rust crates matching a query.
Search the GitHub Security Advisory Database for vulnerabilities.
Search the NPM registry for packages matching a query.
Search the NuGet registry for .NET packages matching a query.
(string, optional): Filter by severity level (unknown, low,
(string, optional): Filter by advisory type (reviewed, malware,