← szn.zone

INDIVIDUAL MCP TOOL

generate_dialogue

Generate a dialogue line via LLM (requires OPENAI_API_KEY or ANTHROPIC_API_KEY)

szn.zonenone authenticationAvailability not checked

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

szn.zone

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, description
  • delete_scene — Delete a scene JSON file from disk
  • add_node — Append a node to a scene and optionally chain from afterNodeId
  • update_node — Patch a node in a scene by id
  • delete_node — Remove a node from a scene