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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 22 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add com-artifyde-artifyde-mcp -- npx -y artifyde-mcp
codex mcp add com-artifyde-artifyde-mcp -- npx -y artifyde-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-artifyde-artifyde-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"artifyde-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-artifyde-artifyde-mcp --command npx --arg -y --arg artifyde-mcp
mcp_servers:
com-artifyde-artifyde-mcp:
command: "npx"
args: ["-y", "artifyde-mcp"] {
"mcpServers": {
"com-artifyde-artifyde-mcp": {
"command": "npx",
"args": [
"-y",
"artifyde-mcp"
]
}
}
} 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.
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.
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.
add_page_to_shelf Add a page to a shelf ~64
Put a page on a shelf (you must own both). Idempotent.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
| shelf_id | string | yes | A shelf id. |
No output schema declared.
No examples provided.
archive_page Archive a page ~52
Archive a page: make it read-only and hide it from the gallery. Reversible.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
No output schema declared.
No examples provided.
create_comment Post a comment ~104
Post a page-level comment on a version. Pass parent_id to reply to an existing comment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | The comment text. |
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
| parent_id | string | — | Reply to this comment id. |
| version_id | string | yes | A version id (the id in a /raw/<id> URL; a page can have many). |
No output schema declared.
No examples provided.
create_shelf Create a shelf ~38
Create a shelf (name trimmed, capped at 60 chars; a duplicate name is rejected).
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | The shelf name. |
No output schema declared.
No examples provided.
get_page Get page metadata ~59
Get a page's metadata and its ordered version history (title, visibility, current version, and each version id + URLs).
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
No output schema declared.
No examples provided.
get_share Get sharing state ~45
Read a page's visibility and its invited-email list.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
No output schema declared.
No examples provided.
list_comments Read comments ~70
Read a page's comment threads (each top-level comment carries its replies). Optionally scope to a single version.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
| version_id | string | — | Only comments on this version. |
No output schema declared.
No examples provided.
list_pages List your 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
list_shelves 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 Download an artifact ~66
Fetch the byte-exact HTML of a version. Returns the raw document text so it can be inspected, diffed, or re-published.
| Name | Type | Req | Description |
|---|---|---|---|
| version_id | string | yes | A version id (the id in a /raw/<id> URL; a page can have many). |
No output schema declared.
No examples provided.
push_artifact Publish an 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.
| Name | Type | Req | Description |
|---|---|---|---|
| html | string | yes | 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… |
No output schema declared.
No examples provided.
remove_page_from_shelf Remove a page from a shelf ~64
Take a page off a shelf (you must own both). Idempotent.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
| shelf_id | string | yes | A shelf id. |
No output schema declared.
No examples provided.
rename_page Rename a page ~61
Set a page's display title (trimmed and capped at 200 chars).
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
| title | string | yes | The new display title. |
No output schema declared.
No examples provided.
set_visibility Set page visibility ~70
Set a page's visibility: 'public' (anyone with the link) or 'private' (owner + invited emails).
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
| visibility | string | yes | The new visibility. |
No output schema declared.
No examples provided.
share_page Invite an email ~62
Invite an email to a private page. Idempotent. Returns the updated sharing state.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | An email address. | |
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
No output schema declared.
No examples provided.
unarchive_page Unarchive a page ~42
Restore an archived page to live.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
No output schema declared.
No examples provided.
unshare_page Revoke an email ~64
Revoke an invited email from a page. Idempotent. Returns the updated sharing state.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | An email address. | |
| page_id | string | yes | The page id (e.g. the id in a /p/<id> view URL). |
No output schema declared.
No examples provided.
whoami Show identity ~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.