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.inity13/scenariosim-mcp

NPM · SCENARIOSIM-MCP · 2 COMPONENTS · SCANNED AUG 20

Deterministic what-if & scenario simulation for AI agents: projections, sensitivity & break-even.

+4 this week 67 Trust /100
Trust breakdown (6 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 →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 1 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability58
  • AI-judged instruction clarity (fair).Partial
  • Context-footprint check failed: tool/resource definitions use about 746 tokens (~124/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • 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 Coverage78
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 33% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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 · scenariosim-mcp

# add to Claude Code
claude mcp add inity13-scenariosim-mcp -- npx -y scenariosim-mcp
# add to Codex CLI
codex mcp add inity13-scenariosim-mcp -- npx -y scenariosim-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "inity13-scenariosim-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "scenariosim-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add inity13-scenariosim-mcp --command npx --arg -y --arg scenariosim-mcp
# ~/.hermes/config.yaml
mcp_servers:
  inity13-scenariosim-mcp:
    command: "npx"
    args: ["-y", "scenariosim-mcp"]
// mcp.json
{
  "mcpServers": {
    "inity13-scenariosim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scenariosim-mcp"
      ]
    }
  }
}
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.

  • 20 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Aug 26 63

    First indexed and scored.

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 20 Aug 2026 · Analysed npm/scenariosim-mcp@1.0.2

Provenance No attestation

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

Result No attestation
Ecosystem npm
Dependencies 1 package
Packages resolved 1
Tree resolution Complete
MCP tools · 6 exposed · ~746 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.

Tool Tokens
break_even ~192

Solve for the input value required to make an output metric reach a target value (bisection). Returns the required input, change from baseline, achieved metric, and residual.

NameTypeReqDescription
boundsarray
horizonintegerPeriods to project (1..1200).
inputsobjectScenario assumptions {name:value}; valid keys depend on the template (see list_templates). Unknown keys are ignored. May also be passed at top level.
period_labelstring
solve_forstringyes
target_metricstring
target_valuenumberyes
templatestringyesTemplate id: saas_growth, pricing_change, churn_impact, cost_reduction, hiring_plan, cash_runway, unit_economics, marketing_funnel, compound_growth. Omit or 'custom' for a free-form 'metrics' model.

No output schema declared.

No examples provided.

compare_scenarios ~87

Run 2-3 scenarios and compare their key_results side by side with deltas vs the first (baseline). Optionally rank on 'compare_metric' with 'goal' (max|min).

NameTypeReqDescription
compare_metricstring
goalstring
horizoninteger
include_projectionsboolean
scenariosarrayyes

No output schema declared.

No examples provided.

health_check ~16

Server health, version, and capabilities.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_templates ~31

List all pre-built scenario templates (inputs, defaults, outputs) plus the custom-scenario format and period labels.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

run_scenario ~198

Main simulation tool. Deterministic what-if projection from a template or a free-form 'metrics' model. Returns projections, key_results, assumptions_used, methodology, notes, and a plain-language explanation. 100% deterministic.

NameTypeReqDescription
horizonintegerPeriods to project (1..1200).
inputsobjectScenario assumptions {name:value}; valid keys depend on the template (see list_templates). Unknown keys are ignored. May also be passed at top level.
metricsarrayCustom model: [{name, start, growth_rate?, mode:'compound'|'linear'}].
period_labelstring
templatestringTemplate id: saas_growth, pricing_change, churn_impact, cost_reduction, hiring_plan, cash_runway, unit_economics, marketing_funnel, compound_growth. Omit or 'custom' for a free-form 'metrics' model.

No output schema declared.

No examples provided.

sensitivity_analysis ~222

Vary one or more inputs and show the impact on a target output metric (one-at-a-time). Returns per-variable sweeps, elasticity estimates, output ranges, and the most influential inputs.

NameTypeReqDescription
horizonintegerPeriods to project (1..1200).
inputsobjectScenario assumptions {name:value}; valid keys depend on the template (see list_templates). Unknown keys are ignored. May also be passed at top level.
maxnumber
minnumber
period_labelstring
stepsinteger
target_metricstring
templatestringyesTemplate id: saas_growth, pricing_change, churn_impact, cost_reduction, hiring_plan, cash_runway, unit_economics, marketing_funnel, compound_growth. Omit or 'custom' for a free-form 'metrics' model.
valuesarray
variablestring
variablesarray
variationnumber

No output schema declared.

No examples provided.