← bisque.today
INDIVIDUAL MCP TOOL
get_presentation_status
Fetch the build state and result URL for a presentationId.
LIVE ENDPOINT
https://bisque.cloud/presentations/mcp
Connect to this endpoint to inspect the live schema for get_presentation_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bisque-presentations]
url = "https://bisque.cloud/presentations/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bisque-presentations": {
"type": "http",
"url": "https://bisque.cloud/presentations/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bisque-presentations
Remote MCP URL: https://bisque.cloud/presentations/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bisque-presentations": {
"url": "https://bisque.cloud/presentations/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bisque-presentations": {
"type": "http",
"url": "https://bisque.cloud/presentations/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bisque-presentations",
"transport": "streamable-http",
"url": "https://bisque.cloud/presentations/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.create_presentation— Generate a narrated presentation from an html-presentation/v1 document.publish_narrated_presentation— Publish an html-presentation/v1 document using audio YOU synthesized locally (e.list_presentations— List the authenticated user's presentations.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).get_presentation_context— Load any shared Bisque presentation for reading: its metadata, the full per-slide narration transcript with timestamps, and the context.update_channel— Update one of your channels.