Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

SlideMaster

NPM · @SLIDEMASTER/MCP-SERVER · SCANNED AUG 3

Create AI presentation videos with slides, narration, TTS audio, and MP4 export from any topic.

+19 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2196 tokens (~81/item across 27 items; 27 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @slidemaster/mcp-server

# add to Claude Code
claude mcp add headdao-slidemaster-mcp -- npx -y @slidemaster/mcp-server
# add to Codex CLI
codex mcp add headdao-slidemaster-mcp -- npx -y @slidemaster/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "headdao-slidemaster-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@slidemaster/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add headdao-slidemaster-mcp --command npx --arg -y --arg @slidemaster/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  headdao-slidemaster-mcp:
    command: "npx"
    args: ["-y", "@slidemaster/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "headdao-slidemaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slidemaster/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +25
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.27 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 +20
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 47

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@slidemaster/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 27 exposed · ~2,036 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_style_image ~72

Upload a style reference image to analyze its visual style (colors, fonts, layout). Returns a style_guide object that can be passed to render_slides to apply this style to all slides.

NameTypeReqDescription
image_urlstringyesPublic URL of the style reference image (PNG, JPG, or any image URL)

No output schema declared.

No examples provided.

batch_generate_scripts ~93

Use this to generate narration scripts for all slides in a project in one batch.

NameTypeReqDescription
project_idstringyesProject ID to generate scripts for
prompt_stylestring'professional' | 'casual' | 'educational'
regeneratebooleanForce regeneration if scripts exist (default: false)
slide_idsarrayOptional subset of slide IDs; omit for all slides

No output schema declared.

No examples provided.

check_status ~39

Use this to poll processing progress after triggering render, TTS, or video generation.

NameTypeReqDescription
project_idstringyesProject ID to check status for

No output schema declared.

No examples provided.

create_project ~80

Use this to create a new empty project. Returns the project_id needed for all subsequent operations.

NameTypeReqDescription
descriptionstringOptional project description
titlestringyesProject title, e.g. 'Q3 Sales Report'
typestring'traditional' (slides) or 'flow' (screen recording). Default: 'traditional'

No output schema declared.

No examples provided.

delete_project ~44

Use this to permanently delete a project and all its slides, audio, and video. Do not use for archiving.

NameTypeReqDescription
project_idstringyesProject ID to delete

No output schema declared.

No examples provided.

delete_slide ~32

Use this to permanently remove a single slide from a project.

NameTypeReqDescription
slide_idstringyesSlide ID to delete

No output schema declared.

No examples provided.

evercam_status ~48

Poll EverCam export progress. Returns status (processing/completed/failed/not_started) and download_url when completed.

NameTypeReqDescription
project_idstringyesProject ID to check EverCam export status

No output schema declared.

No examples provided.

export_evercam ~58

Export project as an EverCam offline HTML5 playable package (ZIP). Requires video to be generated first. This is async — call evercam_status to poll progress.

NameTypeReqDescription
project_idstringyesProject ID to export as EverCam

No output schema declared.

No examples provided.

export_pdf ~50

Export all rendered slides as a single PDF file. Returns a download URL for the PDF (16:9 landscape, one slide per page).

NameTypeReqDescription
project_idstringyesProject ID to export as PDF

No output schema declared.

No examples provided.

export_pptx ~45

Export all rendered slides as a single PPTX (PowerPoint) file. Returns a download URL.

NameTypeReqDescription
project_idstringyesProject ID to export as PPTX

No output schema declared.

No examples provided.

export_project ~39

Use this to get download URLs for all generated assets: slides, audio, and video files.

NameTypeReqDescription
project_idstringyesProject ID to export

No output schema declared.

No examples provided.

generate_outline ~133

Use this when the user wants to plan a presentation. Generates slide titles and descriptions from a topic. Automatically creates a project and returns project_id — no need to call create_project separately.

NameTypeReqDescription
languagestring'zh-TW' | 'zh-CN' | 'en' | 'ja' (default: 'zh-TW')
slides_countintegerNumber of slides (default: 8)
stylestring'professional' | 'playful' | 'minimalist'
topicstringyesThe topic or prompt, e.g. 'Introduction to Machine Learning'

No output schema declared.

No examples provided.

generate_script ~79

Use this to generate a narration script for a single slide using AI.

NameTypeReqDescription
prompt_stylestring'professional' | 'casual' | 'educational' (default: 'professional')
regeneratebooleanForce regeneration if script exists (default: false)
slide_idstringyesSlide ID to generate a script for

No output schema declared.

No examples provided.

generate_tts ~140

Use this to generate text-to-speech audio. Pass project_id for all slides or slide_id for one slide.

NameTypeReqDescription
project_idstringProject ID — generates TTS for all slides
slide_idstringSlide ID — generates TTS for one slide
speaking_ratenumberSpeed multiplier, e.g. 0.8 slower, 1.2 faster (default: 1.0)
tts_providerstring'gemini' | 'cosyvoice' | 'azure'
voice_namestringVoice ID from the provider. Use list_voices to browse.

No output schema declared.

No examples provided.

generate_video ~108

Use this as the final step to compile slides + audio into an MP4 video. Poll check_status afterward.

NameTypeReqDescription
forcebooleanForce regeneration if video exists (default: false)
fpsintegerFrames per second (default: 30)
project_idstringyesProject ID to generate video for
resolutionarray[width, height], e.g. [1920, 1080] (default: [1920, 1080])

No output schema declared.

No examples provided.

get_credit_balance ~62

Check remaining API credits before starting expensive operations. Call this before large projects (>10 slides) to avoid mid-job failures. 1 complete 25-slide course costs ~3,980 credits (render 3,500 + TTS 400 + video 80).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_project ~33

Use this to retrieve detailed metadata and status for a specific project.

NameTypeReqDescription
project_idstringyesProject ID to retrieve

No output schema declared.

No examples provided.

get_project_context ~66

Get a complete snapshot of a project in one call: metadata, all slides with script/audio status, progress summary, and what to do next. Call this after any long-running operation to orient yourself before deciding the next action.

NameTypeReqDescription
project_idstringyesProject ID to inspect

No output schema declared.

No examples provided.

list_projects ~48

Use this when the user wants to see their existing projects. Returns a paginated project list.

NameTypeReqDescription
limitintegerMax results to return (default: 50, max: 100)

No output schema declared.

No examples provided.

list_slides ~42

Use this to list all slides in a project with their titles, scripts, and render status.

NameTypeReqDescription
project_idstringyesProject ID to list slides for

No output schema declared.

No examples provided.

list_voices ~54

Use this to browse available TTS voices across all providers before generating audio.

NameTypeReqDescription
providerstringFilter by provider: 'gemini' | 'cosyvoice' | 'azure'. Omit for all providers.

No output schema declared.

No examples provided.

render_slides ~135

Use this to generate AI slide images for a project. Each slide gets a background image from the AI model. Optionally pass a style_guide (from analyze_style_image) to apply a consistent visual style.

NameTypeReqDescription
image_sizestringResolution: '1K' | '2K' | '4K' (default: '2K')
project_idstringyesTarget project ID
slidesarrayyesArray of {title, description} objects
style_guideobjectStyle guide object from analyze_style_image. Pass this to apply a consistent visual style to all slides.

No output schema declared.

No examples provided.

topic_to_video ~238

Use this for one-click presentation creation from a topic. Default: slides only. Set include_scripts=true for narration, include_video=true for full MP4. Poll check_status afterward.

NameTypeReqDescription
image_sizestringResolution: '1K' | '2K' | '4K' (default: '2K')
include_scriptsbooleanGenerate narration scripts (default: false)
include_videobooleanGenerate TTS + compile MP4, implies include_scripts (default: false)
languagestring'zh-TW' | 'zh-CN' | 'en' | 'ja' (default: 'zh-TW')
slides_countintegerNumber of slides (default: 8)
stylestring'professional' | 'playful' | 'minimalist'
topicstringyesThe topic, e.g. 'Introduction to Machine Learning'
tts_providerstring'gemini' | 'cosyvoice' | 'azure'
tts_voicestringVoice name/ID from the chosen provider

No output schema declared.

No examples provided.

update_project ~138

Use this to update project settings like title, description, TTS provider, voice, or language.

NameTypeReqDescription
descriptionstringNew project description
project_idstringyesProject ID to update
titlestringNew project title
tts_languagestringLanguage code, e.g. 'zh-TW', 'en'
tts_providerstring'gemini' | 'cosyvoice' | 'azure'
tts_speaking_ratenumberSpeed multiplier (default: 1.0)
tts_voicestringVoice name/ID

No output schema declared.

No examples provided.

update_slide ~54

Use this to edit a slide's title or narration script text.

NameTypeReqDescription
scriptstringNew narration script text
slide_idstringyesSlide ID to update
titlestringNew slide title

No output schema declared.

No examples provided.

upload_complete ~43

Use this after the file has been uploaded to the pre-signed URL. Triggers server-side processing.

NameTypeReqDescription
project_idstringyesProject ID returned from upload_init

No output schema declared.

No examples provided.

upload_init ~63

Use this to upload an existing PPTX or PDF file. Returns a pre-signed upload URL and project_id.

NameTypeReqDescription
filenamestringyesOriginal filename with extension, e.g. 'deck.pptx'
titlestringyesTitle for the uploaded presentation

No output schema declared.

No examples provided.