KosmoKrator

data

NVD MCP, CLI, and Lua Integration for AI Agents

NVD integration docs for AI agents: MCP gateway setup, NVD CLI commands, Lua API reference, credentials, and function schemas.

NVD for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
nvd.nvd_cves Read read 0 Search NVD CVE records with official 2.0 filters.
nvd.nvd_cve_by_id Read read 0 Retrieve one CVE record by CVE ID.
nvd.nvd_cve_history Read read 0 Search CVE change-history events.
nvd.nvd_cpes Read read 0 Search NVD CPE dictionary records.
nvd.nvd_cpe_by_name_id Read read 0 Retrieve CPE dictionary records by cpeNameId UUID.
nvd.nvd_cpe_match Read read 0 Search CPE match criteria records.
nvd.nvd_cpe_match_by_criteria_id Read read 0 Retrieve match criteria records by matchCriteriaId UUID.
nvd.nvd_sources Read read 0 Search NVD data-source metadata.
nvd.nvd_source_by_identifier Read read 0 Retrieve NVD data-source metadata by sourceIdentifier.