get_product

Pack: endoflife · Endpoint: https://gateway.pipeworx.io/endoflife/mcp

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

NameTypeRequiredDescription
productstringyesProduct slug from list_products, e.g. “python”, “nodejs”, “ubuntu”, “postgresql”, “kubernetes”.

Example call

curl -X POST https://gateway.pipeworx.io/endoflife/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_product","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "endoflife": {
      "url": "https://gateway.pipeworx.io/endoflife/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026