Test whether 3D assets survive Apple Quick Look and Safari <model>, then fix what fails
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@spatialpack/mcp · npm · 0.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.spatialpack/mcp",
"description": "Test whether 3D assets survive Apple Quick Look and Safari <model>, then fix what fails",
"title": "SpatialPack — 3D asset readiness",
"version": "0.1.0",
"websiteUrl": "https://spatialpack.dev",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@spatialpack/mcp",
"version": "0.1.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Path to a SpatialPack checkout. Only needed for the spec:// and learnings:// resources; every tool works without it. Defaults to the process working directory.",
"format": "filepath",
"type": "named",
"name": "--repo-root",
"valueHint": "/path/to/spatialpack"
},
{
"description": "Directory the server is allowed to read and write. Every file path a tool touches is clamped inside it. Defaults to a per-process temp directory.",
"format": "filepath",
"type": "named",
"name": "--sandbox",
"valueHint": "/path/to/sandbox"
}
],
"environmentVariables": [
{
"description": "Sandbox root for asset reads and writes, equivalent to --sandbox. Defaults to a per-process temp directory.",
"format": "filepath",
"name": "SPATIALPACK_MCP_SANDBOX"
},
{
"description": "Log level for the JSON-Lines diagnostic stream on stderr: debug, info, warn, error, or silent. Defaults to info.",
"format": "string",
"default": "info",
"choices": [
"debug",
"info",
"warn",
"error",
"silent"
],
"name": "SPATIALPACK_MCP_LOG"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"capabilities": {
"prompts": 4,
"resources": 5,
"tools": 29
},
"categories": [
"3d",
"gltf",
"usdz",
"commerce",
"verification"
],
"spec": "SPEC-0172",
"toolCount": 29
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-28T00:35:50.489647Z",
"publishedAt": "2026-07-28T00:35:50.489647Z",
"updatedAt": "2026-07-28T00:35:50.489647Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.