DataNexus MCP
DM
DataNexus MCP
/security_fetch_cve_detail

security fetch cve detail

Fetch full detail for a specific CVE by ID. Read-only. No side effects. Idempotent. cve_id: CVE identifier in format CVE-YYYY-NNNNN e.g. CVE-2021-44228. Require

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

Input

FieldTypeDescription
cve_id*stringCVE identifier e.g. CVE-2021-44228. Required.

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

Try it

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