Loading...
get_vendorsRetrieves a JSON list of all vendors in the CVE database.
Read-only operation, no modification of data.
get_products_by_vendorRetrieves a JSON list of products associated with a specific vendor.
Read-only operation, no modification of data.
get_vulnerabilities_by_vendor_productRetrieves a JSON list of vulnerabilities for a specific vendor and product.
Read-only operation, no modification of data.
get_cve_by_idRetrieves a JSON representation of a specific CVE ID.
Read-only operation, no modification of data.
get_last_30_cvesRetrieves a JSON list of the last 30 CVEs, including CAPEC, CWE, and CPE expansions.
Read-only operation, no modification of data.
get_database_infoRetrieves a JSON with information about the current databases in use and when they were last updated.
Read-only operation, no modification of data.
This MCP server is generally safe due to its read-only nature and reliance on a well-established vulnerability database. Risks are primarily associated with the security and availability of the CVE-Search API itself. It is safe to use for querying vulnerability information but keep in mind the limitations of a third-party API.