mcpbeat Sign in

Bisque Presentations MCP Server

answering

Bisque Presentations is answering right now. Last checked 10 min ago. It exposes 19 tools.

Create narrated presentations from HTML, poll build status, list them, read one back as text.

Uptime history 22 days of history · worst day 97%
22 days agonow
97.8%
Uptime 24h
89 of 91 checks
19
Tools
read from the server
455 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 28

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 2 September 2026. No other catalogue keeps this.

16 Sep 2 tool descriptions were rewritten create_artifact, update_artifact
16 Sep 2 tools changed the parameters they ask for create_artifact, update_artifact
13 Sep a tool description was rewritten list_presentations
13 Sep a tool changed the parameters it asks for list_presentations
10 Sep 2 tools changed the parameters they ask for3 times that day create_presentation, publish_narrated_presentation
10 Sep a tool description was rewritten publish_narrated_presentation
5 Sep 6 tools appeared create_artifact, delete_artifact, get_artifact and 3 more
4 Sep 5 tools appeared create_artifact_thread, get_artifact_thread, list_artifact_threads and 2 more
2 Sep 6 tools changed the parameters they ask for create_presentation, get_presentation_analytics, get_presentation_context and 3 more
2 Sep a tool description was rewritten create_presentation
and 1 more, back to 2 September 2026

Bisque Presentations does not always answer

Over the last week it answered 99.4% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add presentations --transport http https://bisque.cloud/presentations/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "presentations": {
      "url": "https://bisque.cloud/presentations/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.presentations]
url = "https://bisque.cloud/presentations/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "presentations": {
      "url": "https://bisque.cloud/presentations/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "presentations": {
      "url": "https://bisque.cloud/presentations/mcp"
    }
  }
}

Available tools 19

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

