com.tutorializer/tutorializer

MCPcommunautéen ligne
v0.1.0com.tutorializerUnknownMis à jour il y a 1 mois

Audit localized tutorials and safely maintain project metadata and pronunciation rules.

État de l’endpointen ligne
vérifié il y a 6 h · 1229 ms
100 % des dernières 5 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurcom.tutorializer
LicenceUnknown
Version0.1.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
✓Listé dans l’index Forge+10/10
—Identité de l’éditeur vérifiée+0/30
→ Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
—Vérification de domaine+0/10
→ Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
✓Analyse d’injection de prompt · propre+30/30
✓Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine—
Provenance—
DépendancesNon audité
Surface d’outils23 outils · 4 privilégiés
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé15 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

23 outils · 4 privilégiés
Observé en direct depuis l’endpoint du fournisseur6h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://mcp.tutorializer.com/mcp23 outils · 1229 ms
list_projectsList a bounded page of Tutorializer projects the authenticated user has access to. Returns a Markdown table of id, name, domain, and last edit time.

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.

ParamètreTypeDescription
limitinteger—
cursorstringOpaque cursor from a previous call
get_projectFetch 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.

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.

ParamètreTypeDescription
projectId*stringProject id or stable public vanity id
get_project_localization_summaryAudit 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.

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.

ParamètreTypeDescription
projectId*stringTutorializer project id or stable public vanity id
expectedDevicesarrayExpected output device names; defaults to computer, tablet, and smartphone
list_tutorialsList 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.

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.

ParamètreTypeDescription
projectIdstringFilter tutorials by project id
limitinteger—
cursorstringOpaque cursor from a previous call
get_tutorialFetch 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.

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.

ParamètreTypeDescription
tutorialId*stringTutorial id (uuid)
list_videosList rendered Tutorializer videos. Optionally filter by projectId, tutorialId, locale, and device. Returns a Markdown table of output dimensions, locale, device, format, and URL.

List rendered Tutorializer videos. Optionally filter by projectId, tutorialId, locale, and device. Returns a Markdown table of output dimensions, locale, device, format, and URL.

ParamètreTypeDescription
projectIdstringFilter videos by project id
tutorialIdstringFilter videos by tutorial id
localestringFilter by locale, e.g. en, es
devicestringFilter by device, e.g. desktop, smartphone
limitinteger—
cursorstringOpaque cursor from a previous call
get_videoFetch a single rendered Tutorializer video by id. Returns its tutorial, locale, device, dimensions, primary media URL, chapters, subtitles, and thumbnail metadata.

Fetch a single rendered Tutorializer video by id. Returns its tutorial, locale, device, dimensions, primary media URL, chapters, subtitles, and thumbnail metadata.

ParamètreTypeDescription
videoId*stringVideo id (uuid)
list_speechesList 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.

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.

ParamètreTypeDescription
projectIdstringFilter speeches by project id
languagestringFilter speeches by language code, e.g. en, es, de
limitinteger—
cursorstringOpaque cursor from a previous call
get_speechFetch a single Tutorializer speech (voiceover segment) by id. Returns the speech metadata plus its full source text and translation formatted as Markdown.

Fetch a single Tutorializer speech (voiceover segment) by id. Returns the speech metadata plus its full source text and translation formatted as Markdown.

ParamètreTypeDescription
speechId*stringSpeech id (uuid)
create_projectCreate a Tutorializer project. State-changing and non-idempotent: repeating the call creates another project, so list projects and confirm the intended name first.

Create a Tutorializer project. State-changing and non-idempotent: repeating the call creates another project, so list projects and confirm the intended name first.

ParamètreTypeDescription
name*stringProject name
domainstringOptional product domain, for example example.com
defaultLocalestringDefault locale code, for example en or pt-BR
update_projectChange a Tutorializer project’s name, domain, locales, default voice or narration speed. Reads the stored project first and rewrites the whole record, so unspecified fields keep their current values. The locales list is a complete replacement, and removing a locale stops it being expected by the lo…

Change a Tutorializer project’s name, domain, locales, default voice or narration speed. Reads the stored project first and rewrites the whole record, so unspecified fields keep their current values. The locales list is a complete replacement, and removing a locale stops it being expected by the lo…

ParamètreTypeDescription
projectId*stringProject id or stable public vanity id
namestringNew name
domainstringNew product domain, for example example.com
defaultLocalestringNew default locale, for example en or pt-BR
localesarrayComplete replacement list of locales the project publishes. Locales absent from this list stop being expected.
defaultVoicestringNew default voice id for synthesized narration
speednumberNew narration speed multiplier
create_tutorialCreate a Tutorializer tutorial definition inside a project. State-changing and non-idempotent: repeating the call creates another tutorial, so list tutorials and confirm the intended name first. This records the tutorial; it does not record or render a video.

Create a Tutorializer tutorial definition inside a project. State-changing and non-idempotent: repeating the call creates another tutorial, so list tutorials and confirm the intended name first. This records the tutorial; it does not record or render a video.

ParamètreTypeDescription
projectId*stringProject id that will own the tutorial
name*stringTutorial name
defaultVoicestringOptional voice id used when narration is synthesized for this tutorial
update_tutorialRename a Tutorializer tutorial or change the default voice used for its narration. Reads the stored tutorial first and rewrites the whole record, so unspecified fields keep their current values. Submitting the values it already has is a no-op.

