# io.github.oscarlopez-gif/ai-model-lifecycle-index (remote · lifecycle.oscar-lopez.com)

Cross-vendor AI model lifecycle: status, sunset dates, and migration targets, source-cited.

- Trust score: 57/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `lifecycle.oscar-lopez.com`: 57/100 (this document), [markdown](https://verifymcp.io/servers/oscarlopez-gif-ai-model-lifecycle-index/lifecycle.md), [page](https://verifymcp.io/servers/oscarlopez-gif-ai-model-lifecycle-index/lifecycle)

## Channel facts

- Endpoint: `https://lifecycle.oscar-lopez.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-09-20.

- **Endpoint Security**: 46/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 4 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 enforcement could not be verified: the plaintext port answered with HTTP 404, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 249 tokens (~62/item across 4 items; 4 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**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 75% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the io.github.oscarlopez-gif/ai-model-lifecycle-index MCP server?

io.github.oscarlopez-gif/ai-model-lifecycle-index is a hosted endpoint at https://lifecycle.oscar-lopez.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http oscarlopez-gif-ai-model-lifecycle-index 'https://lifecycle.oscar-lopez.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "oscarlopez-gif-ai-model-lifecycle-index": {
      "url": "https://lifecycle.oscar-lopez.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "oscarlopez-gif-ai-model-lifecycle-index": {
      "type": "http",
      "url": "https://lifecycle.oscar-lopez.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.oscarlopez-gif-ai-model-lifecycle-index]
url = "https://lifecycle.oscar-lopez.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "oscarlopez-gif-ai-model-lifecycle-index": {
      "type": "remote",
      "url": "https://lifecycle.oscar-lopez.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add oscarlopez-gif-ai-model-lifecycle-index --url 'https://lifecycle.oscar-lopez.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  oscarlopez-gif-ai-model-lifecycle-index:
    url: "https://lifecycle.oscar-lopez.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "oscarlopez-gif-ai-model-lifecycle-index": {
      "Transport": "http",
      "Url": "https://lifecycle.oscar-lopez.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add oscarlopez-gif-ai-model-lifecycle-index -t streamable-http -u 'https://lifecycle.oscar-lopez.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "oscarlopez-gif-ai-model-lifecycle-index": {
      "type": "http",
      "url": "https://lifecycle.oscar-lopez.com/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-09-20 (score 57, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-19 (score 56)

First indexed and scored.

## MCP tools (4)

### `model_lifecycle` (~94 tokens)

FREE. Lifecycle of one AI model: status (active/preview/deprecated/retired), release/deprecation/shutdown dates, days until shutdown, recommended migration target, and the official source URL.

Input parameters:

- `model_id` (string, required): canonical model id, e.g. 'gpt-4-32k', 'claude-3-opus-20240229', 'gemini-2.0-flash'

### `is_model_live` (~47 tokens)

FREE. Fast check of whether an AI model is still callable, plus its sunset date and days remaining. Use before depending on a model at runtime.

Input parameters:

- `model_id` (string, required)

### `upcoming_deprecations` (~63 tokens)

FREE. AI models being shut down within the next N days across OpenAI, Anthropic, Google, and Amazon Bedrock, with migration targets. Default 90 days.

Input parameters:

- `within_days` (integer): look-ahead window in days (default 90)

### `get_model_lifecycle_all` (~45 tokens)

Full cross-vendor lifecycle export (all tracked models). Free during the public preview; metered via x402 when live.

Input parameters:

- `provider` (string): optional filter

## Diagnostics

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

## Score history

- 2026-09-20: 57
- 2026-09-19: 56

## Common questions

### What is the io.github.oscarlopez-gif/ai-model-lifecycle-index MCP server?

io.github.oscarlopez-gif/ai-model-lifecycle-index is an MCP server listed in the public MCP registry as io.github.oscarlopez-gif/ai-model-lifecycle-index. Cross-vendor AI model lifecycle: status, sunset dates, and migration targets, source-cited. This page covers its hosted endpoint (https://lifecycle.oscar-lopez.com/mcp).

### Is the io.github.oscarlopez-gif/ai-model-lifecycle-index MCP server safe to use?

io.github.oscarlopez-gif/ai-model-lifecycle-index scores 57 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.oscarlopez-gif/ai-model-lifecycle-index MCP server expose?

io.github.oscarlopez-gif/ai-model-lifecycle-index exposes 4 tools: model_lifecycle, is_model_live, upcoming_deprecations, get_model_lifecycle_all. Their descriptions and schemas cost roughly 249 tokens of context every time the server is loaded.

### Does the io.github.oscarlopez-gif/ai-model-lifecycle-index MCP server require authentication?

No. We connected to io.github.oscarlopez-gif/ai-model-lifecycle-index without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the io.github.oscarlopez-gif/ai-model-lifecycle-index MCP server still maintained?

io.github.oscarlopez-gif/ai-model-lifecycle-index is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://lifecycle.oscar-lopez.com/mcp
- Repository: https://github.com/oscarlopez-gif/ai-model-lifecycle-index
- Website: https://data.oscar-lopez.com/model-lifecycle
- Changelog RSS feed: https://verifymcp.io/servers/oscarlopez-gif-ai-model-lifecycle-index/lifecycle.xml
- Changelog JSON feed: https://verifymcp.io/servers/oscarlopez-gif-ai-model-lifecycle-index/lifecycle.json
- HTML version of this page: https://verifymcp.io/servers/oscarlopez-gif-ai-model-lifecycle-index/lifecycle
