com.tutorializer/tutorializer
com.tutorializer/tutorializerAudit localized tutorials and safely maintain project metadata and pronunciation rules.
Tools · 15
List a bounded page of Tutorializer projects the authenticated user has access to. Returns a Markdown table of id, name, domain, and last edit time.
Fetch a single Tutorializer project by immutable id or stable public vanity id. Returns the project metadata, its locale and voice settings, and any pronunciation rules formatted as Markdown.
Audit one Tutorializer project across configured locales, rendered-video locales/devices, and speech languages. Reads at most 100 rows per content type and marks truncated totals as lower bounds.
List Tutorializer tutorial definitions. Optionally filter by projectId. Returns a Markdown table of id, name, project, default voice, and last edit time; rendered locales and devices live on videos.
Fetch one Tutorializer tutorial definition and a bounded preview of its rendered locale/device outputs. A tutorial does not itself have a locale or status; those vary per video.
List rendered Tutorializer videos. Optionally filter by projectId, tutorialId, locale, and device. Returns a Markdown table of output dimensions, locale, device, format, and URL.
Fetch a single rendered Tutorializer video by id. Returns its tutorial, locale, device, dimensions, primary media URL, chapters, subtitles, and thumbnail metadata.
List a bounded page of Tutorializer speeches (voiceover segments). Optionally filter by projectId and language. Returns a safe preview of id, text, language, project, and URL.
Fetch a single Tutorializer speech (voiceover segment) by id. Returns the speech metadata plus its full source text and translation formatted as Markdown.
Create a Tutorializer project. State-changing and non-idempotent: repeating the call creates another project, so list projects and confirm the intended name first.
Add or replace one project pronunciation rule and synchronize its ElevenLabs pronunciation dictionary. Repeating an identical rule is a no-op.
Remove one project pronunciation rule and synchronize its ElevenLabs dictionary. Destructive but idempotent: a missing rule is a no-op. Existing speech audio is not regenerated automatically.
Permanently delete one Tutorializer speech record plus its S3 audio and alignment files. Idempotent, but deleted audio cannot be recovered without synthesizing it again and spending credits.
Permanently delete one Tutorializer rendered-video record and its primary S3 object. Idempotent, but the render must be uploaded or generated again to restore it.
Render a bounded tenant-scoped Tutorializer project snapshot with tutorial, video, and voiceover counts. Use this after listing projects or when the user provides an immutable project id or stable pub…
Resources · 6
An inline, tenant-scoped Tutorializer project overview.
ui://tutorializer/project-overview-v2.html
An inline, tenant-scoped Tutorializer project overview.
ui://tutorializer/project-overview-v1.html
An inline, tenant-scoped Tutorializer tutorial detail view.
ui://tutorializer/tutorial-detail-v2.html
An inline, tenant-scoped Tutorializer tutorial detail view.
ui://tutorializer/tutorial-detail-v1.html
Inspect and safely maintain a Tutorializer product-training library — projects, tutorial definitions, rendered locale/device video outputs, voiceover segments, localization coverage, and pronunciation…
skill://tutorializer/tutorial-library-audit/SKILL.md
Query and manage Tutorializer tutorial-video libraries with the `tutorializer` CLI — list and inspect projects, tutorial definitions, rendered videos, and synthesized voiceover speeches; create projec…
skill://tutorializer/tutorializer/SKILL.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.tutorializer/tutorializer": {
"url": "https://mcp.tutorializer.com/mcp",
"transport": "streamable-http"
}
}
}