Card snapshot
3dcms.info
·
2026-09-08 02:45:02 UTC
·
dbf00bb1a61fc1d9326be4fbd0151b45100c2a1fdaed62d8c6ebd0228cd7ba93
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": "list_assets",
"name": "list_assets",
"description": "Search the images and 3D models already in your asset library.",
"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"
]
}
]
}