lastseen-dev commited on
Commit
879efb2
·
verified ·
1 Parent(s): 0f40956

Initial dataset upload (2026-07)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ nerq-mcp-mortality-2026-07.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,97 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Nerq MCP-server repository mortality — dataset dump (2026-07)
2
+
3
+ **Version:** 2026-07 · **As of:** 2026-07-22 · **Rows:** 28,824 · **License:** CC-BY 4.0
4
+
5
+ © 2026 Nerq. Licensed CC-BY 4.0 — free to use, share, adapt, and use commercially, with attribution to
6
+ Nerq (link back). No share-alike. Dated factual observations, without warranty. The continuously-updated
7
+ series is available via the free Nerq API.
8
+
9
+ ## What this is
10
+
11
+ A dated observation spine over the public GitHub repositories linked from indexed **Model Context
12
+ Protocol (MCP)** servers, classified by repository liveness. One row per observation. **28,824 rows**
13
+ in this dump, all from the seed census taken **2026-07-22**.
14
+
15
+ This is the same population as **The Nerq Census No.1 / No.2 (2026)** ("The MCP Deadpool"), released
16
+ as a dated observation spine rather than a one-verdict-per-repo summary.
17
+
18
+ ## Files
19
+
20
+ - `nerq-mcp-mortality-2026-07.csv` — one row per observation, all columns below.
21
+ - `nerq-mcp-mortality-2026-07.json` — the same rows as a JSON array under `rows`, preceded by a
22
+ metadata head (version, as-of, license, state counts, columns).
23
+
24
+ ## Schema (columns)
25
+
26
+ | column | type | meaning |
27
+ |---|---|---|
28
+ | `entity_id` | text | GitHub `owner/repo` of the MCP server. |
29
+ | `registry` | text | source registry tag. All rows in this dump: `mcp`. |
30
+ | `observed_date` | date `YYYY-MM-DD` | the day this observation was taken (as-of). |
31
+ | `state` | text | `deleted` \| `abandoned` \| `dormant` \| `alive` \| `unknown` (see thresholds). |
32
+ | `http_status` | int / blank | raw HTTP seen (`200` / `404`), or blank if not read at seed. |
33
+ | `last_commit` | timestamp / blank | the repo's own last public commit timestamp; blank if none read (e.g. `404`). Repository timestamp, NOT author identity. |
34
+ | `source` | text | how the row was produced: `census-no2-seed` (all rows in this dump) or `re-probe` (future rows). |
35
+ | `provenance` | text | `own` — every row is a Nerq first-hand read (the repo's own public `commits.atom` / HTTP status). None are ingested third-party data. |
36
+
37
+ ## State thresholds (exact)
38
+
39
+ State is derived from `http_status` and the age of `last_commit` measured against `observed_date`:
40
+
41
+ - `deleted` — HTTP `404` (repository deleted OR made private/inaccessible; code may live on privately).
42
+ - `alive` — reachable (`200`) and last commit **≤ 180 days** before `observed_date`.
43
+ - `dormant` — reachable and last commit **> 180 and ≤ 365 days** before `observed_date`.
44
+ - `abandoned` — reachable and last commit **> 365 days** before `observed_date`.
45
+ - `unknown` — state could not be resolved at seed (41 rows).
46
+
47
+ Full derivation in `methodology.md`.
48
+
49
+ ## State counts in this dump (as of 2026-07-22)
50
+
51
+ | state | rows |
52
+ |---|---|
53
+ | alive | 20,390 |
54
+ | deleted | 3,448 |
55
+ | abandoned | 2,686 |
56
+ | dormant | 2,259 |
57
+ | unknown | 41 |
58
+ | **total** | **28,824** |
59
+
60
+ ## Interval-censoring (what "observed_date" does and does not tell you)
61
+
62
+ Each row states that an entity was in a given state **on that observation date** — nothing more. A
63
+ state transition (for example a repository going `alive → deleted`) can only be located to the
64
+ **interval between two observations**, never to an exact instant.
65
+
66
+ - This dump is a single-day seed (all rows `2026-07-22`), so for a `deleted` row the exact death
67
+ date is **unknowable** from this dump alone — it is censored to the interval between the repo's
68
+ `last_commit` and `2026-07-22`.
69
+ - The living series adds `re-probe` rows over time, narrowing those intervals. Between probe passes
70
+ there are collection gaps; there is a **known collection gap on 2026-07-30** during which no fresh
71
+ observation was recorded, so any transition spanning that day is censored to the surrounding
72
+ interval rather than pinned to it. Gaps are disclosed, not smoothed over.
73
+
74
+ ## What we observe vs what we ingest
75
+
76
+ - **Observe (this dump):** repository liveness — read first-hand from each repo's public
77
+ `commits.atom` feed and HTTP status (`provenance = own`). No API key, not rate-limited.
78
+ - **Ingest (NOT in this dump):** upstream registry lifecycle fields (e.g. an MCP registry's own
79
+ `statusChangedAt`) are kept provenance-separate and are not mixed into these `own` rows.
80
+
81
+ ## Caveats
82
+
83
+ - `404` = deleted **or** made private — we say "deleted / inaccessible", not "proven deleted".
84
+ - `last_commit` is the default branch's last commit read from `commits.atom`; a small boundary class
85
+ near the 180-day line may differ from the GitHub REST API `pushed_at`.
86
+ - This is a **prevalence** dump (state at the as-of date), not a lifespan study. MCP births are
87
+ left-censored, so median lifespan is not computable from this dump alone.
88
+
89
+ ## Cite
90
+
91
+ Nerq. *MCP-server repository mortality — dataset dump (2026-07).* nerq.ai. CC-BY-4.0.
92
+
93
+ **DOI.** This dataset is deposited on Zenodo with versioning. **Cite the Concept DOI**
94
+ `10.5281/zenodo.XXXXXXX` (placeholder until minted) — it always resolves to the latest
95
+ monthly version. For a reproducible snapshot, cite the version DOI of the release you used
96
+ (e.g. the `2026-07` version). New versions are published **monthly**; corrections between
97
+ releases appear first on the live series and are folded into the next monthly version.
methodology.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Methodology — Nerq MCP-server repository mortality (2026-07)
2
+
3
+ **As of:** 2026-07-22 · **License:** CC-BY 4.0 · Reproducible from public sources with no API key.
4
+
5
+ This document states how each `state` in the dataset is derived so the dump can be independently
6
+ reproduced and spot-checked.
7
+
8
+ ## 1. Population
9
+
10
+ Distinct public GitHub repositories (`owner/repo`) linked from indexed Model Context Protocol (MCP)
11
+ servers. 28,824 distinct repositories in this dump. Population definition is honest and bounded: it is
12
+ the set of GitHub repositories reachable from the MCP servers Nerq indexes, not "all MCP servers that
13
+ have ever existed."
14
+
15
+ ## 2. Reads (source of truth)
16
+
17
+ For each repository, two first-hand reads are taken (`provenance = own`):
18
+
19
+ 1. **HTTP status** of the repository — `200` reachable, `404` gone (deleted or made private).
20
+ 2. **Last commit timestamp** — the latest entry in the repository's public `commits.atom` feed
21
+ (`https://github.com/{owner}/{repo}/commits.atom`). No API key. Not rate-limited. The timestamp is
22
+ the repository's own last public commit on its default branch; it is a repository fact, not an
23
+ assertion about any person.
24
+
25
+ ## 3. State derivation (exact rules)
26
+
27
+ Let `age = observed_date − last_commit` in days. Then:
28
+
29
+ ```
30
+ if http_status == 404: state = "deleted" # gone or made private
31
+ elif last_commit is unreadable/none: state = "unknown"
32
+ elif age <= 180: state = "alive"
33
+ elif 180 < age <= 365: state = "dormant"
34
+ else (age > 365): state = "abandoned"
35
+ ```
36
+
37
+ - **`deleted`** is authoritative on the HTTP read (`404`), heuristic on the cause (deleted vs private).
38
+ - **`alive` / `dormant` / `abandoned`** are heuristic thresholds on commit recency. The thresholds
39
+ (180 / 365 days) are stated here and are the only knobs; changing them re-buckets the same reads.
40
+ - **`unknown`** (41 rows) is recorded, not guessed — the row exists so the absence is auditable.
41
+
42
+ ## 4. Interval-censoring
43
+
44
+ An observation dates a *state*, not a *transition*. A `deleted` row means "reachable-or-not was `404`
45
+ on `observed_date`"; the actual deletion happened at some unknown point between the repo's
46
+ `last_commit` and `observed_date`. This dump is a single seed day (`2026-07-22`), so death dates are
47
+ interval-censored to `[last_commit, 2026-07-22]`. The living series narrows these with dated `re-probe`
48
+ rows; collection gaps (a known one on **2026-07-30**) are disclosed, and any transition spanning a gap
49
+ is censored to the surrounding interval rather than pinned.
50
+
51
+ ## 5. Reproduction
52
+
53
+ To reproduce any single row: fetch `https://github.com/{entity_id}` (expect `200` or `404`) and
54
+ `https://github.com/{entity_id}/commits.atom` (read the first `<updated>` timestamp), then apply the
55
+ rules in §3 with `observed_date = 2026-07-22`. No credentials required.
56
+
57
+ ## 6. Known boundaries
58
+
59
+ - `commits.atom` reflects the default branch only; a repo committing on a non-default branch could read
60
+ as more stale than it is.
61
+ - The 180-day boundary class (repos whose last commit sits within a few days of the threshold) may flip
62
+ between `alive` and `dormant` depending on the exact read time.
63
+ - `404` conflates deletion and privatization; the dataset does not claim to distinguish them.
nerq-mcp-mortality-2026-07.csv ADDED
The diff for this file is too large to render. See raw diff
 
nerq-mcp-mortality-2026-07.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a0240b51f7b11a432aa8363055964d16ec07d727b40b703e0b920e16c0909a
3
+ size 11827562