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.

three.ws Avatars

NPM · @THREE-WS/AVATAR-MCP · SCANNED AUG 3

three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.

+16 this week 68 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 Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 548 tokens (~137/item across 4 items; 3 tools + 1 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 Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.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 · @three-ws/avatar-mcp

# add to Claude Code
claude mcp add nirholas-threews-avatar -- npx -y @three-ws/avatar-mcp
# add to Codex CLI
codex mcp add nirholas-threews-avatar -- npx -y @three-ws/avatar-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nirholas-threews-avatar": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@three-ws/avatar-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nirholas-threews-avatar --command npx --arg -y --arg @three-ws/avatar-mcp
# ~/.hermes/config.yaml
mcp_servers:
  nirholas-threews-avatar:
    command: "npx"
    args: ["-y", "@three-ws/avatar-mcp"]
// mcp.json
{
  "mcpServers": {
    "nirholas-threews-avatar": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/avatar-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 +55
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Dependency health: unverified → partial functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • First check of Capabilities: pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +8
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 31 Jul 26 −47
    • 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 52

    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/@three-ws/[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 — 3 exposed · ~431 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
avatar_embed_code ~174

Get a ready-to-paste iframe that embeds a live, interactive three.ws 3D avatar into any website or app — as easy as embedding a YouTube video.

NameTypeReqDescription
backgroundstring
handlestringthree.ws username/handle, e.g. "nirholas" or "@nirholas".
heightinteger
idstringAvatar UUID (from a three.ws avatar URL or get_avatar).
idlebooleanPlay the idle animation loop.
modelstringDirect GLB/GLTF model URL (skips lookup; used as-is).
overlaybooleanChrome-free mode (good for OBS/overlays).
widthstringCSS width, e.g. "100%" or "480px".
NameTypeReqDescription
embed_urlstringyesLive avatar-embed page URL (iframe src).
idstring|nullyesAvatar UUID, or null when the avatar came from a raw model URL.
iframestringyesReady-to-paste <iframe> embed snippet.
namestringyesAvatar display name.

No examples provided.

get_avatar ~78

Fetch metadata for a three.ws avatar (name, GLB model url, owner, visibility) by id or @handle.

NameTypeReqDescription
handlestringthree.ws username/handle, e.g. "nirholas" or "@nirholas".
idstringAvatar UUID (from a three.ws avatar URL or get_avatar).
NameTypeReqDescription
idstring|nullyesAvatar UUID, or null when the avatar came from a raw model URL.
model_urlstringyesDirect GLB/GLTF model URL.
namestringyesAvatar display name.
ownerobjectOwning user; omitted when the API response has no user record.
slugstring|nullyesURL slug, or null if the avatar has none.
thumbnailstring|nullyesPreview/poster image URL, or null if none is published.
visibilitystring|nullyesAvatar visibility (e.g. "public", "unlisted"), or null if unreported.

No examples provided.

render_avatar ~179

Render a three.ws 3D avatar inline: shows an interactive (rotatable) 3D model in the chat, plus a preview image and a ready-to-embed live URL. Identify the avatar by id, @handle, or a raw GLB url.

NameTypeReqDescription
auto_rotatebooleanSpin the model in the interactive view.
backgroundstringBackdrop for the preview/embed.
handlestringthree.ws username/handle, e.g. "nirholas" or "@nirholas".
heightinteger
idstringAvatar UUID (from a three.ws avatar URL or get_avatar).
modelstringDirect GLB/GLTF model URL (skips lookup; used as-is).
scenestringFraming for the rendered preview image.
NameTypeReqDescription
backgroundstringyesBackdrop applied to the preview/embed.
embed_urlstringyesLive avatar-embed page URL (iframe src).
idstring|nullyesAvatar UUID, or null when the avatar came from a raw model URL.
iframestringyesReady-to-paste <iframe> embed snippet.
model_urlstringyesDirect GLB/GLTF model URL.
namestringyesAvatar display name.
viewer_urlstringyesStandalone full-page interactive viewer URL.

No examples provided.