← smasher.studio

INDIVIDUAL MCP TOOL

generate_fashion_image

Generate AI fashion product photography.

smasher.studionone authenticationAvailability not checked

LIVE ENDPOINT

https://www.smasher.studio/mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_fashion_image 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

smasher.studio

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_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_multi_angle — Generate coordinated multi-angle views of a garment (front, back, side, etc.
  • 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.