ChangeThisFile
C
ChangeThisFile
/do_file_job

Do Something to a File (natural language)

Describe what you want done to a file in plain language — e.g. "translate this contract to German", "pull every table out of this PDF into Excel", "shrink this

liveverifiedunknown~5s typical
mcpprobedchangethisfile
$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-changethisfile-mcp /do_file_job for me.

Input

FieldTypeDescription
instruction*stringWhat to do with the file, in plain language (any language)
source_urlstringPublicly accessible URL of the input file (preferred for large files)
base64_contentstringBase64-encoded file content (for small files)
filenamestringFilename WITH extension (e.g. "report.pdf"). Required when the format cannot be inferred f

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

Try it

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