EOL MCP ServerServer

ducthinh993
GitHub
MCPEOLAPI

Loading subscription status...

💡 Description

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

📝 JSON Entries

{
  "mcpServers": [
    {
      "eol": {
        "args": [
          "/path/to/eol-mcp-server/build/index.js"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

check_versionget_all_detailscompare_versionscheck_cvelist_products

Features

  • Checks software end-of-life dates
  • Scans for CVE vulnerabilities
  • Provides upgrade recommendations
  • Supports natural language queries
  • Caches recent queries for quick reference

💬 Example Queries

  • Is Python 3.8 still good to use?
  • Any security concerns with Node.js 16?
  • Which Ubuntu version should I use?