endoflife.aiVerifiedFeatured
@endoflife.ai
About endoflife.ai
Free MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or audit an entire dependency stack in one call. Dates are backed by a vendor-verified accuracy layer - see https://endoflife.ai/accuracy
Connection details
https://mcp.endoflife.aiSetup
claude mcp add endoflife --transport http https://mcp.endoflife.aiTools
5Check 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.
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.
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.
List or search the products endoflife.ai tracks (459+). 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.
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".
Overview
What is endoflife.ai MCP?
A free, no-auth remote MCP server that gives AI agents live software lifecycle intelligence: end-of-life dates, support status, and the 0–100 EOL Risk Score™ for 485 tracked products — operating systems, runtimes, databases, frameworks, and enterprise software.
Tools
check_eol— EOL status and dates for a specific product versionget_risk_score— the 0–100 EOL Risk Score with factor breakdown (recency, attack surface, CISA KEV exposure, extended support)scan_stack— audit an entire dependency list in one calllist_products— browse the 485-product catalogget_product_lifecycle— a product's full version/lifecycle schedule
Why this data
- Vendor-verified accuracy layer: flagship products are cross-checked against official vendor lifecycle documentation, with published corrections and full provenance — see endoflife.ai/accuracy and the machine-readable verification.json
- Built on the open-source endoflife.date dataset plus vendor lifecycle pages, refreshed at every build
- CISA KEV exposure name-verified against the live catalog
Quick start
{
"mcpServers": {
"endoflife": {
"type": "http",
"url": "https://mcp.endoflife.ai"
}
}
}
No API key required. An optional X-API-Key header unlocks higher rate limits (endoflife.ai/api).
Links
- Docs: endoflife.ai/mcp
- Accuracy & provenance: endoflife.ai/accuracy
- EOL deadline watch: endoflife.ai/eol-watch
Frequently asked questions
What is the endoflife.ai remote MCP server?
The endoflife.ai remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.endoflife.ai, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the endoflife.ai MCP server?
Add the endpoint https://mcp.endoflife.ai to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the endoflife.ai MCP server require authentication?
No. endoflife.ai's MCP server does not require authentication — you can connect directly with the endpoint URL.
Which transport does the endoflife.ai MCP server use?
endoflife.ai exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.
Basic information
Transport
Streamable HTTP
Authentication
None
Category
Developer Tools
Author
endoflife.ai
Submitted by
endoflife-ai
Comments