← szn.zone
INDIVIDUAL MCP TOOL
validate_scene
Validate a scene JSON on disk (connectivity, dead ends, assets).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.szn-zone]
url = "https://szn.zone/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"szn-zone": {
"type": "http",
"url": "https://szn.zone/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: szn-zone
Remote MCP URL: https://szn.zone/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"szn-zone": {
"url": "https://szn.zone/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"szn-zone": {
"type": "http",
"url": "https://szn.zone/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "szn-zone",
"transport": "streamable-http",
"url": "https://szn.zone/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_scenes— List all scene JSON files under src/scripts/get_scene— Read a scene by path (e.g.create_scene— Create a new scene JSON file under src/scripts/update_scene— Patch scene-level fields: id, background, bgm, day, sortOrder, descriptiondelete_scene— Delete a scene JSON file from diskadd_node— Append a node to a scene and optionally chain from afterNodeIdupdate_node— Patch a node in a scene by iddelete_node— Remove a node from a scene