Stop shipping generic AI slop. Build on real social data.
One MCP server (or REST call) connects your agent to hundreds of real data points per video across TikTok, Instagram, YouTube, Reddit, and X — then turns what's working into on-brand video, images, voice, and posts. Fully integrated into your workflow.
# remote MCP — hosted by GEN
{
"name": "gen",
"url": "https://mcp.gen.pro/mcp",
"headers": { "Authorization": "Bearer gen_pat_…" }
} # remote — Manus, claude.ai, ChatGPT
{
"name": "gen",
"url": "https://mcp.gen.pro/mcp",
"headers": { "Authorization": "Bearer gen_pat_…" }
}
# local — stdio
GEN_API_KEY=gen_pat_… uvx gen-mcp-server
Connect your AI agent
Drop the GEN MCP server into your agent and drive the whole platform in natural language — 100+ tools, guidance, and ready-to-run Plays. Run it locally, or point a cloud agent at the hosted server.
# authenticate every request with your token
curl https://api.gen.pro/v1/agents \
-H "Authorization: Bearer gen_pat_…"
Build on the REST API
Everything the GEN app does, as endpoints: configure agents, generate ideas, drive Vidsheets, render and publish video — straight from your own code.
Read the quickstart →The whole content loop, programmable.
Every capability below is a tool over MCP and an endpoint over the API — same platform, your choice of interface.
Start building in minutes.
Mint a token, connect the MCP server or call the API, and ship your first automated video today.