EndOfLife.date
Get end-of-life dates and support cycle information for various software products.
EndOfLife MCP Server
An MCP (Model Context Protocol) server that provides access to the endoflife.date API for querying end-of-life and support information for various software products.
Features
The server provides the following tools:
- list_products - Get a list of all products tracked by endoflife.date
- get_product - Get detailed information about a specific product
- get_product_release - Get information about a specific product release
- list_categories - Get a list of all product categories
- get_category_products - Get products in a specific category
- list_tags - Get a list of all product tags
- get_tag_products - Get products with a specific tag
Installation
npm install
npm run build
Usage
The server can be used with any MCP-compatible client. Configure your client to use this server:
{
"mcpServers": {
"endoflife": {
"command": "node",
"args": ["/path/to/endoflife-mcp/dist/index.js"]
}
}
}
Development
npm run dev # Run in development mode with watch
npm run build # Build the project
npm start # Run the built server
API Reference
This server interfaces with the endoflife.date API v1, providing structured access to end-of-life dataset for thousands of software products.
License
MIT
Related Servers
Dan MCP
An example MCP server deployed on Cloudflare Workers without authentication.
E2B
Run code in secure sandboxes hosted by E2B
MCP-Think
A Think Tool for LLMs to record and retrieve their thinking processes during reasoning.
Cisco SSH MCP Server
Connect to, configure, and monitor Cisco network devices like routers and switches via SSH.
MCP MiniMax Music Server
AI-powered audio generation using the MiniMax Music API.
MCPR
Expose R functions through the Model Context Protocol (MCP) for seamless integration with AI assistants.
Cloudflare Remote MCP Server
A remote MCP server example deployable on Cloudflare Workers without authentication.
Blender MCP Senpai
An AI-assisted mentor for Blender that detects topology issues and offers real-time improvement suggestions.
BundlerMCP
Query information about dependencies in a Ruby project's Gemfile.
Pica MCP Server
Integrates with the Pica API platform to interact with various third-party services through a standardized interface.