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
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
TLS MCP Server
Analyze TLS certificates using OpenSSL and zlint.
ContextKeeper
Provides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.
Cloudflare MCP Server Example
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Arduino MCP Server
Control an Arduino board from your computer using AI commands.
Databutton
An MCP server for initial app planning and creating a good starting point for an app.
Raspberry Pi MCP Servers Collection
A collection of production-ready MCP servers optimized for Raspberry Pi and AI workloads.
@4da/mcp-server
Dependency intelligence for AI agents. CVE scanning, health checks, upgrade planning.
Model Context Protocol servers
A collection of reference implementations for the Model Context Protocol (MCP), showcasing various MCP servers implemented with TypeScript and Python SDKs.
Local Code Indexing for Cursor
A Python-based server that locally indexes codebases using ChromaDB to provide semantic search for tools like Cursor.
MCPfinder
A Node.js server for AI agents to discover, install, and manage new capabilities on demand via the MCP protocol.