Agenthook
Agenthook lets AI agents make character-consistent UGC videos, images, and captions from any MCP client. Create a reusable AI influencer once, then ask for that same face by name in every video and image run.
README
<div align="center">
AgentHook
Your agent makes character-consistent UGC video.
Create one AI influencer, then reuse that same face in every video, image, and caption. Add it as an MCP server, a skill, or a CLI. Works in Claude Code, Cursor, OpenClaw, Hermes, and n8n.
getagenthook.com · Docs · Agent reference
</div>
Install
Pick one. All three wrap the same API, so none of them drift.
MCP add "npx -y @getagenthook/mcp" to your MCP client config
Skill npx skills add AvivK5498/agenthook --yes
CLI npm i -g getagenthook
Or paste this to your agent and let it set itself up:
Install the agenthook skill by running: npx skills add AvivK5498/agenthook --yes
Then follow the skill to set up AgentHook and make me a test image.
New accounts get 30 trial credits with no card. That covers a reusable influencer and a test image.
Agents: start here
Read https://getagenthook.com/llms-full.txt first. It is the full API contract, generated from the live schemas. Then:
npm i -g getagenthook # CLI (command: agenthook)
agenthook auth:login # prints a link + code for your human
agenthook run make_video --dry-run --prompt "..." # price it free, then drop --dry-run
What it does
| Tool | In, then out |
|---|---|
make_video |
script + optional reference images, then a talking-head video with native speech |
make_image |
prompt or references, then stills |
caption_video |
any video URL, then burned-in captions + transcript |
create_influencer |
brief idea + name, then a reusable character: portrait + character sheet, usable via --influencer on every later run |
The wedge is create_influencer. Make an influencer once, and your agent asks for that same face by name in every make_video and make_image run after it. One face, a whole series.
--enhance-prompt rewrites a rough one-liner into a director-grade prompt before generating, and --captions returns the video already subtitled in tiktok or movie style. Idea in, post-ready MP4 out, one command. Most platforms leave both steps to you.
Prepaid credits, no subscription. Failed runs refund automatically. Outputs live on permanent CDN URLs.
License
CLI and skill are Apache-2.0. The hosted service is a commercial product.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.