Bisque Presentations
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

FieldTypeDescription
indexHtml*stringFull html-presentation/v1 document (the presentation-format meta gate applies).
audioarrayOne entry per slide you synthesized, from the JSON `bisque-voice` prints on stdout. `words
assetsarrayFiles the document references relative to itself — fonts, images, SVG, Lottie, Rive, bundl
titlestring
slugstringURL slug; defaults to a slugified title.
presentationIdstringStable id for idempotent re-publishes; defaults to slug-<hash(userId:slug)>.
visibilitystring (private | unlisted | public)unlisted (the default) is shareable by link and plays in chat-embedded players; private re default "unlisted"
handlestringPublish under a specific channel handle you own.
designMdstringDesign frontmatter mapped to theme tokens.
contextMdstringShared-with-viewer context.md.
voiceIdstringRecords what actually spoke, e.g. kokoro:af_heart for a locally synthesized Kokoro voice.
speechSpeednumberMust match the speed you synthesized at — it is part of the audio cache key, so changing i
voiceStabilitynumber

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.