---
title: "NIST NVD CVE search by keyword, vendor, or product — CVSS score, CWE, references."
method: POST
path: "/v2/cve_lookup"
tags: ["security"]
---

# NIST NVD CVE search by keyword, vendor, or product — CVSS score, CWE, references.

`POST /v2/cve_lookup`

AgentNOMOS CVE Vulnerability Intelligence Lookup: Keyword, vendor or product search against the NIST NVD database. Returns per CVE: cve_id, published date, CVSS base score and vector string, attack vector, CWE class, description excerpt, references and the NVD detail URL. Source is NIST NVD only — no CISA KEV and no MITRE ATT&CK integration. For automated security checks and agent workflows.

## Request body

- object
  - `keyword` string, required — Search keyword, vendor, or product name
  - `limit` integer — Max results (default 10, max 50)

## Response `200`

Success (synthetic example)

## Other responses

- `400` — Bad Request — invalid or missing parameters.
- `402` — Payment Required (x402): response carries payment requirements; retry with the X-PAYMENT header (USDC on Base).

---

[API](https://skmtc.net/tooloracle/apis/tooloracle-mcp-platform.md) · [All operations](https://skmtc.net/tooloracle/apis/tooloracle-mcp-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tooloracle/tooloracle-mcp-platform/revisions/58e4e92ec5fa/schema)
