Endoflife MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Endoflife MCP ServerGet the release cycle for Ubuntu 22.04"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Endoflife MCP Server
A Model Context Protocol (MCP) server that provides information about product lifecycles, release cycles, and End of Life (EOL) dates from endoflife.date.
Features
list_products: Get a list of all products supported by endoflife.date.
get_product_lifecycle: Retrieve all release cycles for a specific product (e.g., nodejs, python, ubuntu).
get_specific_cycle: Get detailed information for a specific version cycle of a product.
Related MCP server: Ecosyste.ms Package Data
Prerequisites
Installation
Clone the repository:
git clone https://github.com/kemalbgskr/endoflife-mcp.git cd endoflife-mcpInstall dependencies:
npm installBuild the project:
npm run build
Usage
Running Locally
You can run the server using node:
node build/index.jsConfiguration for Claude Desktop
To use this server with Claude Desktop, add the following to your claude_desktop_config.json:
Windows
{
"mcpServers": {
"endoflife": {
"command": "node",
"args": ["C:/path/to/endoflife-mcp/build/index.js"]
}
}
}macOS/Linux
{
"mcpServers": {
"endoflife": {
"command": "node",
"args": ["/path/to/endoflife-mcp/build/index.js"]
}
}
}Tools
1. list_products
Lists all available product slugs.
Input: None
2. get_product_lifecycle
Gets the full lifecycle data for a product.
Arguments:
product(string, required): The slug of the product (e.g.,nodejs).
3. get_specific_cycle
Gets detailed data for a specific version cycle.
Arguments:
product(string, required): Product slug.cycle(string, required): Release cycle version (e.g.,20).
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Latest versions, LTS windows, and EOL dates for 300+ products. Fresh ground truth for stale models.
EOL dates, risk scores, CISA KEV exposure, SBOM audits and edge-device EOS for 500+ products.
Package alive? Verdict with evidence: deprecated, archived, stale or active; plus runtime EOL dates.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to check software end-of-life dates and support status using the endoflife.date API, providing accurate information on software lifecycle, security status, and upgrade recommendations in real-time.58MIT
- AlicenseAqualityBmaintenanceEnables querying package ecosystem data from ecosyste.ms, including package metadata, versions, security advisories, dependencies, and repository information across 40+ package registries with fast local SQLite lookups and API fallback.1021 npm9MIT
- AlicenseAqualityFmaintenanceProvides access to the endoflife.date API to query support and end-of-life information for thousands of software products. It enables users to retrieve detailed release schedules, lifecycle data, and product categories through natural language.167353 npmMIT

endoflife-mcpofficial
AlicenseAqualityAmaintenanceSoftware end-of-life intelligence for AI agents: EOL dates, support timelines and 0-100 upgrade risk scores for 480+ products. Check whether a version is still supported, score its risk, or audit an entire stack.5353 npmMIT