MCPVault
Package Registry MCP logo

Package Registry MCP

未申請

作者: Artmann

MCP server for searching and getting up-to-date information about NPM, Cargo, PyPi, and NuGet packages.

インストール

$claude mcp add -s user package-registry npx package-registry-mcp

未申請リスティング

このMCPサーバーはあなたのものですか?

このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。

このサーバーを申請する

ツール(26個)

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")

name

(string): Exact crate name

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,