You're viewing a demo portfolio

Join the waitlist
PRSM

get_cycle

Active

Tool of Endoflife

declared in 0.1.0

Get a single release cycle's support details for a product — release date, EOL, active-support end, latest patch, LTS, and any extended-support window. Use for a precise version question like "when does Python 3.9 lose support?". `product` is a slug from list_products; `cycle` is a version like "3.12", "20.04", "18". Keyless.

Parameters schema

{
  "type": "object",
  "required": [
    "product",
    "cycle"
  ],
  "properties": {
    "cycle": {
      "type": "string",
      "description": "Release cycle / version, e.g. \"3.12\", \"20.04\", \"18\"."
    },
    "product": {
      "type": "string",
      "description": "Product slug from list_products, e.g. \"python\", \"ubuntu\", \"nodejs\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Endoflife

https://github.com/pipeworx-io/mcp-endoflife

1/7 registries
View full server →