DEV Community

endoflife-ai
endoflife-ai

Posted on • Originally published at endoflife.ai

endoflife.ai is now available as an MCP server

AI agents can now query software end-of-life dates and EOL Risk Scores directly from endoflife.ai — 459+ products, 8,000+ versions, updated daily.

Connect it in one line:

{ "mcpServers": { "endoflife": { "url": "https://mcp.endoflife.ai" } } }
Enter fullscreen mode Exit fullscreen mode

Ask your agent "is Node 18 still supported?" or "what's the risk score for PostgreSQL 14?" and get a live answer pulled from our dataset — including whether the product appears on CISA's Known Exploited Vulnerabilities list.

No API key required. Full docs at https://endoflife.ai/mcp

Top comments (1)

Collapse
 
alexshev profile image
Alex Shev

EOL data is a great MCP use case because it is factual, bounded, and easy to verify. The useful agent workflow is not just "is this package dead?" but "which dependencies change the risk of this deployment, and what should be upgraded first?"