io.github.inity13/scenariosim-mcp
io.github.inity13/scenariosim-mcpDeterministic what-if & scenario simulation for AI agents: projections, sensitivity & break-even.
Tools · 6
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…
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_…
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…
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…
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…
Server health, version, and capabilities (tools, templates, period labels, max horizon). No parameters.
Similar MCP servers embedding-nearest
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"
}
}
}