BP
Bisque Presentations
/publish_narrated_presentation
Publish a presentation you narrated yourself
Publish an html-presentation/v1 document using audio YOU synthesized locally (e.g. with `bisque-voice`) — free, unlimited, and works on macOS, Linux and Windows
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 /publish_narrated_presentation for me.
Input
| Field | Type | Description |
|---|---|---|
| indexHtml* | string | Full html-presentation/v1 document (the presentation-format meta gate applies). |
| audio | array | One entry per slide you synthesized, from the JSON `bisque-voice` prints on stdout. `words |
| assets | array | Files the document references relative to itself — fonts, images, SVG, Lottie, Rive, bundl |
| title | string | |
| slug | string | URL slug; defaults to a slugified title. |
| presentationId | string | Stable id for idempotent re-publishes; 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 | Records what actually spoke, e.g. kokoro:af_heart for a locally synthesized Kokoro voice. |
| speechSpeed | number | Must match the speed you synthesized at — it is part of the audio cache key, so changing i |
| voiceStability | number |
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":"/publish_narrated_presentation","input":{"indexHtml":"...","visibility":"unlisted"}}'cli
npx cracked-ai run -p mcp-cloud-bisque-presentations -e /publish_narrated_presentation -i '{"indexHtml":"...","visibility":"unlisted"}'mcp
run_tool({ provider: "mcp-cloud-bisque-presentations", endpoint: "/publish_narrated_presentation", input: {"indexHtml":"...","visibility":"unlisted"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.