BP
Bisque Presentations
/create_presentation
Create narrated presentation
Generate a narrated presentation from an html-presentation/v1 document. BEFORE authoring, call get_presentation_spec and follow it exactly — slides without its
liveunknown~5s typical
mcpbisquepresentations
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cloud-bisque-presentations /create_presentation for me.
Input
| Field | Type | Description |
|---|---|---|
| indexHtml* | string | Full html-presentation/v1 document (the presentation-format meta gate applies). |
| title | string | |
| slug | string | URL slug; defaults to a slugified title. |
| presentationId | string | Stable id for idempotent re-creates; defaults to slug-<hash(userId:slug)>. |
| visibility | string (private | unlisted | public) | unlisted (the default) is shareable by link and plays in chat-embedded players; private re default "unlisted" |
| handle | string | Publish under a specific channel handle you own. |
| designMd | string | Design frontmatter mapped to theme tokens. |
| contextMd | string | Shared-with-viewer context.md. |
| voiceId | string | Narration voice. ElevenLabs: a bare id or cloud:<id>. Self-hosted Kokoro: kokoro:<id> (e.g |
| speechSpeed | number | |
| voiceStability | number | |
| dryRun | boolean | Sandbox: run every check a real create runs (format, slug and org conflicts, tier cap, cre default false |
| assets | array | Files the document references relative to itself — fonts, images, Lottie/Rive animations, |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cloud-bisque-presentations","endpoint":"/create_presentation","input":{"indexHtml":"...","visibility":"unlisted","dryRun":false}}'cli
npx cracked-ai run -p mcp-cloud-bisque-presentations -e /create_presentation -i '{"indexHtml":"...","visibility":"unlisted","dryRun":false}'mcp
run_tool({ provider: "mcp-cloud-bisque-presentations", endpoint: "/create_presentation", input: {"indexHtml":"...","visibility":"unlisted","dryRun":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.