get_product
ActiveTool of Endoflife
Get a product's full release/support timeline — every cycle with release date, EOL date, active-support end, latest patch, and LTS status. Use for "is Node 18 still supported?" / "what's the latest Ubuntu LTS?". `product` is a slug from list_products, e.g. "python", "nodejs", "ubuntu", "postgresql", "kubernetes". Keyless.
Parameters schema
{
"type": "object",
"required": [
"product"
],
"properties": {
"product": {
"type": "string",
"description": "Product slug from list_products, e.g. \"python\", \"nodejs\", \"ubuntu\", \"postgresql\", \"kubernetes\"."
}
}
}Parent server
Endoflife
https://github.com/pipeworx-io/mcp-endoflife
1/7 registries