← Registry

Content Tools

squallstudio.com

Provides access to media production project data, including episodes, outlines, scripts, and associated characters and locations.

1 endpoint25 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://squallstudio.com/api/mcp

No auth detected

MCP server metadata

Name
story-weaver-pro
Version
1.0.0
Capabilities
tools.listChanged

Known tools 25

list_projects

List all projects owned by the authenticated user.

Inferred read-only
get_project

Get one project's summary and current workflow step.

Inferred read-only
get_project_episodes

List the episodes in a project.

Inferred read-only
get_episode

Get one episode record.

Inferred read-only
get_episode_editor

Get the full episode tree in one call: project, episode, outline, script, segments, shots, characters, looks, locations and jobs.

Inferred read-only
get_episode_shots

List the shots in an episode.

Inferred read-only
list_episode_segments

List the video segments in an episode.

Inferred read-only
get_scene_assets

Get one scene with its shots, characters, locations and continuity references.

Inferred read-only
get_project_script

Get a project's full script package.

Inferred read-only
get_project_characters

List a project's characters.

Inferred read-only
get_character

Get one character record.

Inferred read-only
get_character_looks

List a character's looks.

Inferred read-only
get_project_locations

List a project's locations.

Inferred read-only
get_location

Get one location record.

Inferred read-only
get_asset_library

List generated assets available to a project.

Inferred read-only
get_job

Get one generation job's status and output.

Inferred read-only
list_project_jobs

List generation jobs for a project, newest first.

Inferred read-only
generate_script

Write a full multi-episode script from a story premise.

Potential side effects
generate_shot_clip

Generate a video clip for a single shot (episode_shots row).

Inferred read-only
generate_character_image

Generate a reference image for a character.

Inferred read-only
generate_location_image

Generate a reference image for a location.

Inferred read-only
generate_shot_background_image

Generate an empty background plate for one short shot.

Inferred read-only
generate_episode_music

Generate a background music track for an episode.

Inferred read-only
update_shot

Overwrite fields on one shot.

Inferred read-only
update_location

Overwrite fields on one location.

Inferred read-only

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.story-weaver-pro]
url = "https://squallstudio.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "story-weaver-pro": {
      "type": "http",
      "url": "https://squallstudio.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: story-weaver-pro
Remote MCP URL: https://squallstudio.com/api/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": {
    "story-weaver-pro": {
      "url": "https://squallstudio.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "story-weaver-pro": {
      "type": "http",
      "url": "https://squallstudio.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "story-weaver-pro",
  "transport": "streamable-http",
  "url": "https://squallstudio.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.