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

3D AR Studio

NPM · 3D-AR-STUDIO-MCP · SCANNED AUG 21

Put 3D models in someone's real room: generate, arrange, and hand back one AR link.

Available components

54 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 Security48
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability73
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 955 tokens (~159/item across 6 items; 6 tools + 0 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 Management7
  • Stability observed for 2 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 · 3d-ar-studio-mcp

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

  • 21 Aug 26 −14
    • Malware scan: pass → unverified security
    • Stability: unverified → 0.07 functional
    • Package version: 0.1.1 → 0.3.0 functional
  • 19 Aug 26 68

    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 21 Aug 2026 · Analysed npm/3d-ar-studio-mcp@0.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 97 packages
Packages resolved 97
Stale 30
Tree resolution Complete
MCP tools · 6 exposed · ~846 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
check_generation ~68

Collect a 3D generation that was still rendering when generate_3d_model returned. Pass the job_id from that result. While it is still working you get updated timing; when it is done you get the model.

NameTypeReqDescription
job_idstringyesThe job_id from a pending generation.

No output schema declared.

No examples provided.

compose_ar_scene ~163

Arrange several models into a single scene and get one link that reopens it exactly: same models, same positions, rotations and scales. Open that link on a phone and the whole arrangement stands in the real room. Coordinates are metres on the floor: x is right, z is forward with negative values further away, so { x: 0, z: -2 } is two metres in front of the viewer. This is the tool to reach for when someone wants to see more than one thing at once.

NameTypeReqDescription
modelsarrayyesThe models to arrange, in placement order.
page_urlstringThe page hosting the studio. Defaults to the hosted demo.
titlestringA name for the scene, used in the summary.

No output schema declared.

No examples provided.

create_ar_page ~167

Return a complete, self-contained HTML page that embeds the AR studio, configured for the caller's models. Write it to a file, commit it, and it works on GitHub Pages, Netlify, Vercel, or any static host: no build step and no API key. Use it when someone asks to "add AR to my site" rather than just to see a model.

NameTypeReqDescription
accentstringAccent colour, any CSS colour.
assetsstringCatalogue URL for the model tray. Defaults to the free CC0 library.
generatebooleanShow the text-to-3D prompt box. Default true.
modelsarrayModels pre-loaded into the scene on open.
titlestringPage and studio title.

No output schema declared.

No examples provided.

export_ar ~156

Turn any public GLB URL into a one-tap "View in your space" experience. The returned link routes itself by device: Apple Quick Look on iPhone and iPad, Google Scene Viewer on Android, an interactive WebGL viewer on desktop. Use it right after generating or finding a model so the person can put it on their actual desk.

NameTypeReqDescription
glb_urlstringyesPublic https URL of a .glb or .gltf model.
kindstringavatar marks a rigged character, which stays animated.
titlestringName shown in the AR experience.
user_agentstringIf you know the viewer's User-Agent, the response names the viewer they will get.

No output schema declared.

No examples provided.

generate_3d_model ~172

Turn a text prompt into a textured, downloadable 3D model (GLB). Free and keyless. Describe a SINGLE object, character, or creature: "a brass mid-century desk lamp", not a whole scene. Returns the model URL plus links that open it in the viewer, in the user's room through their phone camera, and in the AR studio. Use kind:"avatar" for a character: it comes back rigged, so it idles and animates instead of standing in a T-pose.

NameTypeReqDescription
kindstringmodel (a prop, default), avatar (a rigged character), or mesh (art-directed, prompt refined first).
promptstringyesThe single object or character to model.
tierstringDetail level. Higher is slower.

No output schema declared.

No examples provided.

search_models ~120

Search the ready-made 3D model catalogue by name, category and tag. The default catalogue is a few hundred public-domain (CC0) props, free to use commercially. Faster and more predictable than generating when a common object will do: search first, generate what you cannot find.

NameTypeReqDescription
cataloguestringA different catalogue URL to search instead of the default.
limitintegerHow many results to return. Default 12.
querystringWords to match against names, categories and tags. Omit to browse.

No output schema declared.

No examples provided.