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
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Notifly MCP Server
Notifly MCP Server - enabling AI agents to provide real-time, trusted Notifly documentation and SDK code examples for seamless integrations.
Jinni
A tool to provide Large Language Models with project context by intelligently filtering and concatenating relevant files.
BerryRAG
A local RAG system with Playwright MCP integration for Claude and OpenAI embeddings, using local storage.
mcp-nodejs
A Node.js MCP server example for the OpenWeather API, requiring an API key.
MCPatterns
A server for storing and retrieving personalized coding patterns from a local JSONL file.
FreeCAD MCP
A server to interact with FreeCAD models using the Model Context Protocol (MCP).
amCharts 5 MCP Server
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
MCP Software Engineer Server
An MCP server that enables an AI to function as a full-stack software engineer with complete development capabilities.
A2ABench
Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.
Advanced Gemini MCP Server
An open-source MCP server that integrates with Google's Gemini AI. Requires a Google Gemini API key.