nvd-cve

Installation
SKILL.md

NVD CVE Vulnerability Search

Available Tools

1. get_cve — Look Up a Specific CVE by ID

NVD_API_KEY=$NVD_API_KEY python3 $MCP_CALL "python3 -u $NVD_MCP_SCRIPT" get_cve '{"cve_id":"CVE-2023-20198"}'

Parameters:

  • cve_id (required): The CVE identifier, e.g., CVE-2023-20198
  • concise (optional, default false): Set true for brief output (ID, description, CVSS score only)

Returns: Full CVE details including:

  • CVSS v3.1 and v2.0 scores, severity, vector string
  • Exploitability and impact scores
  • CWE weakness identifiers
  • References with tags (Vendor Advisory, Patch, Exploit, etc.)
Related skills

More from automateyournetwork/netclaw

Installs
4
GitHub Stars
489
First Seen
Mar 6, 2026