MCP

Make product videos from any AI agent

Connect Claude, ChatGPT, Gemini, Cursor, or your own support bot to Bingeable. Ask “how do I invite a teammate?”, reuse an existing walkthrough if you have one, or generate a new video and get back a public embed link.

Remote connector

Claude, ChatGPT, and other remote MCP clients connect over HTTPS. Sign in once, approve the scopes, and the agent can search your library and start renders.

MCP server URL

https://bingeable.ai/api/mcp

Claude Desktop / remote MCP config

{
  "mcpServers": {
    "bingeable": {
      "url": "https://bingeable.ai/api/mcp"
    }
  }
}

Cursor and CLI

Clients that only speak stdio can run the thin wrapper. It forwards to the same hosted server and uses the same OAuth login in the browser.

Cursor mcp.json

{
  "mcpServers": {
    "bingeable": {
      "command": "npx",
      "args": ["-y", "@bingeable/mcp"]
    }
  }
}

What an agent can do

  • find_or_create_video — the support-agent primitive. Search first, generate only if nothing matches.
  • get_embed_code — returns the public /embed/{id} link and iframe snippet.
  • get_job_status — poll a render. Videos take minutes, not seconds; the response tells the agent how long to wait.
  • record_video_request — log a question the library could not answer, so you can see the content gap.