A paid remote server that wraps ppt-master into an MCP interface for programmatic slide deck work. Exposes four tools: generate_editable_deck, revise_deck_outline, render_deck_preview, and export_deck_receipt. Authentication uses bearer tokens you get after signing up for a plan. The pitch here is audit-ready JSON output, structured receipts, and usage logs, which matters if you're billing clients or need compliance trails. Runs over streamable-http, so you point your MCP client at their hosted endpoint instead of installing anything locally. Reach for this when you need Claude to draft or revise presentations and you want the transaction history baked in.
PPT Master Deck MCP remote MCP for ppt-master.
Paid remote MCP for ppt-master, structured receipts, usage logs, and audit-ready JSON evidence.
com.clauxel.pptmasterdeck/pptmasterdeck-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
generate_editable_deckrevise_deck_outlinerender_deck_previewexport_deck_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.