mcp-server
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

FieldTypeDescription
intent*stringThe user's infrastructure question, passed through UNCHANGED. Examples: "rank markets for
contextstringOptional structured hints AND step-arg overrides: {lat, lon, iso, market, capacity_mw, can
marketstringMetro slug or name to pin the analysis to, e.g. "ashburn". Beats any market the planner wo
capacity_mwnumberTarget capacity in MW, e.g. 100.
isostringISO/RTO code to pin geography, e.g. "PJM", "ERCOT".
statestringUS state code, e.g. "VA".
latnumberLatitude for a specific site.
lonnumberLongitude for a specific site.
max_stepsstringMax plan steps to execute, 1-8 (default 6)
max_fanoutstringMax per-finalist fan-out calls for one step, 1-3 (default 2)
cohortstringOptional 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.