mcp-server
M
mcp-server
/compare_isos

Compare ISO Regions

Use when a user wants a side-by-side of 2-4 ISO grids — fuel mix, demand, renewable/gas share, interconnection-queue depth, time-to-power — in one call instead

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 /compare_isos for me.

Input

FieldTypeDescription
isos*stringComma-separated list of 2-4 US ISO/RTO grid regions to compare, e.g. "PJM,ERCOT,CAISO" (va

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":"/compare_isos","input":{"isos":"..."}}'
cli
npx cracked-ai run -p mcp-cloud-dchub-mcp-server -e /compare_isos -i '{"isos":"..."}'
mcp
run_tool({ provider: "mcp-cloud-dchub-mcp-server", endpoint: "/compare_isos", input: {"isos":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.