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

design.reprise/reprise

design.reprise/reprise

Un-flatten any flat AI design into editable layers, reproduce it bit-perfect, from your agent.

Uptime
100.0%
2 direct probes · 30d
Response
925ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

reproduce

Un-flatten a flat design image into editable layers and reproduce it bit-perfect, returning the fidelity score. Returns: A JSON string with a bit_perfect flag and fidelity metrics (mae, psnr, exact-ma…

autodetect

Auto-detect the elements (subjects and text) in a design image as relative bounding boxes. Returns: A JSON string with the detected elements (relative bboxes) and their count.

diagnose

Score how faithfully a reproduction matches an original (MAE / PSNR / exact-match % / stray px). Returns: A JSON string with the fidelity metrics.

How to use

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

{
  "mcpServers": {
    "design.reprise/reprise": {
      "url": "https://tepesama-reprise-mcp.hf.space/gradio_api/mcp/http",
      "transport": "streamable-http"
    }
  }
}