mcp
M
mcp
/upscale_image

Upscale Image

Use this to upscale an image to a higher resolution. Default model p-image-upscale (Pruna AI) returns results in seconds and is priced by the target resolution:

liveverifiedunknown~5s typical
mcpprobedmcp
$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-com-budgetpixel-mcp /upscale_image for me.

Input

FieldTypeDescription
image*stringThe image to upscale: an http(s) URL (a generated image's URL, or one from upload_media fo
modelstringUpscale model: p-image-upscale (default — Pruna AI, results in seconds, priced by target r
targetinteger (4 | 8 | 16 | 32)p-image-upscale only: target output resolution in megapixels (sets the price: 4=10, 8=15,
enhance_detailsbooleanp-image-upscale only: enhance textures and fine detail (may increase contrast).
enhance_realismbooleanp-image-upscale only: improve realism — recommended for AI-generated images.
promptstringclarity-upscaler only: optional guiding prompt describing the image content.
creativitynumberclarity-upscaler only: how much new detail the model may invent (0.3-0.9, default 0.35).

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-com-budgetpixel-mcp","endpoint":"/upscale_image","input":{"image":"..."}}'
cli
npx cracked-ai run -p mcp-com-budgetpixel-mcp -e /upscale_image -i '{"image":"..."}'
mcp
run_tool({ provider: "mcp-com-budgetpixel-mcp", endpoint: "/upscale_image", input: {"image":"..."} })

Try it

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