# Visant Labs > Visant Labs is an AI design platform that turns brand guidelines into production-ready mockups, creatives, and brand identities — accessible via MCP, REST API, or web UI. - Website: https://visantlabs.com - Full reference: https://api.visantlabs.com/llms-full.txt - OpenAPI spec: https://api.visantlabs.com/api/docs/api/spec ## MCP Server - Endpoint: https://api.visantlabs.com/api/mcp - Transport: Streamable HTTP (MCP 2025-11-25) - Auth: OAuth 2.1 (PKCE + Dynamic Client Registration) or API key - Tools: 116, all annotated with readOnlyHint / destructiveHint ## What you can do 1. **Brand Guidelines** — Create, ingest from URL, update, export, compile to CSS/Tailwind, share publicly. The `brand-guidelines-get` tool returns LLM-ready context you can inject into any downstream prompt. 2. **Mockup Generation** — Generate photorealistic product mockups from text prompts, optionally injecting brand context (colors, logo, typography) automatically. 3. **Creative Studio** — Generate layered marketing creatives (social posts, ads, banners) with AI-composed text, logos, and shapes. 4. **Branding Machine** — Generate a complete brand identity from a brief (name, colors, typography, strategy, archetypes). 5. **Image Tools** — Generate, describe, extract colors, change objects, apply themes, upscale. 6. **3D Studio** — Create and render 3D product scenes. 7. **Playground** — Generate interactive mini-apps from prompts. 8. **Canvas** — Collaborative design editor with variables and CSV data-merge. 9. **Budget** — AI-powered project budget estimation. 10. **Campaign** — Batch-generate creatives for a full campaign. ## Public endpoint (no auth) ``` GET https://api.visantlabs.com/api/brand-guidelines/public/visant/context?output=text ``` Returns the Visant Labs brand context as plain text — try it to see the output format. ## Links - Privacy: https://visantlabs.com/privacy - Support: contato@visant.co