Retrieve all RubyGems owned by a specific user or organization using the RubyGems API. Input the owner’s username to fetch a detailed list of associated gems.
Fetch the SPDX licence identifier for an open source package version to verify licence compatibility before adding a dependency. Supports PyPI, npm, Maven, Go, Cargo, NuGet, and RubyGems.
Get the full dependency tree for a package version, including transitive dependencies, to assess supply chain exposure. Lists direct and transitive deps with version constraints.
Retrieve package metadata including license, latest version, description, downloads, and dependencies count from 40+ package registries. Use to get information about specific packages in ecosystems like npm, PyPI, RubyGems, or Cargo.
A Model Context Protocol server that allows interaction with the RubyGems.org API to fetch metadata about Ruby packages, search gems, and explore dependencies and ownership information.
Retrieve public details about a software package, including its description, latest version, license, repository links, homepage, and malicious status. Supported types: PyPI, npm, Maven, Golang, NuGet, Huggingface, RubyGems.
Audit your project dependencies against the CVE database, up to 50 packages per call, and get remediation guidance with fixed versions where available.
Find Docker images and packages hosted on GitHub for specific users or organizations. Use this tool to discover available packages when you know the owner but need to locate their hosted resources.
Identify known vulnerabilities in a software package by querying the OSV database for CVEs and security advisories, with optional version and ecosystem filters.
Retrieve the current version of a package from its official registry. Prevent using outdated dependencies by checking available releases across major ecosystems.
Check the current version of a package from official registries to identify outdated dependencies. Supports npm, PyPI, Packagist, Crates.io, Maven, Go, RubyGems, NuGet, Hex, CRAN, CPAN, pub.dev, Homebrew, Conda, Clojars, Hackage, Julia, Swift PM, and Chocolatey.
Check current version numbers for multiple packages at once. Supports npm, PyPI, Maven, NuGet, RubyGems, Crates.io, and Go modules, with separate results per package.
Installs a package using its language's native manager (uv pip, npm, gem, go get, cargo add) into a session's workspace for import by executed code; without session_id, installs to the shared cache.