ai.presentations/presentations-ai
https://api.presentations.ai/mcpskills: {'id': 'create_presentation_from_topic', 'name': 'create_presentation_from_topic', 'description': 'Generate a full AI-powered presentation from a topic or brief. Returns a document URL and ID in the requested export format.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_single_slide', 'name': 'create_single_slide', 'description': 'Generate a single AI-designed slide from a topic. Returns the slide in the requested export format.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_presentation_from_content', 'name': 'create_presentation_from_content', 'description': 'Transform raw text (articles, notes, reports, outlines) into a professional presentation. Supports multiple content-handling modes via preservationMode.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_presentation_from_file', 'name': 'create_presentation_from_file', 'description': 'Convert an uploaded document (PDF, Word, PowerPoint, text, markdown, RTF) into a presentation. Max 5 MB. Supports the same preservation modes as content transformation.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_job_status', 'name': 'check_job_status', 'description': 'Poll for the result of an async presentation job. Returns current status and, when complete, the presentation details.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 149.6ms; conformance: pass
How to connect
https://api.presentations.ai/mcp
curl -X POST https://api.presentations.ai/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'