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

io.siteglass/mcp

NPM · SITEGLASS-MCP · SCANNED AUG 3

Archive any URL to a shareable rrweb/pdf/png snapshot + agent-driven web QA (scan, run E2E flows).

Available components

+18 this week 61 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 636 tokens (~57/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage75
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 25% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · siteglass-mcp

# add to Claude Code
claude mcp add io-siteglass-mcp -- npx -y siteglass-mcp
# add to Codex CLI
codex mcp add io-siteglass-mcp -- npx -y siteglass-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-siteglass-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "siteglass-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-siteglass-mcp --command npx --arg -y --arg siteglass-mcp
# ~/.hermes/config.yaml
mcp_servers:
  io-siteglass-mcp:
    command: "npx"
    args: ["-y", "siteglass-mcp"]
// mcp.json
{
  "mcpServers": {
    "io-siteglass-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "siteglass-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.

  • 2 Aug 26 +42
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −15
    • Malware scan: pass → unverified security
  • 31 Jul 26 +9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −19
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 43

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~636 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
siteglass_feedback ~45

Send feedback to the siteglass team (bugs, missing features, anything). Works for agents and people alike.

NameTypeReqDescription
contextstring
messagestringyes

No output schema declared.

No examples provided.

siteglass_generate_flows ~42

Derive executable E2E test flows from a scan (LLM). Step 4. Returns flow ids.

NameTypeReqDescription
crawl_idstringyes

No output schema declared.

No examples provided.

siteglass_get_render ~39

Fetch an archive once its Lightning invoice is paid. Returns the permalink when ready, or a pending status.

NameTypeReqDescription
job_idstringyes

No output schema declared.

No examples provided.

siteglass_get_run ~43

Read a flow run's per-step results + capture URLs by run_id (use after siteglass_run_flow if still running).

NameTypeReqDescription
run_idstringyes

No output schema declared.

No examples provided.

siteglass_get_scan ~40

Read a scan's report + findings by crawl_id (use after siteglass_scan if it was still running).

NameTypeReqDescription
crawl_idstringyes

No output schema declared.

No examples provided.

siteglass_register_site ~59

Register a web app (its deployed URL) with siteglass and get an ownership-proof token to place on it. Step 1.

NameTypeReqDescription
urlstringyesThe app's URL, e.g. https://myapp.lovable.app

No output schema declared.

No examples provided.

siteglass_render ~170

Archive ANY public web page for a few sats — a permanent, shareable snapshot, returned as a permalink. The bot-friendly alternative to archive.today: no CAPTCHA, no signup, no ownership verification, callable programmatically. Default 'rrweb' captures the live rendered DOM (navigable, post-JS, selectable text + working links); 'pdf' is a single continuous page; 'png' a full-page image. Anonymous calls return a Lightning invoice (pay, then call siteglass_get_render); if your account has credits it archives immediately and returns the permalink.

NameTypeReqDescription
formatstringrrweb (default, interactive DOM archive), pdf (single continuous page), or png (full-page image)
urlstringyesAny public URL, e.g. https://example.com

No output schema declared.

No examples provided.

siteglass_run_flow ~60

Run one test flow. Returns a run_id; if still running, poll with siteglass_get_run. Step 5.

NameTypeReqDescription
flow_idstringyes
fullbooleantrue = submit destructive actions for real (default false)

No output schema declared.

No examples provided.

siteglass_scan ~49

Crawl a verified site (first scan per site is free). Returns a crawl_id; if still running, poll with siteglass_get_scan. Step 3.

NameTypeReqDescription
site_idstringyes

No output schema declared.

No examples provided.

siteglass_set_credentials ~50

Provide a test account (username/password) so authenticated flows can log in to the site.

NameTypeReqDescription
passwordstringyes
site_idstringyes
usernamestringyes

No output schema declared.

No examples provided.

siteglass_verify_site ~39

Check that the ownership-proof token is live on the site. Step 2 (after placing the token).

NameTypeReqDescription
site_idstringyes

No output schema declared.

No examples provided.