# EOSL.ai — Hardware End-of-Life Database (remote · eosl.ai)

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

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- remote · `eosl.ai`: 63/100 (this document), [markdown](https://verifymcp.io/servers/ai-eosl-eosl/eosl.md), [page](https://verifymcp.io/servers/ai-eosl-eosl/eosl)

## Channel facts

- Endpoint: `https://eosl.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Endpoint Security**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 470 tokens (~94/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-eosl-eosl https://eosl.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-eosl-eosl]
url = "https://eosl.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-eosl-eosl": {
      "type": "remote",
      "url": "https://eosl.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-eosl-eosl --url https://eosl.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-eosl-eosl:
    url: "https://eosl.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-eosl-eosl": {
      "type": "http",
      "url": "https://eosl.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-06 (score 63, +39)

- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail

### 2026-08-05 (score 24)

First indexed and scored.

## MCP tools (5)

### `lookup_part` (~143 tokens)

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.

Input parameters:

- `part_number` (string, required): Vendor part number / SKU, e.g. "WS-C3850-48P-S" or "FG-100F".
- `vendor` (string): Optional vendor hint, e.g. "Cisco". Restricts the match to that vendor.

### `bulk_check` (~73 tokens)

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.

Input parameters:

- `part_numbers` (array, required): Part numbers to check (deduplicated; max 200).

### `search_models` (~81 tokens)

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.

Input parameters:

- `query` (string, required): Search text, 1-120 characters.

### `get_family` (~73 tokens)

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.

Input parameters:

- `slug` (string, required): Family slug, e.g. "cisco-catalyst-3850".

### `list_vendors` (~25 tokens)

List all vendors tracked by EOSL.ai with family counts and vendor page URLs.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-eosl-eosl/eosl#diagnostics

## Score history

- 2026-08-07: 63
- 2026-08-06: 63
- 2026-08-05: 24

## Links

- Remote endpoint: https://eosl.ai/mcp
- Website: https://eosl.ai/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/ai-eosl-eosl/eosl.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-eosl-eosl/eosl.json
- HTML version of this page: https://verifymcp.io/servers/ai-eosl-eosl/eosl
