From vibiz
How to use the Vibiz MCP server from Claude Code — the 40 tools, the target.vibiz arg, and the OAuth auth flow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibiz:vibiz-mcpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The Vibiz MCP server is auto-configured by this plugin at `https://www.vibiz.ai/api/mcp`. After `/plugin install`, the user authenticates once via `/mcp` → `vibiz` → **Authenticate**, and from then on every Vibiz tool call is scoped to their workspace group via OAuth.
The Vibiz MCP server is auto-configured by this plugin at https://www.vibiz.ai/api/mcp. After /plugin install, the user authenticates once via /mcp → vibiz → Authenticate, and from then on every Vibiz tool call is scoped to their workspace group via OAuth.
target argument is the keyMost Vibiz tools accept a target arg:
target: { vibiz: "<slug>" }
The slug comes from list_vibiz. Always call list_vibiz first when you don't know it — never guess. Pass target on every generation, list, post, ad, and analytics call. The auth-bound vibiz (legacy API-key tokens) implicitly has it; OAuth tokens require it.
list_vibiz — list brands the user can act onvibiz_get_branding — brand kit (colors, fonts, voice, logo)vibiz_create_from_url — scrape a URL, create a vibiz with brand kit + ICPs + offersvibiz_send_agent_email — transactional email from the vibiz inboxvibiz_generate_image / vibiz_generate_carousel — static ad creativesvibiz_generate_ad_video — text-to-video advibiz_animate_image — image-to-videovibiz_generate_ugc — UGC-style spokesperson videovibiz_generate_funnel — landing-page funnelvibiz_generate_qualification_funnel — lead-qual funnelvibiz_generate_icps / vibiz_list_icps — create / read ideal customer profilesvibiz_generate_offers / vibiz_list_offers — create / read sales offersvibiz_social_list_accounts, vibiz_social_list_posts, vibiz_social_publishconnectUrl if no Late profile is connected.vibiz_inbox_conversations, vibiz_inbox_comments, vibiz_inbox_reply_comment, vibiz_inbox_send_dmvibiz_analytics_top_posts, vibiz_analytics_daily_metrics, vibiz_analytics_best_timevibiz_meta_ads_accounts_list, vibiz_meta_ads_accounts_get_connect_urlvibiz_meta_ads_campaigns_* — list, get_tree, set_status, bulk_set_status, duplicate, deletevibiz_meta_ads_creatives_* — list, get, get_analytics, set_status, deletevibiz_meta_ads_launch_boost_post, vibiz_meta_ads_launch_createtarget — never omit. If unknown, call list_vibiz first.list_vibiz doesn't have it, say so — do not generate against a different brand.viewUrl (deep link to the dashboard) on every result so the user can click to see it.connectUrl on every "no profile / no accounts" response. Don't paper over it.vibiz_social_publish and any vibiz_meta_ads_launch_* cost money / reach. Show drafts first; let the user say go.password, secret, token, cve, vuln, xss, sqli, auth bypass — don't post about them.If a tool returns Unauthorized or not authenticated:
/mcp.vibiz.If it returns Protected resource ... does not match expected — the canonical URL got out of sync. This shouldn't happen for plugin users (we pin to https://www.vibiz.ai/api/mcp) but if it does, file an issue.
npx claudepluginhub vibiz-ai/vibiz-claude-plugin --plugin vibizProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.