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

io.github.isamu/mulmocast-vision

NPM · MULMOCAST-VISION · SCANNED SEP 24

Easy and stylish presentation slide generator.

Available components

0 this week 79 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • A known CVE affects extract-zip, but no fixed version has been published, so there is nothing to upgrade to. View diagnostics → Partial
  • No install/post-install scripts declared.Pass
  • 70 of 211 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency45
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (AGPL-3.0-or-later).Pass
  • Actively maintained (last published 71 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability57
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 6636 tokens (~79/item across 83 items; 83 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 40% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 83 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 83 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.isamu/mulmocast-vision MCP server?

io.github.isamu/mulmocast-vision runs locally as an npm package, launched with npx -y mulmocast-vision. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mulmocast-vision

# add to Claude Code
claude mcp add isamu-mulmocast-vision -- npx -y mulmocast-vision
// .cursor/mcp.json
{
  "mcpServers": {
    "isamu-mulmocast-vision": {
      "command": "npx",
      "args": [
        "-y",
        "mulmocast-vision"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "isamu-mulmocast-vision": {
      "command": "npx",
      "args": [
        "-y",
        "mulmocast-vision"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add isamu-mulmocast-vision -- npx -y mulmocast-vision
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "isamu-mulmocast-vision": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mulmocast-vision"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add isamu-mulmocast-vision --command npx --arg -y --arg mulmocast-vision
# ~/.hermes/config.yaml
mcp_servers:
  isamu-mulmocast-vision:
    command: "npx"
    args: ["-y", "mulmocast-vision"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "isamu-mulmocast-vision": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mulmocast-vision"
      ]
    }
  }
}
# add to Vellum
assistant mcp add isamu-mulmocast-vision -t stdio -c npx -a -y mulmocast-vision
// mcp.json
{
  "mcpServers": {
    "isamu-mulmocast-vision": {
      "command": "npx",
      "args": [
        "-y",
        "mulmocast-vision"
      ]
    }
  }
}
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.

  • 24 Sept 26 0
    • Stability: 0.97 → pass security
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail ▼ functional
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1
    • Security disclosure: fail → unverified ▼ functional
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 24 Sept 2026 · Analysed npm/mulmocast-vision@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-7pqw-9j4j-h8q3 CVE-2026-19693 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H no
GHSA-jmr9-qjv8-65gv CVE-2026-56876 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N no

Background: What a vulnerability scan can and cannot prove →

Dependencies 211 packages
Packages resolved 211
Deprecated 2
Stale 70
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 83 exposed · ~6,636 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
createPipelineFunnelSlide ~72

Create or update a pipeline funnel placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
stagesarrayyes–
valuesarray––

No output schema declared.

No examples provided.

createPLBreakdownSlide ~74

Create or update a P&L breakdown placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
categoriesarrayyes–
valuesarrayyes–

No output schema declared.

No examples provided.

createPorterFiveForcesSlide ~99

Create or update a Porter’s Five Forces slide.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
buyersarrayyes–
newEntrantsarrayyes–
rivalryarrayyes–
substitutesarrayyes–
suppliersarrayyes–

No output schema declared.

No examples provided.

createPositioningMapSlide ~81

Create or update a competitive positioning map.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
playersarrayyes–
xAxisstringyes–
yAxisstringyes–

No output schema declared.

No examples provided.

createPricingWaterfallSlide ~65

Create or update a pricing waterfall placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
stepsarrayyes–

No output schema declared.

No examples provided.

createProductRoadmapSlide ~71

Create or update a product roadmap.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
itemsarray––
releasesarrayyes–

No output schema declared.

No examples provided.

createPyramidPrincipleSlide ~125

Create or update one slide in the presentation that follows the pyramid principle. The slide starts with the key message, followed by supporting reasons, and optional detailed breakdowns.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
detailsarray–Optional deeper details for each supporting reason
keyMessagestringyesTop-level conclusion or main message
supportsarrayyesSupporting reasons for the key message

No output schema declared.

No examples provided.

createQuarterlyRoadmapSlide ~72

Create or update a quarterly roadmap.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
itemsarrayyes–
quartersarrayyes–

No output schema declared.

No examples provided.

createRaciSlide ~78

Create or update a RACI matrix.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
assignmentsarray––
rolesarrayyes–
tasksarrayyes–

No output schema declared.

No examples provided.

createRevenueModelSlide ~73

Create or update revenue streams and pricing notes.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
pricingNotesstring––
streamsarrayyes–

No output schema declared.

No examples provided.

createRiskMitigationSlide ~67

Create or update a risk register with mitigations.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
risksarrayyes–

No output schema declared.

No examples provided.

createSalesDashboardSlide ~71

Create or update a sales dashboard placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
metricsarrayyes–
notesstring––

No output schema declared.

No examples provided.

createScenarioPlanningSlide ~71

Create or update a scenario planning slide.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
impactsarray––
scenariosarrayyes–

No output schema declared.

No examples provided.

createScqaSlide ~124

Create or update one slide in the presentation that explains a storyline using the SCQA framework: Situation, Complication, Question, and Answer.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
answerstringyesThe answer or proposed resolution
complicationstringyesThe complication or challenge
questionstringyesThe key question that arises
situationstringyesThe initial situation or context

No output schema declared.

No examples provided.

createSectionDividerSlide ~134

Create or update a new slide in the presentation that serves as a section divider. This slide must include both a large main heading and a subtitle. Use this when the user wants to create a single slide that clearly introduces or separates a new section in their presentation.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
headingstringyesMain section title, shown prominently on the slide
subheadingstringyesSubtitle that provides context or explanation for the section

No output schema declared.

No examples provided.

createSegmentationSlide ~71

Create or update a customer segmentation slide.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
descriptorsarray––
segmentsarrayyes–

No output schema declared.

No examples provided.

createSensitivityAnalysisSlide ~71

Create or update a sensitivity analysis placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
scenariosarrayyes–
variablesarrayyes–

No output schema declared.

No examples provided.

createSevenSSlide ~111

Create or update a McKinsey 7S slide.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
sharedValuesstringyes–
skillsstringyes–
staffstringyes–
strategystringyes–
structurestringyes–
stylestringyes–
systemsstringyes–

No output schema declared.

No examples provided.

createShareholderValueTreeSlide ~67

Create or update a shareholder value driver tree.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
driversarrayyes–

No output schema declared.

No examples provided.

createStakeholderMapSlide ~66

Create or update a stakeholder influence-interest map.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
stakeholdersarrayyes–

No output schema declared.

No examples provided.

createSupportOrgModelSlide ~73

Create or update a support organization model placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
rolesarray––
tiersarrayyes–

No output schema declared.

No examples provided.

createSurveyResultsSlide ~71

Create or update a survey results summary.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
questionsarrayyes–
summariesarray––

No output schema declared.

No examples provided.

createSustainabilityRoadmapSlide ~73

Create or update a sustainability roadmap.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
actionsarray––
phasesarrayyes–

No output schema declared.

No examples provided.

createSwotSlide ~84

Create or update a SWOT matrix.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
opportunitiesarrayyes–
strengthsarrayyes–
threatsarrayyes–
weaknessesarrayyes–

No output schema declared.

No examples provided.

createSynergyCaptureSlide ~73

Create or update a synergy capture plan placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
sourcesarrayyes–
valuesarray––

No output schema declared.

No examples provided.

createTamSamSomSlide ~94

Create or update a market size (TAM/SAM/SOM) slide.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
notesstring––
samnumberyes–
somnumberyes–
tamnumberyes–

No output schema declared.

No examples provided.

createTechRoadmapSlide ~73

Create or update a technology roadmap with phases.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
itemsarray––
phasesarrayyes–

No output schema declared.

No examples provided.

createThankYouContactSlide ~101

Create or update a closing slide with a thank-you message and contacts.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
emailstring––
messagestringyes–
namestring––
qrImageUrlstring––
urlstring––

No output schema declared.

No examples provided.

createThreeCSlide ~87

Create or update a 3C (Company, Customer, Competitor) slide.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
companyarrayyes–
competitorarrayyes–
customerarrayyes–

No output schema declared.

No examples provided.

createTwoByTwoMatrixSlide ~88

Create or update a 2x2 matrix with quadrant items.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
quadrantsarrayyes–
xAxisstringyes–
yAxisstringyes–

No output schema declared.

No examples provided.

createValueChainSlide ~75

Create or update a value chain with primary and support activities.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
primaryarrayyes–
supportarrayyes–

No output schema declared.

No examples provided.

createWaterfallSlide ~72

Create or update a numeric waterfall steps placeholder.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
stepsarrayyes–
titlestring––

No output schema declared.

No examples provided.

setDirectory ~49

Specify a directory for each session and output the content to that directory. Call it once before creating a slide, and again when creating the next new slide.

NameTypeReqDescription
directoryNamestringyesDirectory name

No output schema declared.

No examples provided.

Common questions

What is the io.github.isamu/mulmocast-vision MCP server?

io.github.isamu/mulmocast-vision is an MCP server listed in the public MCP registry as io.github.isamu/mulmocast-vision. Easy and stylish presentation slide generator. This page covers its npm package (mulmocast-vision).

Is the io.github.isamu/mulmocast-vision MCP server safe to use?

io.github.isamu/mulmocast-vision scores 79 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.isamu/mulmocast-vision MCP server expose?

io.github.isamu/mulmocast-vision exposes 83 tools: createSectionDividerSlide, createAgendaSlide, createExecutiveSummarySlide, createKeyMessageWithSupportsSlide, createHypothesisSlide, and 78 more. Their descriptions and schemas cost roughly 6,636 tokens of context every time the server is loaded.

Is the io.github.isamu/mulmocast-vision MCP server still maintained?

io.github.isamu/mulmocast-vision is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.isamu/mulmocast-vision MCP server under?

io.github.isamu/mulmocast-vision declares the AGPL-3.0-or-later licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.