Back to Browse

Ai Model Lifecycle Index MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://lifecycle.oscar-lopez.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

4 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

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

Documentation

View on GitHub

From the project's GitHub README.

AI Model Lifecycle & Deprecation Index

A source-cited, cross-vendor record of AI model lifecycle — is a model still live, when does it sunset, and what's the migration target — across OpenAI, Anthropic, Google (Gemini), and Amazon Bedrock. Every date is transcribed from the provider's own official deprecation/lifecycle page and carries that source URL. Built for agents that need to know, at runtime, whether the model they're about to call still exists.

Coverage

71 models across 4 providers (active / preview / deprecated / retired), with status, release / deprecation / shutdown dates, and provider-recommended replacements. Verified 2026-09-08.

REST endpoints (free)

  • GET /v1/lifecycle/model?id=ID — one model: status, dates, days-to-shutdown, replacement, source
  • GET /v1/lifecycle/deprecations?within_days=90 — models shutting down within N days
  • GET /v1/lifecycle/provider?provider=openai|anthropic|google|aws-bedrock — a provider's models
  • GET /v1/lifecycle/stats — counts by provider/status + next shutdown
  • GET /v1/lifecycle/all — full export (free during the public preview; metered via x402 when live)

MCP tools

Endpoint: https://lifecycle.oscar-lopez.com/mcp

  • model_lifecycle — full lifecycle of one model (free)
  • is_model_live — is a model still callable, with its sunset date (free)
  • upcoming_deprecations — models sunsetting within N days across all providers (free)
  • get_model_lifecycle_all — full export (free during preview)

Discovery

/.well-known/agent-card.json (A2A), /.well-known/x402, /openapi.json

How it's built

Cloudflare Worker + D1. The index is derived live from a models table; days-until-shutdown is computed at request time. Values come from official provider pages only; fields a provider doesn't publish are left blank rather than inferred. A model's lifecycle on a hosting platform (e.g. Amazon Bedrock) can differ from the model-maker's own API — each row records which surface it describes.

Reviews

No reviews yet

Be the first to review this server!