CVE Search MCP Server avatar
CVE Search MCP Server

Pricing

Pay per usage

Go to Apify Store
CVE Search MCP Server

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

1

Total users

0

Monthly active users

7 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.