M
mcp
/scaffold_local
Scaffold a local run (optional preflight)
OPTIONAL preflight: returns a podman-compose.yml + .env so the user can run the app (and a throwaway local Postgres) on THEIR machine before deploying to redu —
liveunknown~5s typical
mcpmcp
$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-redu-mcp /scaffold_local for me.
Input
| Field | Type | Description |
|---|---|---|
| runtime* | string | App runtime (node/python/go/…) — from plan_deploy. |
| port | integer | Port the app listens on. default 3000 |
| needs_postgres | boolean | Include a local Postgres container + wire PG* env. default false |
| has_container | boolean | Repo already has a Dockerfile/Containerfile (the compose builds it). If false, write the p default false |
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-redu-mcp","endpoint":"/scaffold_local","input":{"runtime":"...","port":3000,"needs_postgres":false,"has_container":false}}'cli
npx cracked-ai run -p mcp-cloud-redu-mcp -e /scaffold_local -i '{"runtime":"...","port":3000,"needs_postgres":false,"has_container":false}'mcp
run_tool({ provider: "mcp-cloud-redu-mcp", endpoint: "/scaffold_local", input: {"runtime":"...","port":3000,"needs_postgres":false,"has_container":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.