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.

com.artifyde/artifyde-mcp

NPM · ARTIFYDE-MCP · SCANNED AUG 3

A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.

Available components

+24 this week 70 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1236 tokens (~68/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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 · artifyde-mcp

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

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +45
    • 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
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −41
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    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 95 packages

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

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

MCP tools — 18 exposed · ~1,165 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
add_page_to_shelf ~64

Put a page on a shelf (you must own both). Idempotent.

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).
shelf_idstringyesA shelf id.

No output schema declared.

No examples provided.

archive_page ~52

Archive a page: make it read-only and hide it from the gallery. Reversible.

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).

No output schema declared.

No examples provided.

create_comment ~104

Post a page-level comment on a version. Pass parent_id to reply to an existing comment.

NameTypeReqDescription
bodystringyesThe comment text.
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).
parent_idstringReply to this comment id.
version_idstringyesA version id (the id in a /raw/<id> URL; a page can have many).

No output schema declared.

No examples provided.

create_shelf ~38

Create a shelf (name trimmed, capped at 60 chars; a duplicate name is rejected).

NameTypeReqDescription
namestringyesThe shelf name.

No output schema declared.

No examples provided.

get_page ~59

Get a page's metadata and its ordered version history (title, visibility, current version, and each version id + URLs).

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).

No output schema declared.

No examples provided.

get_share ~45

Read a page's visibility and its invited-email list.

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).

No output schema declared.

No examples provided.

list_comments ~70

Read a page's comment threads (each top-level comment carries its replies). Optionally scope to a single version.

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).
version_idstringOnly comments on this version.

No output schema declared.

No examples provided.

list_pages ~85

List the pages owned by the authenticated identity, with version and comment counts. Live pages only by default; use archived or all, and query to filter by title/description/id.

NameTypeReqDescription
allbooleanInclude archived pages as well as live ones.
archivedbooleanOnly archived pages.
querystringFilter by title/description substring or exact id.

No output schema declared.

No examples provided.

list_shelves ~25

List your shelves (private gallery groupings), each with its live-page count.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pull_artifact ~66

Fetch the byte-exact HTML of a version. Returns the raw document text so it can be inspected, diffed, or re-published.

NameTypeReqDescription
version_idstringyesA version id (the id in a /raw/<id> URL; a page can have many).

No output schema declared.

No examples provided.

push_artifact ~174

Publish self-contained HTML to Artifyde and get a stable, shareable view URL. Omit page_id to create a new page; pass an existing page_id to add a new version (re-pushing identical bytes is a no-op that returns the existing version). visibility applies only when creating a new page.

NameTypeReqDescription
htmlstringyesThe full HTML document to publish.
page_idstringAdd a version to this existing page instead of creating one.
visibilitystringInitial visibility for a NEW page — 'public' (anyone with the link) or 'private' (owner + invited emails only). Omit to accept the account's default; set this only if the user asked for a specific sc…

No output schema declared.

No examples provided.

remove_page_from_shelf ~64

Take a page off a shelf (you must own both). Idempotent.

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).
shelf_idstringyesA shelf id.

No output schema declared.

No examples provided.

rename_page ~61

Set a page's display title (trimmed and capped at 200 chars).

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).
titlestringyesThe new display title.

No output schema declared.

No examples provided.

set_visibility ~70

Set a page's visibility: 'public' (anyone with the link) or 'private' (owner + invited emails).

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).
visibilitystringyesThe new visibility.

No output schema declared.

No examples provided.

share_page ~62

Invite an email to a private page. Idempotent. Returns the updated sharing state.

NameTypeReqDescription
emailstringyesAn email address.
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).

No output schema declared.

No examples provided.

unarchive_page ~42

Restore an archived page to live.

NameTypeReqDescription
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).

No output schema declared.

No examples provided.

unshare_page ~64

Revoke an invited email from a page. Idempotent. Returns the updated sharing state.

NameTypeReqDescription
emailstringyesAn email address.
page_idstringyesThe page id (e.g. the id in a /p/<id> view URL).

No output schema declared.

No examples provided.

whoami ~20

Show the Artifyde identity the server is authenticated as.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.