Skip to content
Back to 3dCMS

Card snapshot

3dcms.info · 2026-09-05 00:30:56 UTC · 36e6582768cadeb5e38146124306da8d04f205af3db82754f17132b7e89ff03a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "3dCMS",
  "description": "Build, edit and publish real 3D websites by chatting.",
  "url": "https://3dcms.info/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "3dCMS",
    "url": "https://3dcms.info"
  },
  "version": "1.0.0",
  "documentationUrl": "https://3dcms.info/learn/",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "list_scenes",
      "name": "list_scenes",
      "description": "List the 3D scenes saved in your account.",
      "tags": [
        "3d",
        "web",
        "publishing"
      ]
    },
    {
      "id": "get_scene",
      "name": "get_scene",
      "description": "Read one scene: its nodes, transforms and material library.",
      "tags": [
        "3d",
        "web",
        "publishing"
      ]
    },
    {
      "id": "create_scene",
      "name": "create_scene",
      "description": "Create a new, empty scene.",
      "tags": [
        "3d",
        "web",
        "publishing"
      ]
    },
    {
      "id": "apply_ops",
      "name": "apply_ops",
      "description": "Edit a scene: add, move, restyle, delete and link nodes.",
      "tags": [
        "3d",
        "web",
        "publishing"
      ]
    },
    {
      "id": "get_scene_screenshot",
      "name": "get_scene_screenshot",
      "description": "Render a scene headlessly and return the image.",
      "tags": [
        "3d",
        "web",
        "publishing"
      ]
    },
    {
      "id": "publish_scene",
      "name": "publish_scene",
      "description": "Publish a scene to a public, crawlable URL.",
      "tags": [
        "3d",
        "web",
        "publishing"
      ]
    }
  ]
}