vul_vendor_products
Retrieve a JSON list of all products associated with a specific vendor from the CVE-Search API using the MCP server. Simplify vendor-product mapping for vulnerability management.
Instructions
To get a JSON with all the products associated to a vendor
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vendor | Yes |
Input Schema (JSON Schema)
{
"properties": {
"vendor": {
"title": "Vendor",
"type": "string"
}
},
"required": [
"vendor"
],
"title": "vul_vendor_productsArguments",
"type": "object"
}