Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.inity13/scenariosim-mcp

io.github.inity13/scenariosim-mcp

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

Uptime
100.0%
3 direct probes · 30d
Response
156ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

run_scenario

Main simulation tool. Run a deterministic what-if projection from a pre-built template (saas_growth, pricing_change, churn_impact, cost_reduction, hiring_plan, cash_runway, unit_economics, marketing_f…

sensitivity_analysis

Vary one or more input assumptions and show the impact on a target output metric (one-at-a-time sensitivity). Provide 'template', the input to sweep via 'variable' (or 'variables' array), and 'target_…

break_even

Solve for the input value required to make an output metric hit a target value (deterministic bisection root-finding). Provide 'template', 'solve_for' (the input to solve), 'target_metric' (defaults t…

compare_scenarios

Run 2-3 scenarios and compare their key_results side by side, with deltas against the first (baseline) scenario. Provide a 'scenarios' array where each entry is {name?, template, inputs} (each may set…

list_templates

Discovery tool: list every pre-built scenario template (id, label, category, description, primary output, documented inputs with defaults/units, and available output metrics), plus how to run a custom…

health_check

Server health, version, and capabilities (tools, templates, period labels, max horizon). No parameters.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.inity13/scenariosim-mcp": {
      "url": "https://scenariosim-mcp.pages.dev/mcp",
      "transport": "streamable-http"
    }
  }
}