Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Fisher521/bookmarks-lifecycle

NPM · BOOKMARKS-LIFECYCLE · SCANNED AUG 15

Bookmarks on a decision clock: 24 hours to decide, 30 days to watch, or keep. Never deletes.

Available components

+6 this week 73 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1469 tokens (~209/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 73% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · bookmarks-lifecycle

# add to Claude Code
claude mcp add fisher521-bookmarks-lifecycle -- npx -y bookmarks-lifecycle
# add to Codex CLI
codex mcp add fisher521-bookmarks-lifecycle -- npx -y bookmarks-lifecycle
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fisher521-bookmarks-lifecycle": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bookmarks-lifecycle"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add fisher521-bookmarks-lifecycle --command npx --arg -y --arg bookmarks-lifecycle
# ~/.hermes/config.yaml
mcp_servers:
  fisher521-bookmarks-lifecycle:
    command: "npx"
    args: ["-y", "bookmarks-lifecycle"]
// mcp.json
{
  "mcpServers": {
    "fisher521-bookmarks-lifecycle": {
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-lifecycle"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 15 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 11 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 +4
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.86 functional
  • 6 Aug 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 15 Aug 2026 · Analysed npm/bookmarks-lifecycle@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 98 packages
Packages resolved 98
Stale 30
Tree resolution Complete
MCP tools · 7 exposed · ~1,469 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
decide ~377

MUTATING TOOL. Never call until the user has explicitly confirmed the exact item ids and action in the current turn, unless the MCP host has a trusted autonomous-approval mode enabled — silence, "looks good", or an earlier preference is not confirmation. Moves items to `kept` (keep permanently), `watching` (give it 30 more days), or `lapsed` (remove from the attention queue — this never deletes the browser bookmark or the lifecycle record, and is fully undoable via `undo`). From `pending`: keep/watch/drop all allowed. From `watching`: only `keep` (use `undo` to reverse a watch/drop decision instead of re-deciding an item that's already moved on). Anything else comes back as `not-decidable`. This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.

NameTypeReqDescription
actionstringyeskeep -> kept, watch -> watching (30d), drop -> lapsed
actorClaimstringAttribution claim only — this is NOT proof of user consent. This server has no way to verify who is really behind a call; omit this field unless you have a specific reason to claim "user" or "ai" (om…
idsarrayyesOne or more item ids, from today/list_layer output. Max 25 per call.
notestringWhy — stored on the item and in its history, if given (this field is optional; omitting it is fine)

No output schema declared.

No examples provided.

intake ~180

Scan browser bookmarks (via bookmarks-mcp) and merge them into the lifecycle: new URLs land in `inbox` with their real save date persisted; already-tracked ones get reconciled (sources, title). Never deletes a record — a URL missing from every source that was successfully scanned gets `sourceGone: true`, not removed. A source that failed to read (e.g. Safari without Full Disk Access) is never treated as confirming a URL is gone. Check `sourceStatus` in the response before assuming an empty result means nothing was found. This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.

NameTypeReqDescription
sourcestringFilter by browser ("chrome", "safari", "firefox", …) or a source id from bookmarks-mcp's list_sources. Omit for all.

No output schema declared.

No examples provided.

list_layer ~145

See what's in one layer — including `lapsed`, to answer 'what did I let go of'. Paginated: default limit 50, raise it only if you actually need more in one call (a large unpaginated layer can be megabytes of JSON, which will crowd out everything else in your context). `sourceGone: true` on an item means it's no longer found in any browser source that was successfully scanned (the record itself is never deleted). This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.

NameTypeReqDescription
layerstringyes
limitinteger
offsetinteger

No output schema declared.

No examples provided.

restore ~222

MUTATING TOOL. Move one or more `lapsed` items back to `pending`, resetting their 24-hour clock. Only works on items currently `lapsed` — for `kept`/`watching` items that need reverting, use `undo` instead. This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.

NameTypeReqDescription
actorClaimstringAttribution claim only — this is NOT proof of user consent. This server has no way to verify who is really behind a call; omit this field unless you have a specific reason to claim "user" or "ai" (om…
idsarrayyesOne or more item ids, from today/list_layer output. Max 25 per call.

No output schema declared.

No examples provided.

stats ~70

Counts per layer, how many decisions landed today (local calendar day on the machine running this server — see README), and how much is still sitting in `inbox` waiting for its daily drip slot. This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

today ~110

The 24-hour layer, oldest first — the actual to-do list. Each item includes `remainingMs` until it lapses on its own. `hasEverIntaken: false` means nothing has ever been scanned in (an empty pending list in that case means "you haven't started", not "you're caught up") — call `intake` first. This is where daily_triage starts. This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

undo ~365

MUTATING TOOL. Revert an item to whatever it was immediately before one of ITS OWN history events — this works for `kept` and `watching`, not just `lapsed` (that's what `restore` is for). Only an item's current LATEST event can be undone; anything else comes back as `not-latest-event`, showing you the actual latest one to target instead. Select events either with explicit `eventIds` (from any tool's `history[].eventId`), or with `filter` (by source id / time range / attribution) to batch-undo every matching item's latest event at once. Pass `preview: true` to see exactly what would change first. Undoing never erases history — it appends a new entry, so the full trail including undos stays intact. This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.

NameTypeReqDescription
actorClaimstringAttribution claim only — this is NOT proof of user consent. This server has no way to verify who is really behind a call; omit this field unless you have a specific reason to claim "user" or "ai" (om…
eventIdsarraySpecific history event ids to undo
filterobjectAlternative to eventIds: undo every item's LATEST event matching these criteria
notestring
previewbooleanSee what would be undone without changing anything

No output schema declared.

No examples provided.