Skip to main content
Glama

EOL MCP Server

check_version

Verify end-of-life (EOL) status and support details for specific software versions. Input product name and version to retrieve lifecycle, security status, and upgrade guidance in real-time.

Instructions

Check EOL status and support information for software versions

Input Schema

NameRequiredDescriptionDefault
productYesSoftware product name (e.g., python, nodejs, ubuntu)
versionNoSpecific version to check (e.g., 3.8, 16, 20.04)

Input Schema (JSON Schema)

{ "properties": { "product": { "description": "Software product name (e.g., python, nodejs, ubuntu)", "examples": [ "python", "nodejs", "ubuntu" ], "type": "string" }, "version": { "description": "Specific version to check (e.g., 3.8, 16, 20.04)", "examples": [ "3.8", "16", "20.04" ], "type": "string" } }, "required": [ "product" ], "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