Skip to main content

lastseen-mcp

mcp-name: dev.lastseen/mortality

Is this dependency dead? An MCP server that answers whether an npm package, GitHub Action, MCP server or Docker image is dead or abandoned — from dated observations published by lastseen.dev. Free, no API key, zero telemetry.

  • Lookups, not advice. Every answer is a dated observation with its source. The server never says "use X instead", never scores, never ranks by preference, never asserts urgency.
  • Fails closed. An unknown or fabricated subject returns a clean not_observed — never a fabricated result. A network/store error degrades (try later); it is never read as "dead".
  • Absence ≠ gone. Not having a record means "not checked", never "deleted". Only an authoritative HTTP 404 is a deletion.
  • Pure standard library. No mcp package, no requests, no FastAPI/Starlette — nothing that can conflict with a host app. It speaks JSON-RPC 2.0 over stdio and calls the lastseen.dev free HTTP API over urllib.

Install

pipx install lastseen-mcp
# or run without installing:
uvx lastseen-mcp

Requires Python ≥ 3.10. No dependencies.

Use it in an MCP client

Add to your client's MCP server config (Claude Desktop / Cursor style):

{
  "mcpServers": {
    "lastseen": {
      "command": "lastseen-mcp"
    }
  }
}

(If you installed with uvx, use "command": "uvx", "args": ["lastseen-mcp"].)

Tools

Tool What it does
check_entity(slug, live?) Dated survival observation series for one owner/repo (e.g. actions/checkout). Optional live=true attaches a live GitHub read (absence ≠ gone).
check_org(name) Dated survival states for every held component under a GitHub owner/org (e.g. actions).
check_manifest(paste) Paste a GitHub Actions workflow (uses: refs) or a list of owner/repo lines; get the dated state per component. Components not held are reported not_observed.
survival_profile(category) Category ranking. Not available over the free HTTP API — returns an honest not-supported result pointing to the per-entity/org/manifest lookups and the CC-BY dumps. See Limitations.

States

alive (≤180d since last commit) · dormant (180–365d) · abandoned (>365d) · archived (repo archived) · deleted (authoritative HTTP 404) · eol (declared end-of-life) · unknown-stale (the observation the verdict rests on is older than the 180-day threshold and was not re-verified — no state is asserted; not a death) · not_observed (403 / 429 / timeout / not held — not dead).

The freshness gate that produces unknown-stale is applied server-side by lastseen.dev; this client passes the gated latest_state and staleness through verbatim.

Privacy

Zero telemetry. This client stores nothing and transmits no identifier about you, your org, or the subjects you look up. It only issues anonymous GET requests to the public API.

Limitations

survival_profile (category-level ranking) has no corresponding endpoint on the free HTTP API, so it returns a factual not-supported result rather than fabricating a ranking. The tool is retained in the schema for parity. Bulk category data is published as the CC-BY dumps on lastseen.dev. The per-entity, per-org and per-manifest lookups are fully supported.

check_manifest looks up at most 30 parsed components per call (latency and free-tier rate bound); any remainder is reported as n_truncated.

Licensing

  • Code: MIT (see LICENSE).
  • Data: the mortality/survival observations returned by the API are published by lastseen.dev under CC-BY-4.0 (attribution required). The two licenses are independent.

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lastseen_mcp-0.1.1.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lastseen_mcp-0.1.1-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file lastseen_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: lastseen_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for lastseen_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5369ad463eeff53962e008b871b0624c6ea08aa880e037a7a90245d4cf8e6970
MD5 d39bf8ffad66f34602d319733c7d0aa5
BLAKE2b-256 db5e5bdba4191c8a7115d997cb928a1c18d918823e703fbb50956b6b1ce69ee6

See more details on using hashes here.

File details

Details for the file lastseen_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: lastseen_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for lastseen_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b7ed8c016f62a33b0132c51827df00dd1f69148880e55e198d1296153049118a
MD5 7379c7e912594b5d9ed65b6227e19f4a
BLAKE2b-256 2d82a55536982fce78004190b743d42f99b7ebc040674bc668f68f6d72d63510

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.2

2 files

This release

0.1.1 This release

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page