MCPVault

name

MCP tool from Package Registry MCP by Artmann

(string): Exact crate name

How to use it

name is exposed by the Package Registry MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the name 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-mcp
FULL PACKAGE REGISTRY MCP LISTING

Other tools in Package Registry MCP (25)

cveId

(string, optional): Filter by CVE identifier

ecosystem

(string, optional): Filter by package ecosystem (npm, pip,

get-cargo-package-details

Get detailed information about a specific crate from crates.io.

get-github-advisory

Get detailed information about a specific GitHub Security Advisory.

get-golang-package-details

Get detailed information about a specific Go module/package.

get-npm-package-details

Get detailed information about a specific NPM package.

get-nuget-package-details

Get detailed information about a specific NuGet package.

get-package-advisories

Get all security advisories affecting a specific package.

get-pypi-package-details

Get detailed information about a specific PyPI package.

ghsaId

(string): The GHSA identifier (e.g., GHSA-grv7-fg5c-xmjg)

limit

(number, optional): Maximum number of results (1-100, default: 10)

list-cargo-package-versions

List all versions of a specific crate from crates.io.

list-golang-package-versions

List all versions of a specific Go module/package.

list-npm-package-versions

List all versions of a specific NPM package.

list-nuget-package-versions

List all versions of a specific NuGet package.

list-pypi-package-versions

List all versions of a specific PyPI package.

module

(string): Exact module path (e.g., "github.com/gin-gonic/gin")

packageName

(string): The package name (e.g., braces, lodash)

query

(string): Search term for packages

search-cargo-packages

Search crates.io for Rust crates matching a query.

search-github-advisories

Search the GitHub Security Advisory Database for vulnerabilities.

search-npm-packages

Search the NPM registry for packages matching a query.

search-nuget-packages

Search the NuGet registry for .NET packages matching a query.

severity

(string, optional): Filter by severity level (unknown, low,

type

(string, optional): Filter by advisory type (reviewed, malware,