Labsco
MCP SERVER · OFFICIAL PROJECT

Percify Video Models

by percify

Generate video from a model catalogue, analyse or replicate an existing clip, and check what you have spent.

Video Generation & EditingOfficial source
Summary
check_usage in the tool list is the tell that this is a metered surface, and the vendor knows it.

Video generation is one of the few MCP surfaces where a single careless call costs real money, so exposing the meter as a tool the agent can read — rather than a dashboard the human has to remember — is the correct design. Pair it with get_model before generate: reading the parameters first is what stops a run being repeated three times to get the aspect ratio right.

What it is

Percify's hosted endpoint over their video model catalogue. Charges land on the connected account at the same prices as their app — the connection is a different door onto the same wallet.

What you get
  • list_models and get_model — browse the catalogue and read one model's parameters before spending
  • generate — produce video from the chosen model
  • analyze_video — read an existing clip
  • replicate_video — reproduce a clip's style or structure
  • check_usage — what the account has consumed
Requirements

OAuth with PKCE and dynamic registration, or a pk_live_ API key as a bearer token. OAuth connections are revocable from the account; keys from the developer console.

Setup effort

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