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
📘

Aim for clips of 8–15 seconds each. A 60-second reel with 4–5 clips performs better on LinkedIn than one long uncut take. Ask Claude or GPT to select moments that are specific, personal, and end on a complete thought.


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

Write a spotlight article

Pull quotes from a specific campaign or respondent group and generate a structured narrative article for your careers site or internal comms.

Search for videos where employees talk about belonging at Zantic. Write a 400-word spotlight article with pull quotes, then save it to our Vouch library as a document.


Image creation

Create a quote card for LinkedIn or Instagram

Generate a branded social image featuring a pull quote from an employee video.

Find the best quote from Sarah Chen's "Why I Joined" video. Create a branded quote tile image using our brand colours, suitable for LinkedIn, and save it to our Vouch library.

  1. videos-fetch → retrieve transcript and identify the strongest quote
  2. workspace-branding → fetch brand colours, fonts, and logo
  3. images-preview → render a styled HTML quote tile using brand assets
  4. images-capture → screenshot the rendered tile to an image URL
  5. images-import → save the final image into your Vouch library
📘

Ask Claude or GPT to generate tiles in both 1:1 (LinkedIn / Instagram) and 9:16 (Stories) formats in one pass. You can vary the background colour per respondent to create a visually distinct series.


Full workflow

End-to-end employer brand campaign

Chain all the actions together to go from raw video responses to a published composition, a quote tile, and a blog post - in one agentic session.

From our "Why I Joined" request, create a 60-second highlight reel using our branded template, a LinkedIn quote tile for the best moment, and a 500-word blog post — all using our brand colours. Save everything to our Vouch library.

  1. requests-search → find the request by name
  2. requests-responses → retrieve all response video IDs
  3. videos-fetch → get transcripts for all responses
  4. workspace-templates + workspace-branding → fetch template ID and brand assets
  5. quotes-details → verify timestamps for the best clip moments
  6. compositions-create → assemble the highlight reel
  7. images-previewimages-captureimages-import → generate and save the quote tile
  8. documents-previewdocuments-capturedocuments-import → write and save the blog post