mcpbeat Sign in

Scenariosim MCP Server

answering

Scenariosim MCP is answering right now. Last checked 4 min ago. 47 installs a week from npm. It exposes 6 tools. Last commit 12 Aug 2026.

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

Installs per day peak 236 · avg 9
a month agotoday
Uptime history 21 days of history · worst day 65%
21 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
78 ms
Response time
average over 24h
47
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Scenariosim MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add scenariosim-mcp --transport http https://scenariosim-mcp.pages.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scenariosim-mcp": {
      "url": "https://scenariosim-mcp.pages.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scenariosim-mcp]
url = "https://scenariosim-mcp.pages.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "scenariosim-mcp": {
      "url": "https://scenariosim-mcp.pages.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scenariosim-mcp": {
      "url": "https://scenariosim-mcp.pages.dev/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

break
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 to the primary output), and 'target_value'. Optionally pass 'bounds' [low, high] to constrain the search. Returns the required input value, the change from baseline, the achieved metric, and the residual. Assumes the metric is monotonic in the solved input over the range.
compare
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 its own horizon, or pass a shared top-level 'horizon'). Optionally rank on 'compare_metric' with 'goal' ('max' default | 'min') to pick a winner, and set include_projections:true to also return per-period series.
health
health_check
Server health, version, and capabilities (tools, templates, period labels, max horizon). No parameters.
scenario
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_funnel, compound_growth) OR a free-form 'metrics' model. Returns period-by-period projections, headline key_results, the exact assumptions used (with defaults filled in), the methodology, notes, and a plain-language explanation. Pass 'template' + 'inputs' (assumptions), plus optional 'horizon' and 'period_label'. 100% deterministic (40-digit decimal math).
sensitivity
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_metric' (defaults to the template's primary output). Control the sweep with 'variation' (fractional +/- around the baseline, default 0.2), 'steps' (default 5), or explicit 'values' / 'min'+'max'. Returns per-variable sweeps, an elasticity estimate, the output range, and a ranking of the most influential inputs.
templates
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 free-form scenario and the supported period labels. No required parameters.

Endpoints

URLTransportStateLatencyChecked
https://scenariosim-mcp.pages.dev/mcp streamable-http answering 137 ms 4 min ago

Alternatives to Scenariosim MCP

same job, measured the same way
Rosentic
by rosentic

Deterministic cross-branch conflict detection for AI coding agents

160 installs/wk local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

91 installs/wk local only
QAE Safety Certification
by tb8412

Deterministic pre-execution safety certification for autonomous AI agents.

20 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

1 040 installs/wk local only
Mapsmith
by mapsmith-ai

Deterministic GIS geoprocessing for AI agents, with verifiable provenance on every output

799 installs/wk local only
Project Human
by humanity4ai

9 humanity skills for AI agents — crisis detection, WCAG 2.2, empathy, cultural sensitivity

61 installs/wk local only
Codelens MCP
by segentic-lab

Deterministic code maps for AI agents: 7 tree-sitter tools for TS/JS/Py — map, find, function_body

local only
Decisionmatrix MCP
by inity13

Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.

52 installs/wk 6 tools answering

Scenariosim MCP — questions

Answers built from our own checks of this server.

What can Scenariosim MCP do?
It exposes 6 tools, read directly from the server on our last check. Among them: break_even, compare_scenarios, health_check, list_templates, run_scenario, sensitivity_analysis. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Scenariosim MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 78 ms. The bar chart above shows every period we have measured.
How do I connect Scenariosim MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Scenariosim MCP need an API key?
No. Scenariosim MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Scenariosim MCP?
It answers our handshake in 78 ms on average, which is faster than 95% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Scenariosim MCP?
The npm package scenariosim-mcp was installed 47 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scenariosim MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.