Bisque Presentations for LangChain
cloud.bisque/presentations
Create narrated presentations from HTML, poll build status, list them, read one back as text.
client:LangChain
transport:streamable-http
tools:19
Install Bisque Presentations in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"presentations": {
"transport": "streamable_http",
"url": "https://bisque.cloud/presentations/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_presentation_spec
- create_presentation
- publish_narrated_presentation
- get_presentation_status
- list_presentations
- get_presentation_analytics
- get_presentation_context
- update_channel
- create_artifact
- list_artifacts
- get_artifact
- update_artifact
- share_artifact
- delete_artifact
- list_artifact_threads
- get_artifact_thread
- create_artifact_thread
- reply_to_artifact_thread
- resolve_artifact_thread