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
createAgendaSlide ~112

Create or update one slide in the presentation that shows the agenda. This slide lists the main topics as bullet points under a clear title, giving the audience an overview of what will be covered.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
itemsarrayyesAgenda bullet points
titlestringyesHeading shown at the top of the agenda slide

No output schema declared.

No examples provided.

createBalancedScorecardSlide ~66

Create or update a balanced scorecard slide.

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

No output schema declared.

No examples provided.

createBalanceSheetSlide ~79

Create or update a balance sheet summary placeholder.

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

No output schema declared.

No examples provided.

createBcgMatrixSlide ~90

Create or update a BCG matrix placeholder.

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

No output schema declared.

No examples provided.

createBeforeAfterSlide ~80

Create or update a before vs after comparison slide.

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

No output schema declared.

No examples provided.

createBenchmarkingTableSlide ~72

Create or update a benchmarking comparison table.

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

No output schema declared.

No examples provided.

createBubbleChartPlaceholderSlide ~72

Create or update a bubble chart placeholder.

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

No output schema declared.

No examples provided.

createBusinessModelCanvasSlide ~68

Create or update a Business Model Canvas (9 blocks).

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

No output schema declared.

No examples provided.

createCapabilityMaturitySlide ~69

Create or update a capability maturity model (1–5).

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

No output schema declared.

No examples provided.

createCashFlowSlide ~74

Create or update a cash flow summary placeholder.

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

No output schema declared.

No examples provided.

createChangeCurveSlide ~72

Create or update a change curve with stages.

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

No output schema declared.

No examples provided.

createCircularEconomyMapSlide ~68

Create or update a circular economy loop map placeholder.

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

No output schema declared.

No examples provided.

createCommunicationPlanSlide ~78

Create or update a communication plan matrix.

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

No output schema declared.

No examples provided.

createComplianceHeatmapSlide ~73

Create or update a compliance heatmap placeholder.

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

No output schema declared.

No examples provided.

createCostStructureSlide ~76

Create or update a cost structure with buckets and notes.

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

No output schema declared.

No examples provided.

createCsrInitiativesSlide ~66

Create or update a CSR initiatives slide.

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

No output schema declared.

No examples provided.

createCultureValuesSlide ~72

Create or update a culture and values slide.

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

No output schema declared.

No examples provided.

createCustomerJourneySlide ~76

Create or update a customer journey with stages and touchpoints.

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

No output schema declared.

No examples provided.

createCustomerSuccessJourneySlide ~73

Create or update a customer success journey map.

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

No output schema declared.

No examples provided.

createDigitalMaturitySlide ~79

Create or update a digital maturity assessment.

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

No output schema declared.

No examples provided.

createDriverTreeSlide ~71

Create or update one slide in the presentation that visualizes a driver tree. This slide shows a key business metric at the top and the drivers that influence it branching below.

NameTypeReqDescription
driversarrayyesDriver branches that affect the main metric
metricstringyesThe main business metric being analyzed

No output schema declared.

No examples provided.

createEcosystemMapSlide ~74

Create or update an ecosystem or partner map.

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

No output schema declared.

No examples provided.

createEsgFrameworkSlide ~79

Create or update an ESG framework summary.

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

No output schema declared.

No examples provided.

createExecutiveSummarySlide ~109

Create or update one slide in the presentation that provides an executive summary. This slide should include a clear title and 3–7 concise bullet points highlighting the key takeaways.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
bulletsarrayyesKey takeaway points to summarize
titlestringyesSlide title for the executive summary

No output schema declared.

No examples provided.

createFourPSlide ~87

Create or update a marketing 4P slide.

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

No output schema declared.

No examples provided.

createFunnelSlide ~64

Create or update a funnel stages 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–

No output schema declared.

No examples provided.

createGanttSimpleSlide ~66

Create or update a simple Gantt placeholder.

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

No output schema declared.

