dependency-trust
D
dependency-trust
/get_dependencies

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 d

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_dependencies for me.

Input

FieldTypeDescription
system*string (npm | pypi | go | maven | cargo | nuget)Package ecosystem.
package*stringPackage name, raw and unencoded (the gateway URL-encodes it). Use scoped or namespaced nam
version*stringExact 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_dependencies","input":{"system":"npm","package":"...","version":"..."}}'
cli
npx cracked-ai run -p mcp-ai-kaiv-dependency-trust -e /get_dependencies -i '{"system":"npm","package":"...","version":"..."}'
mcp
run_tool({ provider: "mcp-ai-kaiv-dependency-trust", endpoint: "/get_dependencies", input: {"system":"npm","package":"...","version":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.