# com.artifyde/artifyde-mcp (npm · artifyde-mcp)

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

- Trust score: 70/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `artifyde-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-artifyde-artifyde-mcp/artifyde-mcp.md), [page](https://verifymcp.io/servers/com-artifyde-artifyde-mcp/artifyde-mcp)

## Channel facts

- Registry: `npm`
- Package: `artifyde-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 22 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1236 tokens (~68/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-artifyde-artifyde-mcp -- npx -y artifyde-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-artifyde-artifyde-mcp --command npx --arg -y --arg artifyde-mcp
```

### Hermes

```yaml
mcp_servers:
  com-artifyde-artifyde-mcp:
    command: "npx"
    args: ["-y", "artifyde-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-artifyde-artifyde-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "artifyde-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 66, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 21, +16)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −41)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (18)

### `push_artifact` (~174 tokens)

Publish an artifact

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.

Input parameters:

- `html` (string, required): The full HTML document to publish.
- `page_id` (string): Add a version to this existing page instead of creating one.
- `visibility` (string): Initial 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…

### `pull_artifact` (~66 tokens)

Download an artifact

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

Input parameters:

- `version_id` (string, required): A version id (the id in a /raw/<id> URL; a page can have many).

### `get_page` (~59 tokens)

Get page metadata

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).

### `list_pages` (~85 tokens)

List your pages

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.

Input parameters:

- `all` (boolean): Include archived pages as well as live ones.
- `archived` (boolean): Only archived pages.
- `query` (string): Filter by title/description substring or exact id.

### `rename_page` (~61 tokens)

Rename a page

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).
- `title` (string, required): The new display title.

### `archive_page` (~52 tokens)

Archive a page

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).

### `unarchive_page` (~42 tokens)

Unarchive a page

Restore an archived page to live.

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).

### `get_share` (~45 tokens)

Get sharing state

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).

### `set_visibility` (~70 tokens)

Set page visibility

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).
- `visibility` (string, required): The new visibility.

### `share_page` (~62 tokens)

Invite an email

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

Input parameters:

- `email` (string, required): An email address.
- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).

### `unshare_page` (~64 tokens)

Revoke an email

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

Input parameters:

- `email` (string, required): An email address.
- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).

### `list_comments` (~70 tokens)

Read comments

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).
- `version_id` (string): Only comments on this version.

### `create_comment` (~104 tokens)

Post a comment

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

Input parameters:

- `body` (string, required): The comment text.
- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).
- `parent_id` (string): Reply to this comment id.
- `version_id` (string, required): A version id (the id in a /raw/<id> URL; a page can have many).

### `list_shelves` (~25 tokens)

List shelves

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

### `create_shelf` (~38 tokens)

Create a shelf

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

Input parameters:

- `name` (string, required): The shelf name.

### `add_page_to_shelf` (~64 tokens)

Add a page to a shelf

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).
- `shelf_id` (string, required): A shelf id.

### `remove_page_from_shelf` (~64 tokens)

Remove a page from a shelf

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

Input parameters:

- `page_id` (string, required): The page id (e.g. the id in a /p/<id> view URL).
- `shelf_id` (string, required): A shelf id.

### `whoami` (~20 tokens)

Show identity

Show the Artifyde identity the server is authenticated as.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-artifyde-artifyde-mcp/artifyde-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 66
- 2026-08-01: 21
- 2026-07-31: 5
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/artifyde-mcp
- Socket report: https://socket.dev/npm/package/artifyde-mcp
- Repository: https://github.com/kennethkoontz/artifyde-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-artifyde-artifyde-mcp/artifyde-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-artifyde-artifyde-mcp/artifyde-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-artifyde-artifyde-mcp/artifyde-mcp
