endoflife.ai — Model Context Protocol (MCP) Server ==================================================== This is a machine endpoint for AI agents. It speaks MCP over the Streamable HTTP transport (JSON-RPC 2.0 via HTTPS POST to this URL). Connect from Claude Desktop / Cursor / any MCP client: { "mcpServers": { "endoflife": { "command": "npx", "args": ["mcp-remote", "https://mcp.endoflife.ai"] } } } Tools: • check_eol — Check whether a specific version of a software product is end-of-life (EOL). • get_risk_score — Get the proprietary EOL Risk Score™ (0–100) for a product version, with the four-factor breakdown (EOL recency, attack surface, CISA KEV exposure, extended support). • scan_stack — Audit a whole stack at once. • list_products — List or search the products endoflife. • get_product_lifecycle — Get the full version history for one product: every tracked version/cycle with its release date, EOL date, support status, and EOL Risk Score™. Optional: send an "X-API-Key" header to unlock Pro limits. Docs: https://endoflife.ai/mcp · API: https://endoflife.ai/api