Skip to main content
Glama

EOL MCP Server

check_cve

Identify security vulnerabilities and support status for specified software products and versions, aiding in proactive risk management and lifecycle planning.

Instructions

Scan for known security vulnerabilities and support status

Input Schema

NameRequiredDescriptionDefault
productYesSoftware product name
vendorNoSoftware vendor (optional)
versionYesVersion 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" }

Other Tools from EOL MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ducthinh993/mcp-server-endoflife'

If you have feedback or need assistance with the MCP directory API, please join our Discord server