endoflife.ai已验证已精选
@endoflife.ai
关于 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
连接信息
https://mcp.endoflife.ai接入方式
claude mcp add endoflife --transport http https://mcp.endoflife.ai工具
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".
概览
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
常见问题
endoflife.ai 远程 MCP 服务器是什么?
endoflife.ai 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://mcp.endoflife.ai,AI 助手无需在本地安装或运行任何东西即可连接。
怎么连接 endoflife.ai 的 MCP 服务器?
把端点 https://mcp.endoflife.ai 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。
endoflife.ai 的 MCP 服务器需要认证吗?
不需要。endoflife.ai 的 MCP 服务器不需要认证——直接用端点地址连接即可。
endoflife.ai 的 MCP 服务器用的是哪种传输方式?
endoflife.ai 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。
基本信息
评论