D
dependency-trust
/get_package_version
Get Package Version
Get license, security advisories, and source links for one package version. Returns detailed metadata for a single version: SPDX licenses, security advisoryKey
liveunknown~5s typical
mcpdependency-trust
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-kaiv-dependency-trust /get_package_version for me.
Input
| Field | Type | Description |
|---|---|---|
| system* | string (npm | pypi | go | maven | cargo | nuget) | Package ecosystem. |
| package* | string | Package name, raw and unencoded (the gateway URL-encodes it). Use scoped or namespaced nam |
| version* | string | Exact version string, e.g. '18.2.0'. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-kaiv-dependency-trust","endpoint":"/get_package_version","input":{"system":"npm","package":"...","version":"..."}}'cli
npx cracked-ai run -p mcp-ai-kaiv-dependency-trust -e /get_package_version -i '{"system":"npm","package":"...","version":"..."}'mcp
run_tool({ provider: "mcp-ai-kaiv-dependency-trust", endpoint: "/get_package_version", input: {"system":"npm","package":"...","version":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.