search_brandsFreeFind the brand
Ranked canonical brands for a name, domain, category, audience or visual style, each with normalized context and evidence coverage.
Platform
Your agent can already write the code. design.live gives it the missing half — what a brand actually is, how strong products actually behave, and a plan it can execute. One endpoint, one key, twelve tools.
claude mcp add --transport http design-live https://design.live/mcp \
--header "Authorization: Bearer $DESIGN_LIVE_API_KEY"Setup
Any MCP client that speaks Streamable HTTP and sends a bearer header works. Keep the key in the environment — never in a committed config file.
claude mcp add --transport http design-live https://design.live/mcp \
--header "Authorization: Bearer $DESIGN_LIVE_API_KEY"Adds the MCP to the current project. Run /mcp afterwards to confirm design-live is connected.
Twelve tools
The brand layer is free. Ranked product evidence, workflows, comparison, planning and review are the paid outcome. Every call is metered in units against your monthly quota.
search_brandsFreeFind the brand
Ranked canonical brands for a name, domain, category, audience or visual style, each with normalized context and evidence coverage.
resolve_brandFreeResolve any URL
An existing canonical kit for a public company URL or domain, or one deduplicated, quota-aware acquisition with a pollable status.
get_brandFreeThe complete kit
Identity, validated logos and assets, taxonomy, freshness, capture counts, workflows and source provenance for one brand.
get_brand_contextFreeAI-ready context
Versioned identity snapshots with design taxonomy, voice, visual style, audience, company data and freshness signals.
get_brand_assetFreeOne real asset
The validated icon, logo or symbol image itself, inline, with source, freshness, storage, safety and SHA-256 integrity metadata.
get_brand_assetsFreeAssets in batch
Up to six validated brand images in one deduplicated call, with a manifest mapping every image back to its canonical brand.
get_design_evidencePaidRanked evidence
Hybrid-ranked real product screens, workflows and UI pattern packs for a design task, with citations, quality signals and inline screen previews.
get_screenPaidThe canonical screen
The canonical PNG or JPEG for an evidence hash, with product, platform, capture time, source URL, permission and integrity metadata.
get_workflowPaidThe ordered flow
Every ordered state in a permissioned product workflow: user actions, system responses, screen hashes and capture provenance.
compare_interfacesPaidTwo to four brands
A side-by-side decision matrix of how two to four brands solve the same task, with differences, risks and an agent-ready synthesis.
plan_interfacePaidThe build plan
A build-ready plan: state machine, components, data and validation contracts, edge states, accessibility, acceptance tests, citations and a saveable DESIGN.md.
review_implementationPaidThe review loop
Prioritized, evidence-cited findings on an implementation screenshot against the plan, brand direction and acceptance criteria. The image is never retained.
REST
The brand, coverage and asset contracts are stable and documented in openapi.yaml. Screen bytes stay behind authenticated MCP calls.
/v1/brandsapi.design.liveSearch brands by query, vertical, archetype, audience, interaction domain, visual style, platform or evidence coverage.
curl -s "https://api.design.live/v1/brands?q=payments&limit=5"/v1/brands/{identifier}api.design.liveOne normalized brand record by canonical domain, slug or exact name: colors, fonts, context, assets and provenance.
curl -s "https://api.design.live/v1/brands/stripe.com"/v1/domain/{domain}/{variant}cdn.design.liveResolve the current approved asset for a domain. Variants are icon, logo and symbol; theme accepts auto, light or dark. Redirects to the immutable object.
curl -sL "https://cdn.design.live/v1/domain/stripe.com/logo?theme=dark" -o stripe-logo.svg/v1/coverageapi.design.liveThe public evidence coverage snapshot: tracked brands, screens, annotated screens, workflows and platforms. No private URLs.
curl -s "https://api.design.live/v1/coverage"/v1/screens/{sha256}api.design.liveResolve a canonical product screen by content hash. Private in production — screen bytes are delivered through authenticated MCP calls.
curl -s "https://api.design.live/v1/screens/{sha256}" -H "Authorization: Bearer $DESIGN_LIVE_API_KEY"/api/rightsdesign.liveSubmit a correction, takedown, brand claim or permission update. Same-origin public intake with a durable receipt.
curl -s "https://design.live/api/rights" -X POST -H "Content-Type: application/json" \
-d '{"requestType":"correction","requesterEmail":"you@example.com","details":"…","consent":true}'Asset CDN
Every approved logo, icon and symbol resolves from one stable pattern, so an agent never has to store a file:
https://cdn.design.live/v1/domain/{domain}/{variant}variant is icon, logo or symbol; add ?theme=light or ?theme=dark. The resolver redirects to the current immutable, content-addressed object.
For agents
Two fetchable files. Point any coding agent at them and it can configure design.live without a human reading these docs.
A complete setup skill an agent can fetch and follow on its own: what design.live is, how to get a key, the MCP config, and three worked tool calls with their result shapes.
curl -s https://design.live/agent-onboarding/SKILL.mdThe machine-readable index of this site, in the llms.txt convention. Links the skill file, the OpenAPI document, the platform page and every per-brand DESIGN.md route.
curl -s https://design.live/llms.txtYour first call
curl -s https://design.live/mcp \
-H "Authorization: Bearer $DESIGN_LIVE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"get_brand_context","arguments":{"identifier":"stripe.com"}}}'Pricing
Usage is metered in units per call and enforced before the tool runs, so a quota can never be overspent.
Free
£0brand layer
Keys are issued by hand while design.live is in private beta.
Founding
£99per year · locked for two years
plan_interface and review_implementationPro and Team
Customafter the founding cohort
Talk to us if you need this now.
Full plan detail lives on pricing. Already a customer? Open your dashboard to issue a key and watch usage.