EOL MCP Server
by ducthinh993
Verified
check_cve
Scan for known security vulnerabilities and support status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
product | Yes | Software product name | |
vendor | No | Software vendor (optional) | |
version | Yes | Version to check for vulnerabilities |
Input Schema (JSON Schema)
{
"properties": {
"product": {
"description": "Software product name",
"examples": [
"python",
"nodejs"
],
"type": "string"
},
"vendor": {
"description": "Software vendor (optional)",
"examples": [
"canonical",
"redhat"
],
"type": "string"
},
"version": {
"description": "Version to check for vulnerabilities",
"examples": [
"3.8.0",
"16.13.0"
],
"type": "string"
}
},
"required": [
"product",
"version"
],
"type": "object"
}
You must be authenticated.