Skip to main content
Cherry Shot ships a remote Model Context Protocol server, so any MCP client — Claude Desktop, Claude Code, Cursor — can generate shoots and videos directly. It’s a thin layer over this API and uses the same API key and credits.

Server details

URL
string
https://ybhqmgyprapjxomdxifs.supabase.co/functions/v1/mcp
Transport
string
Streamable HTTP
Auth
string
Authorization: Bearer cs_your_key

Add it to Claude

Settings → ConnectorsAdd custom connector, then paste the URL above and add your API key as a bearer token.

Tools

Example

You: Generate an editorial 4-shot set for this product: https://example.com/bottle.jpg Claude: (calls create_shoot, polls get_shoot, returns the image URLs) You: Make a 10-second 720p ad from the first two. Claude: (calls create_video, polls get_video, returns the MP4)
The MCP server enforces the same authentication, rate limits, and credit charges as the REST API — it’s just a friendlier front door.