Labsco
MCP SERVER · OFFICIAL PROJECT

GenFlik Video Ads

by GenFlik

Six tools for avatar video ads — and one of them previews the script for free before you spend credits on a render.

Video Generation & EditingOfficial source
Summary
A free script preview in front of a paid render is the correct order of operations, and rare.

Most generation services charge for the whole attempt, which means iterating on copy costs the same as producing the final video. Separating the cheap part — writing the script — from the expensive part means an agent can get the wording right before spending anything. Combined with get_account for the balance, this is a service designed by someone who expected an agent to be driving it.

What it is

GenFlik's endpoint for generating video advertisements with stock avatars and voices. Renders take five to ten minutes, so the flow is start-then-poll.

What you get
  • list_avatars and list_voices — the stock catalogues, voices tagged by gender, accent and language
  • preview_script — generate an ad script in a few seconds, charging no credits, so the copy can be iterated first
  • generate_video_ad — start the render, returning a job id and an estimate of around 600 seconds
  • get_ad_status — poll until complete, then take the video URL
  • get_account — credit balance and account information
Requirements

OAuth 2.1 with PKCE and dynamic client registration, or a static bearer key beginning gfk_.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen