SlideMaster
NPM · @SLIDEMASTER/MCP-SERVER · SCANNED AUG 3
Create AI presentation videos with slides, narration, TTS audio, and MP4 export from any topic.
Available components
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
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 146 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
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
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
claude mcp add headdao-slidemaster-mcp -- npx -y @slidemaster/mcp-server
codex mcp add headdao-slidemaster-mcp -- npx -y @slidemaster/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"headdao-slidemaster-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@slidemaster/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add headdao-slidemaster-mcp --command npx --arg -y --arg @slidemaster/mcp-server
mcp_servers:
headdao-slidemaster-mcp:
command: "npx"
args: ["-y", "@slidemaster/mcp-server"] {
"mcpServers": {
"headdao-slidemaster-mcp": {
"command": "npx",
"args": [
"-y",
"@slidemaster/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| image_url | string | yes | Public 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project ID to generate scripts for |
| prompt_style | string | — | 'professional' | 'casual' | 'educational' |
| regenerate | boolean | — | Force regeneration if scripts exist (default: false) |
| slide_ids | array | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Optional project description |
| title | string | yes | Project title, e.g. 'Q3 Sales Report' |
| type | string | — | '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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project ID to delete |
No output schema declared.
No examples provided.
delete_slide ~32
Use this to permanently remove a single slide from a project.
| Name | Type | Req | Description |
|---|---|---|---|
| slide_id | string | yes | Slide 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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).
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | — | 'zh-TW' | 'zh-CN' | 'en' | 'ja' (default: 'zh-TW') |
| slides_count | integer | — | Number of slides (default: 8) |
| style | string | — | 'professional' | 'playful' | 'minimalist' |
| topic | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| prompt_style | string | — | 'professional' | 'casual' | 'educational' (default: 'professional') |
| regenerate | boolean | — | Force regeneration if script exists (default: false) |
| slide_id | string | yes | Slide 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | — | Project ID — generates TTS for all slides |
| slide_id | string | — | Slide ID — generates TTS for one slide |
| speaking_rate | number | — | Speed multiplier, e.g. 0.8 slower, 1.2 faster (default: 1.0) |
| tts_provider | string | — | 'gemini' | 'cosyvoice' | 'azure' |
| voice_name | string | — | Voice 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.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force regeneration if video exists (default: false) |
| fps | integer | — | Frames per second (default: 30) |
| project_id | string | yes | Project ID to generate video for |
| resolution | array | — | [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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| provider | string | — | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| image_size | string | — | Resolution: '1K' | '2K' | '4K' (default: '2K') |
| project_id | string | yes | Target project ID |
| slides | array | yes | Array of {title, description} objects |
| style_guide | object | — | Style 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.
| Name | Type | Req | Description |
|---|---|---|---|
| image_size | string | — | Resolution: '1K' | '2K' | '4K' (default: '2K') |
| include_scripts | boolean | — | Generate narration scripts (default: false) |
| include_video | boolean | — | Generate TTS + compile MP4, implies include_scripts (default: false) |
| language | string | — | 'zh-TW' | 'zh-CN' | 'en' | 'ja' (default: 'zh-TW') |
| slides_count | integer | — | Number of slides (default: 8) |
| style | string | — | 'professional' | 'playful' | 'minimalist' |
| topic | string | yes | The topic, e.g. 'Introduction to Machine Learning' |
| tts_provider | string | — | 'gemini' | 'cosyvoice' | 'azure' |
| tts_voice | string | — | Voice 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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | New project description |
| project_id | string | yes | Project ID to update |
| title | string | — | New project title |
| tts_language | string | — | Language code, e.g. 'zh-TW', 'en' |
| tts_provider | string | — | 'gemini' | 'cosyvoice' | 'azure' |
| tts_speaking_rate | number | — | Speed multiplier (default: 1.0) |
| tts_voice | string | — | Voice name/ID |
No output schema declared.
No examples provided.
update_slide ~54
Use this to edit a slide's title or narration script text.
| Name | Type | Req | Description |
|---|---|---|---|
| script | string | — | New narration script text |
| slide_id | string | yes | Slide ID to update |
| title | string | — | New 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project 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.
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | yes | Original filename with extension, e.g. 'deck.pptx' |
| title | string | yes | Title for the uploaded presentation |
No output schema declared.
No examples provided.