V
vibedeploy
/read_files
Read multiple files from a deployed site in one call
Batched version of read_file. Pass up to 50 paths; each is fetched independently with the same per-file rules as read_file. The whole batch is capped at 8388608
liveunknown~5s typical
mcpvibedeploy
$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-be-vibedeploy-vibedeploy /read_files for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | |
| siteId | string | |
| paths* | array | Site-relative paths to read (1..50). Order is preserved in the response. |
| maxBytesPerFile | integer | Per-file cap. Default 1048576, hard max 5242880. |
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-be-vibedeploy-vibedeploy","endpoint":"/read_files","input":{"paths":[]}}'cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /read_files -i '{"paths":[]}'mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/read_files", input: {"paths":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.