DataNexus MCP
DM
DataNexus MCP
/security_fetch_package_vulnerabilities

security fetch package vulnerabilities

Fetch all known CVEs for an open source package version or a batch of packages. Read-only. No side effects. Idempotent. Single-package mode: package (e.g. reque

liveverifiedunknown~5s typical
mcpprobeddatanexusmcp
$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-com-datanexusmcp-mcp-server /security_fetch_package_vulnerabilities for me.

Input

FieldTypeDescription
packagestringPackage name e.g. requests. Required in single-package mode.
versionstringPackage version e.g. 2.28.0. Required in single-package mode.
ecosystemstringPackage ecosystem: npm, pypi, cargo, go, maven, nuget. Required.
packagesstringBatch list of {name, version, ecosystem} objects. Max 50.

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-com-datanexusmcp-mcp-server","endpoint":"/security_fetch_package_vulnerabilities","input":{}}'
cli
npx cracked-ai run -p mcp-com-datanexusmcp-mcp-server -e /security_fetch_package_vulnerabilities -i '{}'
mcp
run_tool({ provider: "mcp-com-datanexusmcp-mcp-server", endpoint: "/security_fetch_package_vulnerabilities", input: {} })

Try it

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