What It Is
The Vaybel MCP server lets MCP-capable clients — Claude, ChatGPT, Gemini, or any custom agent — drive your Vaybel workspace directly over the Model Context Protocol. Connect once with a Personal Access Token and your agent can find trends, generate designs, render mockups, build multi-format social content (video, slideshow, carousel, single photo), publish listings to Etsy/Shopify/TikTok Shop, publish posts to TikTok / Instagram / YouTube / X, import products you already have on Printify or Printful, and curate everything in between.
What It Is
A secure, org-scoped HTTP tool surface for MCP clients. One endpoint, one token, the full clothing-brand workflow — no SDK, no glue code.
Best For
Agentic workflows that span the whole brand: "find a trend, design three concepts on a hoodie, render mockups, publish a draft to TikTok Shop, then make a shoppable video and a carousel and publish them to TikTok / Instagram / YouTube / X." All from a single chat.
Connection Details
- Endpoint —
https://mcp.vaybel.com/ - Transport — HTTP + Streamable SSE
- Auth —
Authorization: Bearer <PAT> - Token format —
vbl_pat_live_...(production) orvbl_pat_test_...(non-production) - Protocol version — MCP
2024-11-05
Tools At A Glance
51 tools cover the full brand-operating loop. They're organized into 10 workflow domains so you can scan to what you need:
Utility & meta
- Utility —
ping - Brand DNA —
brand_dna.get_brand_dna - Catalog —
catalog.list_blanks - Credits —
credits.check_credits
Create
- Designs (5) —
design.generate_design,design.get,design.list_designs,design.get_design,design.get_design_history - Mockups (7) —
mockup.generate_mockup,mockup.get,mockup.list_mockups,mockup.get_mockup,mockup.update_mockup_selection,mockup.submit_mockup_feedback,mockup.retry_mockup - Content (4) — multi-format content generation and status. Generate:
content.generate(video / slideshow / carousel / single), then readcontent.get,content.list, or remove withcontent.delete. - Social posts (4) — publish to TikTok / Instagram / YouTube / X with
social_post.generate,social_post.list,social_post.update,social_post.publish.
Publish
- Listings (8) —
listing.create_listing,listing.get_listing,listing.list_listings,listing.update_listing,listing.regenerate_listing_field,listing.publish_listing,listing.delete_listing,listing.get
Discover & import
- Trends (6) —
trend.list_trends,trend.get_trend_match,trend.generate_launch_concept,trend.get,trend.submit_trend_feedback,trend.list_seasonal_events - Optimize Product (6) —
optimize.list_providers,optimize.list_provider_products,optimize.check_duplicate,optimize.optimize_product,optimize.refresh_listing,optimize.get
Full signatures, return shapes, credit costs, and rate limits are in the Tool Reference.
What's Next
Get Started
Quickstart walks through creating a token and wiring it into your MCP client in under five minutes.
Before Production
Authentication & Scopes covers PAT lifecycle, scopes, rate limits, and the credit-charging model.