MCP.so
ログイン
E

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

ツール

5

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.

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 version
  • get_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 call
  • list_products — browse the 485-product catalog
  • get_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

よくある質問

endoflife.ai のリモート MCP サーバーとは何ですか?

endoflife.ai のリモート MCP サーバーは、https://mcp.endoflife.ai にホストされた Model Context Protocol エンドポイントです。AI アシスタントはローカルに何もインストール・実行することなく接続できます。

endoflife.ai の MCP サーバーにはどう接続しますか?

エンドポイント https://mcp.endoflife.ai を Claude Code、Cursor、VS Code など任意の MCP 対応クライアントに追加してください。このページのセットアップ手順で各クライアントを一度に設定できます。

endoflife.ai の MCP サーバーは認証が必要ですか?

いいえ。endoflife.ai の MCP サーバーは認証不要です——エンドポイント URL で直接接続できます。

endoflife.ai の MCP サーバーはどのトランスポートを使用しますか?

endoflife.ai は Streamable HTTP エンドポイントを公開しており、これはリモート MCP サーバーで広く使われ、主要な MCP クライアントがサポートするトランスポートです。

コメント