NIST National Vulnerability Database (NVD) API — CVE History

NIST National Vulnerability Database (NVD) API — CVE History. 1 operations. Lead operation: Retrieve CVE change history. Self-contained Naftiko capability covering one National Institute Of Standards And Technology business surface.

Run with Naftiko National Institute Of Standards And TechnologyCVE History

What You Can Do

GET
Getcvehistory — Retrieve CVE change history
/v1/json/cvehistory/2-0

MCP Tools

retrieve-cve-change-history

Retrieve CVE change history

read-only idempotent

Capability Spec

national-institute-of-standards-and-technology-cve-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NIST National Vulnerability Database (NVD) API — CVE History
  description: 'NIST National Vulnerability Database (NVD) API — CVE History. 1 operations. Lead operation: Retrieve CVE change
    history. Self-contained Naftiko capability covering one National Institute Of Standards And Technology business surface.'
  tags:
  - National Institute Of Standards And Technology
  - CVE History
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NATIONAL_INSTITUTE_OF_STANDARDS_AND_TECHNOLOGY_API_KEY: NATIONAL_INSTITUTE_OF_STANDARDS_AND_TECHNOLOGY_API_KEY
capability:
  consumes:
  - type: http
    namespace: national-institute-of-standards-and-technology-cve-history
    baseUri: https://services.nvd.nist.gov
    description: NIST National Vulnerability Database (NVD) API — CVE History business capability. Self-contained, no shared
      references.
    resources:
    - name: rest-json-cvehistory-2.0
      path: /rest/json/cvehistory/2.0
      operations:
      - name: getcvehistory
        method: GET
        description: Retrieve CVE change history
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: changeStartDate
          in: query
          type: string
          description: Change event start date (max 120-day range).
        - name: changeEndDate
          in: query
          type: string
        - name: cveId
          in: query
          type: string
        - name: eventName
          in: query
          type: string
          description: Filter by event type such as CVE Received, Initial Analysis, Reanalysis, CVE Modified, Modified Analysis,
            CVE Translated, Vendor Comment, CVE Source Update, CPE
        - name: resultsPerPage
          in: query
          type: integer
          description: Maximum results per page (max 5000).
        - name: startIndex
          in: query
          type: integer
  exposes:
  - type: rest
    namespace: national-institute-of-standards-and-technology-cve-history-rest
    port: 8080
    description: REST adapter for NIST National Vulnerability Database (NVD) API — CVE History. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/json/cvehistory/2-0
      name: rest-json-cvehistory-2-0
      description: REST surface for rest-json-cvehistory-2.0.
      operations:
      - method: GET
        name: getcvehistory
        description: Retrieve CVE change history
        call: national-institute-of-standards-and-technology-cve-history.getcvehistory
        with:
          changeStartDate: rest.changeStartDate
          changeEndDate: rest.changeEndDate
          cveId: rest.cveId
          eventName: rest.eventName
          resultsPerPage: rest.resultsPerPage
          startIndex: rest.startIndex
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: national-institute-of-standards-and-technology-cve-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for NIST National Vulnerability Database (NVD) API — CVE History. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: retrieve-cve-change-history
      description: Retrieve CVE change history
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: national-institute-of-standards-and-technology-cve-history.getcvehistory
      with:
        changeStartDate: tools.changeStartDate
        changeEndDate: tools.changeEndDate
        cveId: tools.cveId
        eventName: tools.eventName
        resultsPerPage: tools.resultsPerPage
        startIndex: tools.startIndex
      outputParameters:
      - type: object
        mapping: $.