INDIVIDUAL MCP TOOL
generate_multi_angle
Generate coordinated multi-angle views of a garment (front, back, side, etc.
LIVE ENDPOINT
https://www.smasher.studio/mcp/mcp
Connect to this endpoint to inspect the live schema for generate_multi_angle and invoke it with your own arguments.
Indexed 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 server
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.smasher-studio]
url = "https://www.smasher.studio/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"smasher-studio": {
"type": "http",
"url": "https://www.smasher.studio/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: smasher-studio
Remote MCP URL: https://www.smasher.studio/mcp/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": {
"smasher-studio": {
"url": "https://www.smasher.studio/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"smasher-studio": {
"type": "http",
"url": "https://www.smasher.studio/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "smasher-studio",
"transport": "streamable-http",
"url": "https://www.smasher.studio/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_fashion_image— Generate AI fashion product photography.generate_fashion_video— Submit an async video generation job from an existing image.check_video_status— Check the status of an async video generation job.generate_colorways— Generate color variants of a garment design.generate_fabric_sim— Visualize a garment design in different fabrics and materials (cotton, silk, denim, leather, etc.check_credits— Check the user's current credit balance, subscription plan, and monthly allocation.list_collections— List the user's design collections with session counts and asset counts.