# Bisque Presentations [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://bisque.today/docs/mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/bisque-presentations-2

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

## Tools
Capabilities this server exposes over MCP:

- **list_docs** — Every Bisque docs page with its slug, group, and one-line summary, plus the install command. Call this first, then read_doc for the page you need.
- **read_doc** — One Bisque docs page as markdown. Slugs come from list_docs (present, video, gstack, api, mcp).
- **search_docs** — Case-insensitive search across every docs page. Returns the matching pages with the paragraphs that matched.
- **get_openapi_spec** — The OpenAPI 3.1 description of Bisque's public REST API, as JSON. Pass a path to get one endpoint's definition.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "bisque-presentations": {
    "url": "https://bisque.today/docs/mcp"
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

