Examples

Practical examples demonstrating common Vouch MCP workflows with AI assistants.

Requests

Create a video request campaign

Use requests-create to launch a new video collection campaign targeting employees.

Create a new Vouch request called "Why I Joined the Engineering team" with three questions: what made you choose us over other offers, describe your first week in one word and why, and what do candidates get wrong about working here. Set a max duration of 90 seconds per question.

Send a personalised request to a specific employee

Use requests-convertto create a copy of an existing request and assign it to a named employee with their email address pre-filled.

Find our "Life at Zantic" request, then send a personalised copy to Sarah Chen at [email protected].

Check responses to a request campaign

Use requests-responsesto surface all video responses submitted to a request, including respondent names and video IDs for downstream use.

Show me all the video responses we've received for our "Why I Joined" campaign so far.


Playlists

Create a video playlist based upon a theme

Search for relevant highlights by keyword and compile them into a curated, embeddable playlist.

Search for videos where employees talk about culture, belonging, or why they joined. Create a playlist called "Life at Zantic - Why We Joined" from the best 6 results.

  1. videos-search → find videos matching the theme (try keywords like "culture", "joined", "team", "belonging")
  2. playlists-create → compile selected video IDs into a named playlist

Build a role-specific playlist for a job ad

Curate a playlist of videos from people in a specific team or role to embed directly in a job description or recruiter outreach.

Create a playlist of 4–5 videos from people on our engineering team talking about their day-to-day work. Name it "Inside Engineering at Zantic".


Compositions

Build a highlight reel from employee responses

Use quotes-detailsto identify the best moments across multiple videos, then use compositions-create to assemble them into a single branded highlight reel.

From our "Why I Joined" request, find the most compelling moments across all responses and create a 60-second highlight reel using our branded template.

  1. requests-responses → get all video IDs from the campaign
  2. videos-fetch → retrieve transcripts for each response
  3. quotes-details → get precise start/end timestamps for the best quotes
  4. workspace-templates→ find the branded template ID to use
  5. compositions-create → assemble selected clips into the highlight reel

Create a "Day in the life" reel from a single respondent

Pull the strongest moments from one person's video and compile them into a short, shareable story reel for social or a job ad.

Find Sarah Chen's videos in our library, pick the most interesting moments from her responses, and create a short 30-second reel I can share on LinkedIn.


Content creation

Generate a careers blog post from video transcripts

Fetch video transcripts from a campaign and use Claude to write a long-form blog post grounded in real employee voices - no generic filler.

Fetch the transcripts from our "Why I Joined" video responses. Write a 600-word careers blog post using only direct quotes and real names. Then save it as a document in our Vouch library.

  1. requests-responses + videos-fetch → retrieve all transcripts
  2. AI writes the blog post using the transcript content as source material
  3. documents-preview → render the post as a styled HTML document
  4. documents-capture→ capture the rendered document to a shareable URL
  5. documents-import → import and save it into your Vouch library