Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

ai.kaiv/dependency-trust

ai.kaiv/dependency-trust

Trust-check any dependency for agents: OpenSSF Scorecard, licenses, CVEs, deps. 7 ecosystems.

Uptime
100.0%
1 direct probes · 30d
Response
142ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_advisory

Get a security advisory (vulnerability) by its key. Returns a security advisory by key — e.g. a GHSA id taken from a version's advisoryKeys — including the title, CVE aliases, CVSS v3 score and vecto…

get_dependencies

Get the resolved dependency graph for one package version. Returns the full resolved dependency graph (direct and indirect) for a version — each node has the dependency's exact version and its relati…

get_package

List every version of a package and whether each is deprecated. Returns all published versions of a package with publish date, the default-version flag, and deprecation status. Use it to find the lat…

get_package_version

Get license, security advisories, and source links for one package version. Returns detailed metadata for a single version: SPDX licenses, security advisoryKeys (known vulnerabilities), homepage/issu…

get_project_health

Get a project's OpenSSF Scorecard security posture and maintenance signals. THE trust check. Returns supply-chain trust signals for a package's source repository: the OpenSSF Scorecard overall score …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.kaiv/dependency-trust": {
      "url": "https://api.kaiv.ai/api/bridge/mcp/dependency-trust-f1aaf06d",
      "transport": "streamable-http"
    }
  }
}