mcpbeat

endoflife.ai — Software Lifecycle Intelligence MCP Server

io.github.endoflife-ai/endoflife-mcp
answering

endoflife.ai — Software Lifecycle Intelligence is answering right now. Last checked 2 min ago. It exposes 5 tools. Last commit 1 Aug 2026.

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

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
98 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add endoflife-mcp --transport http https://mcp.endoflife.ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "endoflife-mcp": {
      "url": "https://mcp.endoflife.ai"
    }
  }
}
~/.codex/config.toml
[mcp_servers.endoflife-mcp]
url = "https://mcp.endoflife.ai"
.cursor/mcp.json
{
  "mcpServers": {
    "endoflife-mcp": {
      "url": "https://mcp.endoflife.ai"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "endoflife-mcp": {
      "url": "https://mcp.endoflife.ai"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

eol
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 Y still supported?" questions.
product
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".
products
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"). Returns matching product slugs.
risk
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 product's highest-risk (most recently end-of-lifed) release. Use this to quantify how dangerous it is to keep running something.
scan
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 unsupported and dangerous in one call. Free tier: up to 5 items; Pro: up to 50.

Endpoints

URLTransportStateLatencyChecked
https://mcp.endoflife.ai streamable-http answering 99 ms 2 min ago

endoflife.ai — Software Lifecycle Intelligence — questions

Answers built from our own checks of this server.

What can endoflife.ai — Software Lifecycle Intelligence do?
It exposes 5 tools, read directly from the server on our last check. Among them: check_eol, get_product_lifecycle, get_risk_score, list_products, scan_stack. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is endoflife.ai — Software Lifecycle Intelligence working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 98 ms. The bar chart above shows every period we have measured.
How do I connect endoflife.ai — Software Lifecycle Intelligence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does endoflife.ai — Software Lifecycle Intelligence need an API key?
No. endoflife.ai — Software Lifecycle Intelligence completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is endoflife.ai — Software Lifecycle Intelligence?
It answers our handshake in 98 ms on average, which is faster than 84% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is endoflife.ai — Software Lifecycle Intelligence open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.