Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Smasher Studio — AI Fashion Design

io.github.Atenkai/smasher-studio

AI fashion design — product photos, videos, tech packs, colorways & fabric sims.

Uptime
100.0%
1 direct probes · 30d
Response
875ms
last probe
Tools
8
callable
Resources
6
readable
Prompts
2
available

Tools · 8

generate_fashion_image

Generate AI fashion product photography. Creates professional-quality product shots, on-model photos, flat lays, and editorial imagery. Uses a best-in-class multi-model image chain with automatic fall…

generate_fashion_video

Submit an async video generation job from an existing image. Returns a job_id immediately — call check_video_status to poll for completion. Native audio, with an automatic engine fallback chain for re…

check_video_status

Check the status of an async video generation job. Call after generate_fashion_video with the returned job_id. Returns status and video URL when complete. Free (no credits).

generate_colorways

Generate color variants of a garment design. Creates product shots in multiple colors with Pantone references. Uses a best-in-class multi-model image chain with automatic fallback. Costs 4 credits per…

generate_multi_angle

Generate coordinated multi-angle views of a garment (front, back, side, etc.) with consistent style across all angles. Uses a best-in-class multi-model image chain with automatic fallback. Costs 4 cre…

generate_fabric_sim

Visualize a garment design in different fabrics and materials (cotton, silk, denim, leather, etc.). Uses a best-in-class multi-model image chain with automatic fallback. Costs 5 credits per fabric var…

check_credits

Check the user's current credit balance, subscription plan, and monthly allocation. Free to use.

list_collections

List the user's design collections with session counts and asset counts. Requires authentication.

Resources · 6

pricing

Subscription tiers, credit pricing, top-up packs, DXF pattern services, upgrade URLs. Use this to inform users about cost before they commit to expensive operations.

smasher://pricing
capabilities

Complete list of 8 tools with credit costs, batch limits, and underlying AI providers. Use this to plan multi-step workflows efficiently.

smasher://capabilities
styles

Available photography styles (product_shot, on_model, flat_lay, lifestyle, editorial, campaign) + video styles (360_turntable, gentle_animation, catwalk, zoom_pan) with best-fit use cases. Reference b…

smasher://styles
fabrics

Common fabrics organized by category (cotton, silk, wool, denim, leather, linen, synthetics, delicates, technical) with variants, common garments, and weight ranges. Use for generate_fabric_sim and te…

smasher://fabrics
workflow

Optimal 5-step pipeline order from hero image → variations → animation → production patterns (web app) → factory sourcing. Plus prompt engineering tips for each tool. Reference at session start.

smasher://workflow
glossary

Garment types (tops/bottoms/dresses/outerwear/knitwear/etc.), construction terms (seams/stitches/finishes/closures), and technical chart fields (measurements/grading/tolerance). Use to disambiguate us…

smasher://glossary

Prompts · 2

fashion_product_shoot

Generate a complete product photography brief for a fashion garment. Returns a structured prompt ready for generate_fashion_image.

fashion_collection_pipeline

Plan a complete content pipeline for a fashion collection. Outlines the full workflow: hero shots, colorways, multi-angle, fabric sim, and video.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "smasher_studio_—_ai_fashion_design": {
      "url": "https://www.smasher.studio/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}