# 3D AR Studio (npm · 3d-ar-studio-mcp)

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

- Trust score: 54/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- npm · `3d-ar-studio-mcp`: 54/100 (this document), [markdown](https://verifymcp.io/servers/nirholas-3d-ar-studio/3d-ar-studio-mcp.md), [page](https://verifymcp.io/servers/nirholas-3d-ar-studio/3d-ar-studio-mcp)

## Channel facts

- Registry: `npm`
- Package: `3d-ar-studio-mcp`
- Version: `0.3.0`
- 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-21.

- **Supply Chain Security**: 48/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 97 dependencies flagged as unhealthy.
- **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 (Apache-2.0).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 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 nirholas-3d-ar-studio -- npx -y 3d-ar-studio-mcp
```

### Codex

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

### OpenClaw

```bash
openclaw mcp add nirholas-3d-ar-studio --command npx --arg -y --arg 3d-ar-studio-mcp
```

### Hermes

```yaml
mcp_servers:
  nirholas-3d-ar-studio:
    command: "npx"
    args: ["-y", "3d-ar-studio-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "nirholas-3d-ar-studio": {
      "command": "npx",
      "args": [
        "-y",
        "3d-ar-studio-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-21 (score 54, −14)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Stability: unverified → 0.07
- [functional] Package version: 0.1.1 → 0.3.0

### 2026-08-19 (score 68)

First indexed and scored.

## MCP tools (6)

### `generate_3d_model` (~172 tokens)

Generate a 3D model from text

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.

Input parameters:

- `kind` (string): model (a prop, default), avatar (a rigged character), or mesh (art-directed, prompt refined first).
- `prompt` (string, required): The single object or character to model.
- `tier` (string): Detail level. Higher is slower.

### `check_generation` (~68 tokens)

Collect a generation that was still rendering

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.

Input parameters:

- `job_id` (string, required): The job_id from a pending generation.

### `search_models` (~120 tokens)

Search the ready-made model library

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.

Input parameters:

- `catalogue` (string): A different catalogue URL to search instead of the default.
- `limit` (integer): How many results to return. Default 12.
- `query` (string): Words to match against names, categories and tags. Omit to browse.

### `compose_ar_scene` (~163 tokens)

Arrange models into one AR scene and get a link

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.

Input parameters:

- `models` (array, required): The models to arrange, in placement order.
- `page_url` (string): The page hosting the studio. Defaults to the hosted demo.
- `title` (string): A name for the scene, used in the summary.

### `export_ar` (~156 tokens)

Turn a model into a "View in your space" link

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.

Input parameters:

- `glb_url` (string, required): Public https URL of a .glb or .gltf model.
- `kind` (string): avatar marks a rigged character, which stays animated.
- `title` (string): Name shown in the AR experience.
- `user_agent` (string): If you know the viewer's User-Agent, the response names the viewer they will get.

### `create_ar_page` (~167 tokens)

Generate a deployable AR page

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.

Input parameters:

- `accent` (string): Accent colour, any CSS colour.
- `assets` (string): Catalogue URL for the model tray. Defaults to the free CC0 library.
- `generate` (boolean): Show the text-to-3D prompt box. Default true.
- `models` (array): Models pre-loaded into the scene on open.
- `title` (string): Page and studio title.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/nirholas-3d-ar-studio/3d-ar-studio-mcp#diagnostics

## Score history

- 2026-08-21: 54
- 2026-08-20: 68
- 2026-08-19: 68

## Links

- npm package: https://www.npmjs.com/package/3d-ar-studio-mcp
- Socket report: https://socket.dev/npm/package/3d-ar-studio-mcp
- Repository: https://github.com/nirholas/3D-AR-Studio
- Website: https://nirholas.github.io/3D-AR-Studio/
- Changelog RSS feed: https://verifymcp.io/servers/nirholas-3d-ar-studio/3d-ar-studio-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/nirholas-3d-ar-studio/3d-ar-studio-mcp.json
- HTML version of this page: https://verifymcp.io/servers/nirholas-3d-ar-studio/3d-ar-studio-mcp
