transfer
T
transfer
/share_file

Share one or more files with another agent

Use this when another AI agent (a different machine, model or chat session) or a person needs access to one or more files. Accepts text or base64-encoded binary

liveverifiedunknown~5s typical
mcpprobedtransfer
$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-83blue-upload-transfer /share_file for me.

Input

FieldTypeDescription
files*array
bundle_namestringZip name used when more than one file is sent default "handoff-bundle.zip"
expires_daysintegerDays until the file is deleted (1-180, default 30) default 30
passwordstringOptional custom password (8-64 chars); a strong one is generated when omitted

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-83blue-upload-transfer","endpoint":"/share_file","input":{"files":[],"bundle_name":"handoff-bundle.zip","expires_days":30}}'
cli
npx cracked-ai run -p mcp-com-83blue-upload-transfer -e /share_file -i '{"files":[],"bundle_name":"handoff-bundle.zip","expires_days":30}'
mcp
run_tool({ provider: "mcp-com-83blue-upload-transfer", endpoint: "/share_file", input: {"files":[],"bundle_name":"handoff-bundle.zip","expires_days":30} })

Try it

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