Rename a Tutorializer tutorial or change the default voice used for its narration. Reads the stored tutorial first and rewrites the whole record, so unspecified fields keep their current values. Submitting the values it already has is a no-op.

ParamètreTypeDescription
tutorialId*stringTutorial id to edit
namestringNew tutorial name
defaultVoicestringNew default voice id for synthesized narration
create_videoRegister one already-uploaded rendered tutorial video with Tutorializer, recording its locale, device, dimensions and media URLs. State-changing and non-idempotent: repeating the call registers a second output. This does not record, render or upload a file; host the file first and pass its public h…

Register one already-uploaded rendered tutorial video with Tutorializer, recording its locale, device, dimensions and media URLs. State-changing and non-idempotent: repeating the call registers a second output. This does not record, render or upload a file; host the file first and pass its public h…

ParamètreTypeDescription
projectId*stringProject id that owns the tutorial
tutorialId*stringTutorial id this rendered output belongs to
url*stringPublic https URL of the already-uploaded video file
localestringLocale of this render, for example en or pt-BR
devicestringDevice profile, for example computer or smartphone
formatstringContainer or codec, for example mp4 or webm
widthinteger—
heightinteger—
durationnumberDuration in seconds
fileSizenumberFile size in bytes
chaptersUrl—Public https URL of chapters
subtitlesUrl—Public https URL of a WebVTT subtitle track
thumbnailUrl—Public https URL of a poster
update_videoCorrect the metadata of one registered Tutorializer rendered video, such as its locale, device, dimensions or media URLs. Reads the stored record first and rewrites the whole document, so unspecified fields keep their current values. Submitting the values it already has is a no-op.

Correct the metadata of one registered Tutorializer rendered video, such as its locale, device, dimensions or media URLs. Reads the stored record first and rewrites the whole document, so unspecified fields keep their current values. Submitting the values it already has is a no-op.

ParamètreTypeDescription
videoId*stringRendered video id
urlstringNew public https URL of the video file
localestring—
devicestring—
formatstring—
widthinteger—
heightinteger—
durationnumber—
fileSizenumber—
chaptersUrl——
subtitlesUrl——
thumbnailUrl——
create_speechCreate one Tutorializer voiceover segment for a project. Without a url it synthesizes narration audio from the text with the project's speech provider, which consumes the organization's synthesis credits and is billable. Pass url instead to register audio you already produced. State-changing and no…

Create one Tutorializer voiceover segment for a project. Without a url it synthesizes narration audio from the text with the project's speech provider, which consumes the organization's synthesis credits and is billable. Pass url instead to register audio you already produced. State-changing and no…

ParamètreTypeDescription
projectId*stringProject id that will own the voiceover segment
text*stringNarration text to speak
language*stringLanguage code of the narration, for example en or pt-BR
translatedTextstringOptional translation spoken instead of the source text
voicestringOptional voice id; defaults to the project's default voice
urlstringPublic https URL of audio you already produced. Supplying it records the segment without synthesizing anything.
update_speechChange the text, translation, language or voice of one Tutorializer voiceover segment. Every one of those fields determines the audio, so a real change re-synthesizes the segment with the project's speech provider, consumes synthesis credits and replaces the previous audio. Submitting the values it…

Change the text, translation, language or voice of one Tutorializer voiceover segment. Every one of those fields determines the audio, so a real change re-synthesizes the segment with the project's speech provider, consumes synthesis credits and replaces the previous audio. Submitting the values it…

ParamètreTypeDescription
speechId*stringVoiceover segment id to edit
textstringNew narration text
translatedTextstringNew translation spoken instead of the source text
languagestringNew language
voicestringNew voice id
set_pronunciation_ruleAdd or replace one project pronunciation rule and synchronize its ElevenLabs pronunciation dictionary. Repeating an identical rule is a no-op.

Add or replace one project pronunciation rule and synchronize its ElevenLabs pronunciation dictionary. Repeating an identical rule is a no-op.

ParamètreTypeDescription
projectId*stringTutorializer project id
word*stringWord or phrase to match
phonemes*stringPhonetic pronunciation
alphabetstringPhonetic alphabet; defaults to ipa
remove_pronunciation_ruleprivilégié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.

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.

ParamètreTypeDescription
projectId*stringTutorializer project id
word*stringExact word or phrase whose pronunciation rule should be removed
delete_tutorialprivilégiéPermanently delete one Tutorializer tutorial definition. Idempotent, but the definition must be authored again to restore it. Rendered videos and voiceover segments are not deleted with it; remove those separately.

Permanently delete one Tutorializer tutorial definition. Idempotent, but the definition must be authored again to restore it. Rendered videos and voiceover segments are not deleted with it; remove those separately.

ParamètreTypeDescription
tutorialId*stringTutorial id to delete
delete_speechprivilégié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 speech record plus its S3 audio and alignment files. Idempotent, but deleted audio cannot be recovered without synthesizing it again and spending credits.

ParamètreTypeDescription
speechId*stringSpeech id to delete
delete_videoprivilégié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.

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.

ParamètreTypeDescription
videoId*stringRendered video id to delete
show_project_overviewRender 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 public vanity id.

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 public vanity id.

ParamètreTypeDescription
projectId*stringTutorializer project id or stable public vanity id to render

23 outils sur 23 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

Audit localized tutorials and safely maintain project metadata and pronunciation rules.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.