Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

endoflife.ai — Software Lifecycle Intelligence

REMOTE · MCP.ENDOFLIFE.AI · SCANNED SEP 20

EOL dates, risk scores, CISA KEV exposure, SBOM audits and edge-device EOS for 500+ products.

Available components

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1591 tokens (~93/item across 17 items; 10 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the endoflife.ai — Software Lifecycle Intelligence MCP server?

endoflife.ai — Software Lifecycle Intelligence is a hosted endpoint at https://mcp.endoflife.ai/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.endoflife.ai

# add to Claude Code
claude mcp add --transport http endoflife-ai-endoflife-mcp 'https://mcp.endoflife.ai/'
// .cursor/mcp.json
{
  "mcpServers": {
    "endoflife-ai-endoflife-mcp": {
      "url": "https://mcp.endoflife.ai/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "endoflife-ai-endoflife-mcp": {
      "type": "http",
      "url": "https://mcp.endoflife.ai/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.endoflife-ai-endoflife-mcp]
url = "https://mcp.endoflife.ai/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "endoflife-ai-endoflife-mcp": {
      "type": "remote",
      "url": "https://mcp.endoflife.ai/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add endoflife-ai-endoflife-mcp --url 'https://mcp.endoflife.ai/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  endoflife-ai-endoflife-mcp:
    url: "https://mcp.endoflife.ai/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "endoflife-ai-endoflife-mcp": {
      "Transport": "http",
      "Url": "https://mcp.endoflife.ai/"
    }
  }
}
# add to Vellum
assistant mcp add endoflife-ai-endoflife-mcp -t streamable-http -u 'https://mcp.endoflife.ai/'
// mcp.json
{
  "mcpServers": {
    "endoflife-ai-endoflife-mcp": {
      "type": "http",
      "url": "https://mcp.endoflife.ai/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 6 Sept 26 0
    • Tool “check_eol” rewrote its description, which is the text the model reads security
    • New resource “Accuracy & provenance report” functional
    • Server version: 1.2.0 → 1.3.0 functional
  • 5 Sept 26 0
    • New resource “Package URL map” functional
    • Server version: 1.1.0 → 1.2.0 functional
  • 3 Sept 26 +8
    • Authorization: unverified → partial security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “get_product_lifecycle” rewrote its description, which is the text the model reads security
    • Tool “get_risk_score” rewrote its description, which is the text the model reads security
    • Tool “list_products” rewrote its description, which is the text the model reads security
    • Tool “scan_stack” rewrote its description, which is the text the model reads security
    • Schema quality: 520 → 1447 functional
    • Tool “check_eol” now declares an output schema functional
    • Tool “get_product_lifecycle” now declares an output schema functional
    • Tool “get_risk_score” now declares an output schema functional
    • Tool “list_products” now declares an output schema functional
    • Tool “scan_stack” now declares an output schema functional
    • The server now declares the “prompts” capability functional
    • The server now declares the “resources” capability functional
    • First check of Schema quality: 100 functional
    • First check of Tool coverage: 100 functional
    • New prompt “audit_stack” functional
    • New prompt “edge_device_review” functional
    • New prompt “eol_calendar” functional
    • New resource “CISA KEV by product” functional
    • New resource “EOS Edge Device Intelligence feed” functional
    • New resource “EOS Edge feed change log” functional
    • New resource “Exploited & Unpatchable feed” functional
    • New resource “endoflife.ai guide for assistants” functional
    • Server version: 1.0.2 → 1.1.0 functional
    • New tool “check_sbom” functional
    • New tool “get_edge_device_status” functional
    • New tool “get_kev_exposure” functional
    • New tool “get_upcoming_eol” functional
    • New tool “get_upgrade_path” functional
    • Tool “check_eol” changed its title: Check end-of-life status cosmetic
    • Tool “get_product_lifecycle” changed its title: Full lifecycle table cosmetic
    • Tool “get_risk_score” changed its title: EOL Risk Score cosmetic
    • Tool “list_products” changed its title: Find a product slug cosmetic
    • Tool “scan_stack” changed its title: Scan a stack cosmetic
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 23 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.endoflife.ai

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=endoflife.ai CN=YE1,O=Let's Encrypt,C=US 12 Sept 2026 11 Dec 2026 ECDSA 256 ECDSA-SHA384 5abeb3986570378fff697bb3a883a1d65fe
SANs: *.endoflife.ai, endoflife.ai
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.endoflife.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
endoflife.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.endoflife.ai Verified 200
http (plaintext) http://mcp.endoflife.ai Served over HTTP 200
MCP tools · 10 exposed · ~1,245 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_eol ~145

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, the latest release, and eol_date_source (where the date comes from: vendor-override, vendor-fetched, vendor-verified, custom, upstream, or discrepancy) with its source URL. Use this for "is X version Y still supported?" questions.

NameTypeReqDescription
productstringyesProduct slug or name, e.g. "postgresql", "nodejs", "ubuntu".
versionstringyesVersion/cycle, e.g. "14", "18", "20.04".

Structured output declared, but exposes no named fields.

No examples provided.

check_sbom ~121

Audit a CycloneDX or SPDX JSON software bill of materials. Components are mapped to tracked products and scored for EOL risk; unmatched components are listed honestly rather than guessed. Pass the SBOM as a JSON string or object. Free tier scores up to 5 matched components per call; Pro up to 50.

NameTypeReqDescription
max_itemsintegerMaximum matched components to score (default 50).
sbomyesThe SBOM document (JSON string or object). CycloneDX (bomFormat/components) or SPDX (spdxVersion/packages).

Structured output declared, but exposes no named fields.

No examples provided.

get_edge_device_status ~197

Query the EOS Edge Device Intelligence feed — firewalls, VPN gateways and appliances, ADCs, router and switch operating systems — with end-of-support status in the vocabulary of CISA BOD 26-02 (eos, within-12-months, scheduled, no-date-announced). Filter by platform or vendor name, by status, or by model/line. Each platform carries its KEV summary, vendor-stated successor and provenance. Use for "which of our edge devices are past support or expire within 12 months?".

NameTypeReqDescription
modelstringOptional substring matched against the line / model name, e.g. "ISA6000", "7.2", "SMA 100".
platformstringOptional substring matched against platform slug, name, vendor or category, e.g. "fortinet", "ivanti", "vpn".
statusstringOptional status filter.

Structured output declared, but exposes no named fields.

No examples provided.

get_kev_exposure ~159

The exploited-vulnerability record for a product: every CVE CISA lists against it in the Known Exploited Vulnerabilities catalog, with the date added, the federal due date and CISA's required-action text verbatim (the "discontinue use" entries are the ones that matter for end-of-life versions), plus any entries from endoflife.ai's Exploited & Unpatchable feed (exploited CVEs whose affected versions will never receive a fix). Pass an optional version to include its support status alongside.

NameTypeReqDescription
productstringyesProduct slug or name, e.g. "ivanti-connect-secure", "fortios".
versionstringOptional version/cycle to check support status for.

Structured output declared, but exposes no named fields.

No examples provided.

get_product_lifecycle ~73

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".

NameTypeReqDescription
productstringyesProduct slug or name, e.g. "postgresql".

Structured output declared, but exposes no named fields.

No examples provided.

get_risk_score ~125

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.

NameTypeReqDescription
productstringyesProduct slug or name, e.g. "openssl", "python".
versionstringOptional version/cycle. Omit for the highest-risk release.

Structured output declared, but exposes no named fields.

No examples provided.

get_upcoming_eol ~157

What reaches end-of-life soon. Returns every tracked version whose EOL date falls within the next N days (default 90), optionally limited to a list of products, sorted by date. Also lists versions that went EOL within the last "recent_past_days" days when set. Use for "what in our stack expires this quarter?".

NameTypeReqDescription
daysintegerLook-ahead window in days (default 90, max 730).
productsarrayOptional product slugs or names to restrict to (max 50). Omit for the whole catalog.
recent_past_daysintegerAlso include versions that went EOL within this many days in the past (default 0).

Structured output declared, but exposes no named fields.

No examples provided.

get_upgrade_path ~91

Where to move a product version: the current version's support status and score, the supported releases with the longest remaining support, endoflife.ai's recommended target, and the vendor's stated successor where one is published (edge appliances). Use after check_eol says a version is EOL.

NameTypeReqDescription
productstringyesProduct slug or name.
versionstringOptional current version/cycle.

Structured output declared, but exposes no named fields.

No examples provided.

list_products ~73

List or search the products endoflife.ai tracks (500+). 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.

NameTypeReqDescription
querystringOptional case-insensitive substring filter.

Structured output declared, but exposes no named fields.

No examples provided.

scan_stack ~104

Audit a whole stack at once. Provide a list of products (optionally with versions) — e.g. parsed from a package.json or Dockerfile — and get an EOL Risk Score for each, so you can see what is unsupported and dangerous in one call. For CycloneDX or SPDX documents use check_sbom instead. Free tier: up to 5 items; Pro: up to 50.

NameTypeReqDescription
itemsarrayyesList of stack components to score.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the endoflife.ai — Software Lifecycle Intelligence MCP server?

endoflife.ai — Software Lifecycle Intelligence is an MCP server listed in the public MCP registry as io.github.endoflife-ai/endoflife-mcp. EOL dates, risk scores, CISA KEV exposure, SBOM audits and edge-device EOS for 500+ products. This page covers its hosted endpoint (https://mcp.endoflife.ai).

Is the endoflife.ai — Software Lifecycle Intelligence MCP server safe to use?

endoflife.ai — Software Lifecycle Intelligence scores 83 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the endoflife.ai — Software Lifecycle Intelligence MCP server expose?

endoflife.ai — Software Lifecycle Intelligence exposes 10 tools: check_eol, get_risk_score, scan_stack, list_products, get_product_lifecycle, and 5 more. Their descriptions and schemas cost roughly 1,245 tokens of context every time the server is loaded.

Does the endoflife.ai — Software Lifecycle Intelligence MCP server require authentication?

No. We connected to endoflife.ai — Software Lifecycle Intelligence without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the endoflife.ai — Software Lifecycle Intelligence MCP server still maintained?

endoflife.ai — Software Lifecycle Intelligence is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.