Connect to Uimory's read-only MCP endpoint at /api/mcp using Streamable HTTP. No API key or account is required. The tools return public UI references.
search_patterns: search public patterns by product, screen type, category, or keywords.
get_pattern: full facts, style DNA, sections, interaction states, and media URLs for one pattern.
search_flows / get_flow: recorded user flows — every step is included, none are skipped, each with its interaction state, the trigger that caused it, and a clip URL that plays exactly that step.
get_style_dna: reusable design guidance (layout, type, color, surfaces) — not brand cloning.
get_prompt_pack: a structured prompt pack for layout, visual direction, flow, and usage boundaries.
list_taxonomy: the library's live search axes with counts, so agents can target queries instead of guessing.
report_screen_issue: flag a broken screen (covered, blank, or duplicated). Reports help us prioritize fixes.
{
"mcpServers": {
"uimory": {
"type": "http",
"url": "https://uimory.com/api/mcp"
}
}
}claude mcp add --transport http uimory https://uimory.com/api/mcpThe public MCP endpoint is read-only and returns public records only.