{"name":"io.github.endoflife-ai/endoflife-mcp","slug":"endoflife-ai-endoflife-mcp","title":"endoflife.ai — Software Lifecycle Intelligence","description":"EOL dates, risk scores, CISA KEV exposure, SBOM audits and edge-device EOS for 500+ products.","url":"https://mcp.market/server/endoflife-ai-endoflife-mcp","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-14T19:39:52.000Z","license":"MIT"},"uptime":{"percent":100,"checks":4,"ok":4,"last_checked_at":"2026-09-20T10:45:43.836Z","last_ok_at":"2026-09-20T10:45:43.836Z","latency_ms":49},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/endoflife-ai/endoflife-mcp","website":"https://endoflife.ai/mcp","version":"1.3.0","remotes":[{"type":"streamable-http","url":"https://mcp.endoflife.ai","headers":[{"description":"Optional endoflife.ai Pro API key for higher limits. Works without one.","isSecret":true,"name":"X-API-Key"}]}],"packages":[],"tools":[{"name":"check_eol","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","description":"Product slug or name, e.g. \"postgresql\", \"nodejs\", \"ubuntu\"."},"version":{"type":"string","description":"Version/cycle, e.g. \"14\", \"18\", \"20.04\"."}},"required":["product","version"]}},{"name":"check_sbom","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sbom":{"description":"The SBOM document (JSON string or object). CycloneDX (bomFormat/components) or SPDX (spdxVersion/packages)."},"max_items":{"type":"integer","description":"Maximum matched components to score (default 50)."}},"required":["sbom"]}},{"name":"get_edge_device_status","description":"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?\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"platform":{"type":"string","description":"Optional substring matched against platform slug, name, vendor or category, e.g. \"fortinet\", \"ivanti\", \"vpn\"."},"status":{"type":"string","enum":["eos","within-12-months","scheduled","no-date-announced"],"description":"Optional status filter."},"model":{"type":"string","description":"Optional substring matched against the line / model name, e.g. \"ISA6000\", \"7.2\", \"SMA 100\"."}},"required":[]}},{"name":"get_kev_exposure","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","description":"Product slug or name, e.g. \"ivanti-connect-secure\", \"fortios\"."},"version":{"type":"string","description":"Optional version/cycle to check support status for."}},"required":["product"]}},{"name":"get_product_lifecycle","description":"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\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","description":"Product slug or name, e.g. \"postgresql\"."}},"required":["product"]}},{"name":"get_risk_score","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","description":"Product slug or name, e.g. \"openssl\", \"python\"."},"version":{"type":"string","description":"Optional version/cycle. Omit for the highest-risk release."}},"required":["product"]}},{"name":"get_upcoming_eol","description":"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?\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"products":{"type":"array","items":{"type":"string"},"description":"Optional product slugs or names to restrict to (max 50). Omit for the whole catalog."},"days":{"type":"integer","description":"Look-ahead window in days (default 90, max 730)."},"recent_past_days":{"type":"integer","description":"Also include versions that went EOL within this many days in the past (default 0)."}},"required":[]}},{"name":"get_upgrade_path","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","description":"Product slug or name."},"version":{"type":"string","description":"Optional current version/cycle."}},"required":["product"]}},{"name":"list_products","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Optional case-insensitive substring filter."}},"required":[]}},{"name":"scan_stack","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"type":"array","description":"List of stack components to score.","items":{"type":"object","properties":{"product":{"type":"string","description":"Product slug or name."},"version":{"type":"string","description":"Optional version/cycle. Omit for highest-risk release."}},"required":["product"]}}},"required":["items"]}}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-20T11:36:26.825Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:36:26.644Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 322ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 6 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.endoflife.ai","reachable":true,"authRequired":false,"latencyMs":322,"serverInfo":{"name":"endoflife.ai","version":"1.3.0"}}],"packages":[],"repo":{"found":true,"owner":"endoflife-ai","repo":"endoflife-mcp","archived":false,"pushedAt":"2026-09-14T19:39:52Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/282565971?v=4","ownerCreatedAt":"2026-05-07T11:41:50Z","license":"MIT"},"icon":{"url":"https://endoflife.ai/favicon.svg","source":"site"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-14T19:39:52.000Z","score":23}}}},"grade_history":[],"reviews":[]}