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
İlgili Sunucular
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Quickstart
A basic MCP server from the Quickstart Guide, adapted for OpenAI's Chat Completions API.
Perf MCP
Fact-check and fix AI outputs — hallucination detection, schema validation, and auto-repair.
TypeScript MCP
A TypeScript-specialized server providing advanced code manipulation and analysis capabilities.
Moralis
Interact with the Moralis Web3 API to access blockchain data and services.
Brain
Adaptive error memory & code intelligence MCP server with Hebbian synapse network, cross-project learning, and auto-error detection
XRPL MCP
An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.
mcdev-mcp
An MCP server that helps coding agents to work with Minecraft mod development
CCXT MCP Server
Integrate with cryptocurrency exchanges using the CCXT library.
Remote MCP Server Chatbot
A demonstration of deploying a remote MCP server on Cloudflare Workers without authentication.
ConfigCat
interacts with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. Helps to integrate ConfigCat SDK, implement feature flags or remove zombie (stale) flags.