Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

endoflife.ai — Software Lifecycle Intelligence

io.github.endoflife-ai/endoflife-mcp

EOL dates and risk scores for 480+ software products. Check versions, score risk, audit stacks.

Uptime
100.0%
1 direct probes · 30d
Response
91ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

check_eol

Check whether a specific version of a software product is end-of-life (EOL). Returns lifecycle status, the EOL date, days remaining or days past EOL, and the latest release. Use this for "is X version…

get_risk_score

Get the proprietary EOL Risk Score™ (0–100) for a product version, with the four-factor breakdown (EOL recency, attack surface, CISA KEV exposure, extended support). Omit "version" to score the produc…

scan_stack

Audit a whole stack at once. Provide a list of products (optionally with versions) — e.g. parsed from a package.json, Dockerfile, or SBOM — and get an EOL Risk Score for each, so you can see what is u…

list_products

List or search the products endoflife.ai tracks (480+). Pass an optional "query" substring to find the canonical slug for a product before calling the other tools (e.g. "postgres" → "postgresql"). Ret…

get_product_lifecycle

Get the full version history for one product: every tracked version/cycle with its release date, EOL date, support status, and EOL Risk Score™. Use for "give me the whole EOL schedule for X".

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "endoflife.ai_—_software_lifecycle_intelligence": {
      "url": "https://mcp.endoflife.ai/mcp",
      "transport": "http"
    }
  }
}