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
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
- 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 (Apache-2.0).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add nirholas-3d-ar-studio -- npx -y 3d-ar-studio-mcp
codex mcp add nirholas-3d-ar-studio -- npx -y 3d-ar-studio-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nirholas-3d-ar-studio": {
"type": "local",
"command": [
"npx",
"-y",
"3d-ar-studio-mcp"
],
"enabled": true
}
}
} openclaw mcp add nirholas-3d-ar-studio --command npx --arg -y --arg 3d-ar-studio-mcp
mcp_servers:
nirholas-3d-ar-studio:
command: "npx"
args: ["-y", "3d-ar-studio-mcp"] {
"mcpServers": {
"nirholas-3d-ar-studio": {
"command": "npx",
"args": [
"-y",
"3d-ar-studio-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.
- 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.
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 |
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.
check_generation Collect a generation that was still rendering ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | The job_id from a pending generation. |
No output schema declared.
No examples provided.
compose_ar_scene Arrange models into one AR scene and get a link ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| models | array | yes | 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. |
No output schema declared.
No examples provided.
create_ar_page Generate a deployable 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
export_ar Turn a model into a "View in your space" link ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| glb_url | string | yes | 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. |
No output schema declared.
No examples provided.
generate_3d_model Generate a 3D model from text ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | – | model (a prop, default), avatar (a rigged character), or mesh (art-directed, prompt refined first). |
| prompt | string | yes | The single object or character to model. |
| tier | string | – | Detail level. Higher is slower. |
No output schema declared.
No examples provided.
search_models Search the ready-made model library ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.