drio
Open app

EOL MCP Server 📅

Source

A Model Context Protocol (MCP) server that enables AI assistants like Claude to check software end-of-life (EOL)

Catalog onlyCatalog onlySTDIO

Overview

The EOL MCP Server is a Model Context Protocol (MCP) server that allows AI assistants like Claude to check software end-of-life (EOL) dates and support status using the endoflife.date API. This enables AI models to provide accurate information about software lifecycle and security status in real-time.

To use the EOL MCP Server, clone the repository from GitHub, install the necessary dependencies, and configure it with Claude Desktop. After setup, you can query the server for software EOL dates and support status.

  • Real-time EOL date validation - Version support status checking - Security vulnerability analysis - Comprehensive version comparison - Natural language query processing - Caching of recent queries for quick reference
  1. Checking the support status of various software versions.
  2. Analyzing security vulnerabilities in software.
  3. Providing upgrade recommendations based on EOL data.
  4. Assisting users in making informed decisions about software lifecycle management.

Add to your AI client

Use these steps to connect EOL MCP Server 📅 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-endoflife-ducthinh993": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-endoflife-ducthinh993"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-endoflife-ducthinh993": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-endoflife-ducthinh993"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-endoflife-ducthinh993": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-endoflife-ducthinh993"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-endoflife-ducthinh993": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-endoflife-ducthinh993"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-endoflife-ducthinh993": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-endoflife-ducthinh993"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-endoflife-ducthinh993": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-endoflife-ducthinh993"
      ]
    }
  }
}

FAQ

**What software products does it support?**

The server supports multiple software products including Python, Node.js, and Ubuntu.

**Is it easy to set up?**

Yes! Follow the installation instructions in the repository to get started quickly.

**Can it handle natural language queries?**

Yes! The server can process natural language questions to provide contextual responses.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":882,"uuid":"dc06a794-6aed-4e20-b44b-6a716f7836cd","name":"mcp-server-endoflife","title":"EOL MCP Server 📅","description":"A Model Context Protocol (MCP) server that enables AI assistants like Claude to check software end-of-life (EOL)","avatar_url":"https://avatars.githubusercontent.com/u/58097153?v=4","created_at":"2025-01-28T02:16:30.040Z","updated_at":"2025-02-23T07:12:26.463Z","status":"created","author_name":"ducthinh993","author_avatar_url":"https://avatars.githubusercontent.com/u/58097153?v=4","tags":"mcp-server,end-of-life,software-lifecycle","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/ducthinh993/mcp-server-endoflife","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/675a4606ea3f3c75b9b7d47066705dcc66029c9e6e1bdec2f227d4dcd77a4af0/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f353339327873306537382f6261646765","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

EOL MCP Server 📅 — MCP Registry