ClipMaster
Agent-ready · MCP · AP2 · UCP

Let an AI agent buy ClipMaster and clip for you

ClipMaster speaks the open agent protocols. An autonomous agent can discover its tools, purchase credits, and turn raw video into scored, platform-ready clips — start to finish. API integration requires a minimum of the Pro plan.

Watch an agent do it — live

agent@clipmaster: ~Real Sandbox
# Read the machine-readable MCP tool manifest to discover live APIs
GET/.well-known/mcp

Ready. Click the discovery button to execute a live client fetch against ClipMaster's public manifest.

1 · Discover

Agents find ClipMaster over MCP

A machine-readable tool manifest lives at /.well-known/mcp (and a Universal Commerce Protocol manifest at /.well-known/ucp). Any headless agent reads it and instantly knows how to analyze videos, list the catalog, and start a checkout — no scraping, no custom integration.

GET /.well-known/mcp
2 · Purchase

Agents buy credits over AP2

start_checkout returns an AP2-compatible cart mandate and a checkout handoff. The agent never has to fake a charge — ClipMaster issues a signed cart and routes payment through Stripe, with an account handoff for entitlement-bound items.

POST /api/commerce/checkout
3 · Create

Agents clip, script & produce

With the account's API key, agents POST to /api/clip to turn videos into scored clips — or /api/promo/generate to script a promo from a website, and /api/avatar to produce a talking-head from that script. Fully programmatic, credit-metered, account-scoped.

POST /api/clip · /api/promo/generate · /api/avatar

Built for the agentic web

Open protocols, zero lock-in

MCP for tool discovery, AP2 + UCP for commerce. Any compliant agent works out of the box — Claude, custom LLM agents, or your own orchestrator.

Honest commerce

ClipMaster never fakes a charge. It returns a signed cart mandate and a real Stripe checkout, with account handoff for entitlement-bound items.

Programmatic clipping

The same engine humans use — transcription, hook detection, clip scoring, vertical export — is one authenticated POST away.

Safe by design

API keys are hashed, scoped to one account, and every job is ownership-checked. Agents can only touch what their key owns.

Point your agent at ClipMaster

Grab an API key, hand your agent the manifest URL, and let it discover, buy, and clip.