No examples provided.

createGeMcKinseyMatrixSlide ~93

Create or update a GE-McKinsey 3x3 matrix placeholder.

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

No output schema declared.

No examples provided.

createHeatmapPlaceholderSlide ~79

Create or update a heatmap placeholder.

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

No output schema declared.

No examples provided.

createHypothesisSlide ~114

Create or update one slide in the presentation that presents a hypothesis. This slide states the hypothesis clearly and may also outline implications and suggested next steps.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
hypothesisstringyesThe main hypothesis statement
implicationsarray–Possible implications if the hypothesis is true
nextStepsarray–Recommended next actions

No output schema declared.

No examples provided.

createimageSlide ~77

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).
imageUrlstringyes–
titlestring––

No output schema declared.

No examples provided.

createInnovationFunnelSlide ~72

Create or update an innovation 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).
countsarray––
stagesarrayyes–

No output schema declared.

No examples provided.

createIntegrationPlanSlide ~79

Create or update a post-merger integration (PMI) 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).
milestonesarray––
workstreamsarrayyes–

No output schema declared.

No examples provided.

createIssueTreeSlide ~116

Create or update one slide in the presentation that visualizes an issue tree. This slide shows the root issue at the top and branches into MECE sub-issues to structure the problem.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
branchesarrayyesSub-issues or branches grouped under the root issue
rootIssuestringyesMain issue or problem statement

No output schema declared.

No examples provided.

createKeyMessageWithSupportsSlide ~107

Create or update one slide in the presentation that emphasizes a single key message. The headline should state the main message, supported by at least two bullet points.

NameTypeReqDescription
_indexinteger–If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1).
headlinestringyesMain key message shown as the headline
supportsarrayyesSupporting points or evidence

No output schema declared.

No examples provided.

createKpiHighlightSlide ~75

Create or update a slide highlighting key KPIs.

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

No output schema declared.

No examples provided.

createLaunchPlanSlide ~81

Create or update a go-to-market launch plan.

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

No output schema declared.

No examples provided.

createMAPipelineSlide ~72

Create or update an M&A pipeline 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–
targetsarray––

No output schema declared.

No examples provided.

createMarimekkoPlaceholderSlide ~77

Create or update a Marimekko chart 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–
titlestring––

No output schema declared.

No examples provided.

createMarketDriversSlide ~73

Create or update a list of market growth drivers.

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

No output schema declared.

No examples provided.

createMarketingMixSlide ~72

Create or update a marketing mix summary.

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

No output schema declared.

No examples provided.

createMeceListSlide ~107

Create or update one slide in the presentation that organizes items into MECE (Mutually Exclusive, Collectively Exhaustive) groups. Each group has a label and its own bullet list.

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

No output schema declared.

No examples provided.

createMilestoneTimelineSlide ~71

Create or update a milestone timeline.

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

No output schema declared.

No examples provided.

createNpvSummarySlide ~74

Create or update an NPV summary placeholder.

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

No output schema declared.

No examples provided.

createOkrKpiDashboardSlide ~78

Create or update an OKR/KPI dashboard with tiles.

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

No output schema declared.

No examples provided.

createOptionEvaluationSlide ~80

Create or update an options vs criteria evaluation matrix.

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

No output schema declared.

No examples provided.

createOrgChartSlide ~65

Create or update a simple org chart placeholder.

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

No output schema declared.

No examples provided.

createPartnershipMapSlide ~72

Create or update a partnership ecosystem map.

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

No output schema declared.

No examples provided.

createPDF ~98

combine images to create a PDF.

NameTypeReqDescription
filenamestringyesa file name including the .pdf extension
imagesarray–Optional. If provided, combine exactly these image file name in the given order. those image file name should be the basename (including the .pdf extension) without any directory path, corresponding…

No output schema declared.

No examples provided.

createPersonasSlide ~63

Create or update customer persona cards.

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

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.