M
mcp-server
/execute_plan
Execute Plan
Unified data-center siting, power-grid capacity and AI-compute infrastructure planner — megawatts and power density, grid headroom and power availability, inter
liveverifiedunknown~5s typical
mcpprobedmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cloud-dchub-mcp-server /execute_plan for me.
Input
| Field | Type | Description |
|---|---|---|
| intent* | string | The user's infrastructure question, passed through UNCHANGED. Examples: "rank markets for |
| context | string | Optional structured hints AND step-arg overrides: {lat, lon, iso, market, capacity_mw, can |
| market | string | Metro slug or name to pin the analysis to, e.g. "ashburn". Beats any market the planner wo |
| capacity_mw | number | Target capacity in MW, e.g. 100. |
| iso | string | ISO/RTO code to pin geography, e.g. "PJM", "ERCOT". |
| state | string | US state code, e.g. "VA". |
| lat | number | Latitude for a specific site. |
| lon | number | Longitude for a specific site. |
| max_steps | string | Max plan steps to execute, 1-8 (default 6) |
| max_fanout | string | Max per-finalist fan-out calls for one step, 1-3 (default 2) |
| cohort | string | Optional experiment tag for adoption/retention measurement, e.g. "cohort.front_door". Has |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cloud-dchub-mcp-server","endpoint":"/execute_plan","input":{"intent":"..."}}'cli
npx cracked-ai run -p mcp-cloud-dchub-mcp-server -e /execute_plan -i '{"intent":"..."}'mcp
run_tool({ provider: "mcp-cloud-dchub-mcp-server", endpoint: "/execute_plan", input: {"intent":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.