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.

MarkLayer

NPM · MARKLAYER-MCP · SCANNED SEP 21

Work visual annotations on a live webpage: watch, acknowledge, resolve, reply, or leave your own.

Available components

+4 this week 86 Trust /100
Trust breakdown (7 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 → Why this is hard to 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
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to thevrus/MarkLayer). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 12 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1714 tokens (~142/item across 12 items; 12 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 Management43
  • Stability observed for 13 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
  • 74% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the MarkLayer MCP server?

MarkLayer runs locally as an npm package, launched with npx -y marklayer-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · marklayer-mcp

# add to Claude Code
claude mcp add thevrus-marklayer -- npx -y marklayer-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "thevrus-marklayer": {
      "command": "npx",
      "args": [
        "-y",
        "marklayer-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "thevrus-marklayer": {
      "command": "npx",
      "args": [
        "-y",
        "marklayer-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add thevrus-marklayer -- npx -y marklayer-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thevrus-marklayer": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "marklayer-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add thevrus-marklayer --command npx --arg -y --arg marklayer-mcp
# ~/.hermes/config.yaml
mcp_servers:
  thevrus-marklayer:
    command: "npx"
    args: ["-y", "marklayer-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "thevrus-marklayer": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "marklayer-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add thevrus-marklayer -t stdio -c npx -a -y marklayer-mcp
// mcp.json
{
  "mcpServers": {
    "thevrus-marklayer": {
      "command": "npx",
      "args": [
        "-y",
        "marklayer-mcp"
      ]
    }
  }
}
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.

  • 21 Sept 26 +1

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

  • 19 Sept 26 +1

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

  • 17 Sept 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.

  • 15 Sept 26 +1

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

  • 13 Sept 26 +1

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

  • 10 Sept 26 +1

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

  • 9 Sept 26 +11
    • Tool safety: pass → unverified security
    • Provenance: fail → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • The attested source repository moved: thevrus/MarkLayer security
    • Schema quality: 1496 → 1714 functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Stability: unverified → 0.03 functional
    • First check of Schema quality: unverified functional
    • Package version: 0.4.0 → 0.5.0 functional
  • 8 Sept 26 69

    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 21 Sept 2026 · Analysed npm/marklayer-mcp@0.5.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo thevrus/MarkLayer
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/thevrus/MarkLayer/.github/workflows/release-mcp.yml@refs/heads/main
Rekor log index 2763015915
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:99d66d975ad73ba9cbdbf7cc56f0d6971ff91e08acd8db028318021b9ee3c264bb4f2244a7a665205bd99e9f40d7623a0540e0ba70daf7d9fe4a8b883

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~1,393 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
marklayer_acknowledge ~40

Mark an annotation as in_progress and tag it with this agent so the human sees you are working on it.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

marklayer_connect_room ~60

Connect to a MarkLayer room (annotation session) by URL or bare room id. Disconnects any prior room.

NameTypeReqDescription
roomstringyesRoom URL like https://marklayer.app/s/abc123 or a bare room id like abc123.

No output schema declared.

No examples provided.

marklayer_create_annotation ~278

Leave a new comment annotation yourself — proactive feedback (a bug, a UX issue, an accessibility gap, an idea) rather than only responding to a human’s. For an exact text replacement (a copy or grammar fix), use marklayer_suggest_edit instead — it renders as a diff the human can accept, rather than prose describing one. Use this after you have looked at the page with your own tools (a screenshot, a DOM read) and decided something is worth flagging; call it once per finding so each becomes its own pin the human can triage. x/y are document pixels (not viewport pixels — scroll offset already added in). Pass selector + tag + markdown together to anchor the pin to that element so it re-resolves if the page reflows; omit all three for a fixed-point pin.

NameTypeReqDescription
markdownstringShort markdown snapshot of the element, for the human to see.
prioritystringTriage priority, if this warrants one.
selectorstringCSS selector of the element this is about.
tagstringTag name of that element, e.g. "button".
textstringyesThe feedback itself.
xnumberyesDocument-space X in CSS pixels.
ynumberyesDocument-space Y in CSS pixels.

No output schema declared.

No examples provided.

marklayer_dismiss ~52

Mark an annotation as dismissed when it cannot be acted on. The reason will be visible to the human.

NameTypeReqDescription
idstringyes
reasonstringyesWhy you cannot act on this annotation.

No output schema declared.

No examples provided.

marklayer_get_annotation ~52

Get full detail for a single annotation of any kind (comment, area, selection, inspect), including its element `target` context and — for comments — the reply thread.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

marklayer_list_annotations ~115

List every annotation in the connected room across all tools (comment, area, selection, inspect). Each entry carries a `kind` discriminator and, where the user marked an element, a `target` block with selector + markdown so you can address the change without reopening the page. Filter by status: open, in_progress, resolved, approved, dismissed, or all (default). `approved` means the person who asked for the change confirmed the fix, so those need nothing from you.

NameTypeReqDescription
statusstring

No output schema declared.

No examples provided.

marklayer_read_page ~149

Read the page this room annotates — its headings, paragraphs, links, buttons and labels, each with the CSS selector and tag that locate it. Call this FIRST when asked to review, audit or improve a page and no annotations exist yet: without it you can only answer feedback someone else left, never find anything yourself. Every entry is already in the shape marklayer_suggest_edit and marklayer_create_annotation take, so pass `selector`, `tag` and `markdown` straight through to anchor a mark to the element you are talking about. If the answer says the page renders client-side, the copy is not in the HTML and you should say so rather than review an empty shell.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

marklayer_reply ~42

Post a reply to an annotation thread without changing its status. Use to ask clarifying questions.

NameTypeReqDescription
idstringyes
textstringyes

No output schema declared.

No examples provided.

marklayer_resolve ~59

Mark an annotation as resolved. Pass a summary describing what was changed — it will be posted as a reply to the thread.

NameTypeReqDescription
idstringyes
summarystringShort description of what changed, posted as a reply.

No output schema declared.

No examples provided.

marklayer_room_info ~25

Get metadata about the connected room: page URL, viewport width, timestamps.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

marklayer_suggest_edit ~263

Propose an exact replacement for a piece of text on the page — a copy or grammar fix — as a diff the human can accept, rather than a comment describing the change in prose. `rects` are the on-page bounding boxes of `text`, in document pixels: one per line it spans, so a wrapped sentence highlights as several boxes rather than one box swallowing the whole paragraph between its first and last line. Pass selector + tag + markdown together to anchor it to the containing element so it re-resolves if the page reflows.

NameTypeReqDescription
commentstringOptional note explaining the fix, if it is not self-evident.
markdownstringShort markdown snapshot of the element, for the human to see.
prioritystringTriage priority, if this warrants one.
rectsarrayyesDocument-pixel bounding box(es) of `text` on the page — one per line it spans.
selectorstringCSS selector of the element containing this text.
suggestionstringyesThe exact replacement text.
tagstringTag name of that element, e.g. "p".
textstringyesThe exact text on the page being replaced.

No output schema declared.

No examples provided.

marklayer_watch_annotations ~258

Block until there is work, then return a batch of whatever arrives within a short window. CALL THIS AGAIN IMMEDIATELY EVERY TIME IT RETURNS, including when it returns nothing — an empty result means the window expired, not that the reviewer is done. Nothing pushes work to you: between your calls, a comment someone leaves reaches no one. Keep looping until the person tells you to stop or ends the session. Each event has a `kind`: "new" is an annotation someone just left; "handoff" is one given to you — assigned to you, a reply that @mentions you, or a reply on a thread you already own. A handoff also carries `request`, the reply that asked: read it, it is the instruction, and act on it rather than only acknowledging. Every event carries the full annotation with its `target` element context.

NameTypeReqDescription
batchMsintegerAfter the first new annotation arrives, wait this long for more before returning. Default 750.
timeoutSecondsintegerHow long to block before returning empty. Defaults to 50, which fits inside the 60s request timeout most clients use. Raise it only if you know yours allows a longer tool call.

No output schema declared.

No examples provided.

Common questions

What is the MarkLayer MCP server?

MarkLayer is an MCP server listed in the public MCP registry as io.github.thevrus/marklayer. Work visual annotations on a live webpage: watch, acknowledge, resolve, reply, or leave your own. This page covers its npm package (marklayer-mcp).

Is the MarkLayer MCP server safe to use?

MarkLayer scores 86 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 MarkLayer MCP server expose?

MarkLayer exposes 12 tools: marklayer_read_page, marklayer_connect_room, marklayer_room_info, marklayer_list_annotations, marklayer_get_annotation, and 7 more. Their descriptions and schemas cost roughly 1,393 tokens of context every time the server is loaded.

Is the MarkLayer MCP server still maintained?

MarkLayer is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the MarkLayer MCP server under?

MarkLayer declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.