# EOSL.ai — Hardware End-of-Life Database [Health: Active]

**Category:** 🗄️ Databases  
**Repository:** https://eosl.ai/mcp/  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/eosl-ai-hardware-end-of-life-database

## Description
Hardware end-of-life dates by part number, each linked to the vendor's own bulletin.

## Tools
Capabilities this server exposes over MCP:

- **lookup_part** — Look up one hardware part number in the EOSL.ai database. Returns support status, End-of-Sale and End-of-Service-Life dates, support runway score, and the primary vendor bulletin URL backing the dates. Matching is exact, then punctuation-insensitive, then Fortinet short-SKU aliases (FG-60E -> FortiGate-60E). Returns found:false rather than guessing.
- **bulk_check** — Check up to 200 part numbers in one call. Returns a per-part row (status, EOSL date, source URL, page URL) plus summary counts: past, endingSoon, supported, active, notFound.
- **search_models** — Search tracked product families by vendor, product line, or series name (case-insensitive substring, e.g. "nexus 9300"). Returns up to 10 families with status, EOSL window, and page URL. Use get_family with a returned slug for the full record.
- **get_family** — Fetch the full source-backed record for one product family by slug (from search_models or lookup_part pageUrl): lifecycle dates per SKU group, every part number, support runway score factors, and the vendor bulletin URLs.
- **list_vendors** — List all vendors tracked by EOSL.ai with family counts and vendor page URLs.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "eosl-ai-hardware-end-of-life-database": {
    "url": "https://eosl.ai/mcp/"
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

