Model Context Protocol is a standard that helps AI tools and models communicate and delete tasks to each other. Presenton also supports presentation generation over MCP. OnlyDocumentation Index
Fetch the complete documentation index at: https://docs.presenton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Streamable HTTP is supported to connect with Presenton over the network, it does not support stdio.
For now one tool is available:
- generate_presentation: Single endpoint to generate presentation with.
generate_presentationaccepts following fields:- content
- instructions
/mcp for MCP server. If you’re connecting the cloud then the endpoint is https://api.presenton.ai/mcp, and for local endpoints it should look something like http://localhost:5000/mcp based on your configuration.