artifact
create_artifact
Publish an HTML page or a Markdown document as a Bisque Artifact: a persistent, versioned page at a stable URL that people can open, comment on, and that you can update later with update_artifact. Pass the whole document as content. The call waits for the page to be ready and returns its URL. It is private to you unless you pass audience or share_with. A page that should remember what people do on it (a checklist, a poll, a sign-up sheet) declares capabilities ['state.read','state.write'] and, when some paths need different access, state.rules; it then reads and writes JSON documents through window.bisque.state. For a narrated presentation use create_presentation instead.
create_artifact_thread
Leave a new comment thread on one of your Artifacts, as the agent. Without an anchor the thread is a general comment on the page. The thread is activated from the start, so you can reply to it and resolve it later. Mention a person with @[Name](mention:uid) using ids from the Artifact's mentionables.
delete_artifact
Delete an Artifact you own. Its URL stops working for everyone. Confirm with the user before calling this.
get_artifact
Read one Artifact: title, who can open it, the Version viewers see (published_version_id, null while a publication is still being prepared), and its URL.
get_artifact_thread
Read one comment thread on an Artifact with every message, oldest first. Mentions in a body look like @[Name](mention:uid); a mention of the agent is @[Agent](mention:agent).
list_artifact_threads
List the comment threads people left on one of your Artifacts, newest activity first. Pass activated_only: true to get only the threads where someone mentioned the agent, which are the ones you may reply to and resolve. Each thread carries its anchor (what it is pinned to), the version it was left on, a preview, and agent_activated.
update_artifact
Change an Artifact you own or edit. Pass content to publish a new Version of the page at the same URL (the whole document, not a diff; earlier Versions stay in the history). Pass title, description, or icon to change those. Any combination in one call. With content the call waits for the new Version to be live before returning. The new Version keeps the base Version's capabilities and state rules unless you pass capabilities or state.
presentation
create_presentation
Generate a narrated presentation from an html-presentation/v1 document. BEFORE authoring, call get_presentation_spec and follow it exactly — slides without its narration markup publish SILENT. Returns a presentationId and the watch URL. Narration runs in the background and the inline player tracks it on its own, so reply to the user as soon as this returns and do not call get_presentation_status unless the user asks whether it is done.
get_presentation_analytics
Watch analytics for one of your presentations: views, likes, completion rate, per-slide retention funnel, traffic sources, distinct signed-in/anonymous viewers, and organization email domains (personal providers filtered). Lets an agent read how its own published briefings performed.
get_presentation_context
Load any shared Bisque presentation for reading: its metadata, the full per-slide narration transcript with timestamps, and the context.md file its author shipped for agents (extra background the slides summarize). Target it by watch URL (https://bisque.today/p/{handle}/{slug}) or by handle + slug — it does not have to be yours. Use this to read, summarize, cite, or answer questions about a presentation: ground your answers in the returned transcript and context, and cite slides as [slide N].
get_presentation_spec
Fetch the html-presentation/v1 authoring contract: document structure, the dual landscape/vertical layout rule, and the narration markup that makes slides speak. Call this BEFORE authoring for create_presentation — documents written without it publish with missing audio.
get_presentation_status
Fetch the build state and result URL for a presentationId.
artifacts
list_artifacts
List Artifacts you own (scope owned, the default), ones shared with you (shared), or both (all), newest first. Each item carries its id, title, who can open it, and its URL.
channel
update_channel
Update one of your channels. Set the description — the line a stranger reads in a search result or a link unfurl, at most 160 characters, empty to clear it and go back to naming the newest presentations. Set the avatar from an image URL, which is fetched, center-cropped square and resized. Pass either or both. Omit handle to use your default channel.
presentations
list_presentations
List the authenticated user's presentations, newest first. One call returns at most `limit` of them. A non-null `nextCursor` in the response means more presentations remain: call again with `cursor` set to that value to get the page after this one, and keep going until `nextCursor` is null.
publish
publish_narrated_presentation
DEPRECATED: call create_presentation with an `audio` array instead — it is the same thing in one call, and the slides are viewable while the narration lands. 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. Send each narrated slide's word timings and MP3 metadata; the server assembles presentation.json (recomputing cues from your narration markers) and returns one upload URL per MP3. Then PUT each file and POST the returned completeUrl with the returned `files` array. RE-PUBLISHING: `audio` is optional — any narrated slide you omit reuses the audio from the last publish whenever its narration text and speechSpeed are unchanged, so an HTML-only edit needs no synthesis at all. The response reports `reused`, `synthesized`, and `staleSlides` (narrated slides whose text changed and have no audio — synthesize exactly those and publish again). Use create_presentation instead to have the server narrate.
reply
reply_to_artifact_thread
Post a reply in a comment thread as the agent. Allowed only on activated threads (agent_activated true): someone mentioned the agent, or the agent started the thread. People see it as "Agent · via <your name>".
resolve
resolve_artifact_thread
Mark a comment thread resolved (resolved: true) or reopen it (resolved: false), as the agent. Allowed only on activated threads. Resolve after you have addressed the comment, usually after republishing the Artifact; reply first so the person can see what changed.
share
share_artifact
Set who can open an Artifact you own. audience picks the rule; share_with is the complete list of named people (it replaces the previous list; omit it to keep the current one). Going public deletes every comment thread, so a public change on an Artifact with threads is refused unless delete_threads is true. Returns the URL to send.

Endpoints

URLTransportStateLatencyChecked
https://bisque.cloud/presentations/mcp streamable-http answering 258 ms 10 min ago

Alternatives to Bisque Presentations

same job, measured the same way
Presentations AI
by presentations

Presentations.AI MCP server — create designed slide decks from a topic, text, or document.

5 tools answering
Slideless
by slideless

List, share, upload, and manage Slideless HTML presentations from any MCP host.

answering
Mila
by mila-gg

Create and manage documents, spreadsheets, and presentations from your AI assistant.

23 tools answering
Listingflow MCP
by daleweaver1981

50 AI prompts for real estate listing agents — CMA, MLS, buyer presentations

21 installs/wk local only
I
SlideMaster
by headdao

Create AI presentation videos with slides, narration, TTS audio, and MP4 export from any topic.

38 installs/wk local only
MagicSlides
by theindianappguy

Create presentations, docs, sheets and meeting notes from chat. Hosted link, editor, PPTX & PDF.

answering
Brieform
by silentdany

AI-native form builder: create, publish & read responses from Claude, ChatGPT & MCP.

answering
Deoochform
by musaib001

Create forms, read submissions, and build invitations from Claude, ChatGPT, or any MCP client.

answering

Bisque Presentations — questions

Answers built from our own checks of this server.

What can Bisque Presentations do?
It exposes 19 tools, read directly from the server on our last check. Among them: create_artifact, create_artifact_thread, create_presentation, delete_artifact, get_artifact, get_artifact_thread and 13 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Bisque Presentations mostly used for?
Its tools cluster around artifact and presentation. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Bisque Presentations working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 455 ms. The bar chart above shows every period we have measured.
How do I connect Bisque Presentations?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Bisque Presentations need an API key?
No. Bisque Presentations completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 19 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Bisque Presentations?
It answers our handshake in 455 ms on average, which is faster than 34% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.