VOOZH about

URL: https://apify.com/vulnv/cve-search

โ‡ฑ CVE Search MCP Server ยท Apify


Pricing

Pay per usage

Go to Apify Store

CVE Search MCP Server

Model Context Protocol (MCP) server for searching and retrieving CVE (Common Vulnerabilities and Exposures) information from the CVE-Search API. Provides tools to search CVEs by vendor, product, CVE ID, and get latest vulnerabilities with CAPEC, CWE and CPE expansions.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ VulnV

VulnV

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

๐Ÿ” CVE Search MCP Server

A Model Context Protocol (MCP) server that provides access to CVE (Common Vulnerabilities and Exposures) data through AI assistants. Connect to vulnerability databases to search for security information.

What it does

This MCP server provides access to:

  • All vendors in the CVE database
  • Products associated with specific vendors
  • Vulnerabilities for vendor/product combinations
  • Detailed information about specific CVE IDs
  • Latest CVE entries with CAPEC, CWE and CPE data
  • Database status and update information

Available tools

ToolFunctionParameters
vul_vendorsGet all vendorsNone
vul_vendor_productsGet products for a vendorvendor (string)
vul_vendor_product_cveGet CVEs for vendor/productvendor (string), product (string)
vul_cve_searchGet CVE detailscve_id (string)
vul_last_cvesGet recent CVEsnumber (integer, default: 5)
vul_db_update_statusGet database statusNone

Usage examples

Ask your AI assistant questions like:

  • "What vendors are in the CVE database?"
  • "Show products for Microsoft"
  • "Find vulnerabilities for Apache Tomcat"
  • "Get details for CVE-2024-1234"
  • "Show the last 10 CVEs"

Setup

Add to your MCP client configuration:

{
"mcpServers":{
"cve-search":{
"type":"http",
"url":"https://vulnv--cve-search.apify.actor/mcp?token=<YOUR AUTH TOKEN>"
}
}
}

Data source

Uses the CVE-Search API (https://cve.circl.lu/) which provides access to the official CVE database with additional CAPEC, CWE, and CPE information.

Explore More Actors

โœจ Looking for something else? Check out more actors on Apify that can help with your web automation and data extraction needs. Discover a wide range of tools tailored for different scenarios at ๐ŸŒ Explore Vulnv's Actors on Apify.

๐Ÿ“ง For inquiries or support, feel free to reach out to us at apify@vulnv.com.

You might also like

CIRCL CVE Search Scraper

parseforge/circl-cve-scraper

Scrape CVE vulnerability records from CIRCL CVE Search. Fetch the latest CVEs, look up by ID, browse vendor products, or list every CVE for a vendor/product. Returns CVSS, CWE, CPEs, references, CAPEC, and impact metrics.

cve-scraper

kingofthejunes/cve-scraper

CVE = Common Vulnerabilities and Exposures. official ID for a security vulnerability so the world can track and fix it

๐Ÿ‘ User avatar

Kayode Balogun

3

CVEs Search API Scraper

dev00/cves-search-apify

Programmatically query the CVE vulnerability databases for historical vulnerabilities, packages vulnerabilities, and detailed CVE record files.

dev00

2

CVE Scraper

rl1987/cve-scraper

CVE.org vulnerability info scraper

NIST NVD CVE Scraper

parseforge/nist-nvd-cve-scraper

Scrape CVE vulnerabilities from the NIST National Vulnerability Database (NVD) API 2.0. Filter by severity, CWE, keyword, date range, or single CVE ID. Returns CVSS v3/v2 scores, CWE weaknesses, CPE configurations, and references.

CVE Vulnerability Lookup (NIST NVD)

automation-lab/cve-vulnerability-lookup

Query the NIST NVD for CVE details โ€” lookup by CVE ID, keyword, or CPE product. Returns CVSS scores, descriptions, CWE IDs, affected software, and patch links. No API key required.

๐Ÿ‘ User avatar

Stas Persiianenko

4

NVD Vulnerability Scraper

crawlerbros/nvd-vulnerability-scraper

Scrape the NIST National Vulnerability Database (NVD) - the U.S. government repository of CVE records, CVSS scores, CWE classifications, and Known Exploited Vulnerabilities (KEV). Search by keyword, lookup by CVE ID, filter by severity, date range, or CWE weakness.

NVD CVE Vulnerability Search

ryanclinton/nvd-cve-vulnerability-search

NVD CVE Vulnerability Search queries the NIST National Vulnerability Database (NVD) REST API v2.0 to retrieve detailed information about Common Vulnerabilities and Exposures (CVEs). The NVD is the U.S.

13

CVE NVD Scraper

gio21/cve-nvd-scraper

Scrape NIST National Vulnerability Database (NVD). Search CVEs by keyword, CVE-ID, CVSS severity, date range. Returns CVE-ID, description, CVSS v3/v2 scores, references, CWEs, affected configurations. For security teams, vuln research, patch management.