everpop

Turn videos into published YouTube Shorts with real measured receipts.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Generate Short: Generate a vertical short video from a text prompt: AI script, voiceover, visuals, animated captions. Returns a jobId — poll with get_job (takes 1-3 minutes).
  • List Videos: List the user's detected source videos (their YouTube uploads known to Everpop), newest first.
  • Request Upload: Start uploading the user's video FILE (the compliant ingestion path — Everpop clips from the creator's file, never from a YouTube download). Returns a presigned putUrl: PUT the raw fil

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Turn videos into published YouTube Shorts with real measured receipts. Upload a file, AI-clip the best moments, publish to your own channel (with your confirmation), and read 48h/7d YouTube Analytics per clip. 13 tools over MCP; OAuth 2.1 or API key; official YouTube APIs end-to-end.

Список инструментов сервера (13)

Технические названия из tools/list. Нужны только разработчикам.

generate_shortGenerate a vertical short video from a text prompt: AI script, voiceover, visuals, animated captions. Returns a jobId — poll with get_job (takes 1-3 minutes).
list_videosList the user's detected source videos (their YouTube uploads known to Everpop), newest first.
request_uploadStart uploading the user's video FILE (the compliant ingestion path — Everpop clips from the creator's file, never from a YouTube download). Returns a presigned putUrl: PUT the raw file bytes to it (Content-Type video/mp4 or similar, valid 15 min), then call finalize_upload with the returned key. Accepts .mp4/.mov/.webm/.mkv/.m4v up to 4 GB.
finalize_uploadFinish an upload started with request_upload: turns the stored file into a clippable video in the user's library. Eligible accounts AUTO-CLIP on completion (autoClipping: true = a render is already running). Pass linkSourceVideoId (from list_videos) to attach the file to a parked detected YouTube upload instead — un-parks it and keeps its YouTube attribution. rightsConfirmed must be the USER's answer, never assumed.
import_videoRegister a YouTube video from the user's OWN connected channel into their library (metadata only; idempotent). IMPORTANT since 2026-07-02: Everpop no longer downloads from YouTube links, so an imported YouTube video CANNOT be clipped until the creator uploads its FILE at everpop.app/dashboard/videos (Add a video → Upload; uploads auto-clip on completion). Prefer telling the user to upload directly; use this only to pre-register metadata.
clip_videoCreate short clips from one of the user's source videos. Optional prompt directs WHICH moments to clip (e.g. 'the part about pricing'). Returns jobId. NOTE: sources whose file lives on YouTube (not uploaded to Everpop) fail with 422 upload_required — the creator must upload the file at everpop.app/dashboard/videos first (uploads auto-clip on completion, so clips may already exist).
get_jobCheck a clip/generation job. Returns status and, when COMPLETED, the clips with their video URLs and clipIds (use clipId with publish_clip).
publish_clipPublish a READY clip to the user's connected destinations (e.g. their YouTube channel as a Short). Irreversible — confirm with the user before calling.
list_receiptsThe user's receipts: real measured performance (views, retention, likes, subs gained at 48h/7d) for every published clip, plus shareable proof links and the campaign report URL.
create_campaignCreate a paid-clipping campaign (Whop/Vyro/brand deal) to group published clips into one verifiable payout proof. Returns the campaignId — then attach_to_campaign and campaign_proof.
list_campaignsList the user's campaigns with post counts, verified views, CPM, and each campaign's PUBLIC payout-proof link (publicProofUrl) to send a sponsor.
attach_to_campaignAttach published posts to a campaign so they count toward its payout proof. postIds come from list_receipts (or publish_clip). Only your own PUBLISHED posts can attach.
campaign_proofGet a campaign's verified payout proof: per-clip 48h/7d YouTube Analytics numbers, totals, the estimated CPM payout, and publicProofUrl — the public link to send a sponsor.