simulate_scenario
Counterfactual WHAT-IF re-scoring of 300+ DC Hub power markets under YOUR explicit deltas — answers "what happens to the market ranking if conditions change" (only DC Hub holds the underlying components). Params (all optional, pass at least one delta): avg_kwh_cents_pct (power-price % change, e.g...
This record as markdown: /tools/cloud-dchub-mcp-server/simulate-scenario.md
What simulate_scenario does on Mcp Server
AI agents invoke simulate_scenario to trigger actions in Mcp Server. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.
| Parameter | Type | Required | Description |
|---|---|---|---|
top_n | integer | — | Markets to return, ranked by |score delta| (default 10) |
market | string | — | Score ONE market by slug (optional), e.g. abilene — slugs from rank_markets |
avg_kwh_cents_pct | number | — | Power price % change, e.g. 30 for +30% or -20 for -20% |
curtailment_pct_delta | number | — | Percentage POINTS added/removed from curtailment |
queue_wait_months_delta | number | — | Months added/removed from interconnection queue wait |
reserve_margin_pct_delta | number | — | Percentage POINTS added/removed from reserve margin, e.g. -5 |
time_to_power_months_delta | number | — | Months added (+) or removed (-) from time-to-power, e.g. 12 |
Parameters from the server's own tool schema.
Why simulate_scenario is rated High
Runs counterfactual simulation computations against external market data with user-supplied parameters.
From the tool's definition re-scoring 300+ DC Hub power markets under YOUR explicit deltas
Risk signalsBulk/mass operation — affects multiple targets
Attacks that exploit this kind of access
The rule that runs simulate_scenario safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Mcp Server, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For simulate_scenario, this is the rule to start with:
simulate_scenario stays usable, but rate-capped: a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Mcp Server, apply this rule, and every simulate_scenario call is checked against it from then on.
Questions about simulate_scenario
Counterfactual WHAT-IF re-scoring of 300+ DC Hub power markets under YOUR explicit deltas — answers "what happens to the market ranking if conditions change" (only DC Hub holds the underlying components). Params (all optional, pass at least one delta): avg_kwh_cents_pct (power-price % change, e.g. 30), time_to_power_months_delta (months added/removed), queue_wait_months_delta, reserve_margin_pct_delta (points), curtailment_pct_delta (points), market (one slug, e.g. abilene), top_n (default 10, max 25 — ranked by |score change|). Returns per-market baseline vs scenario composite + component breakdown + the EXACT formula/weights in every response (transparent scenario_composite — deliberately NOT the DCPI). Keyless callers get a top-3 preview; any live key (claim_free_key) returns up to 25. Answers "what happens to the ranking if power prices jump 30%", "which markets survive a tighter build rate". Try: simulate_scenario avg_kwh_cents_pct=30 top_n=10. Do NOT use for the present-day ranking (use rank_markets) or trajectory extrapolation (use predict_market_trajectory); this answers explicit hypotheticals. It is categorised as a Execute tool in the Mcp Server MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
simulate_scenario accepts 7 parameters: top_n, market, avg_kwh_cents_pct, curtailment_pct_delta, queue_wait_months_delta, reserve_margin_pct_delta, time_to_power_months_delta. The full parameter table on this page comes from the server's own tool schema.
Register the Mcp Server MCP server in PolicyLayer and add a rule for simulate_scenario: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Mcp Server. Nothing to install.
simulate_scenario is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the simulate_scenario rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for simulate_scenario. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
simulate_scenario is provided by the Mcp Server MCP server (https://dchub.cloud/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Mcp Server, and thousands of servers like it.
Across the catalogue