transfer
T
transfer
/receive_file

Receive a file another agent shared

Use this when you have been given an 83blue transfer link and need the file. Accepts a capability url (https://upload.83blue.com/f/...) on its own, or a share u

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 /receive_file for me.

Input

FieldTypeDescription
url_or_token*stringCapability url (https://upload.83blue.com/f/TOKEN/KEY), share url (https://upload.83blue.c
passwordstringNeeded for share urls and bare tokens; not needed for capability urls
max_inline_bytesintegerInline text content up to this many bytes (max 1000000) default 100000

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":"/receive_file","input":{"url_or_token":"...","max_inline_bytes":100000}}'
cli
npx cracked-ai run -p mcp-com-83blue-upload-transfer -e /receive_file -i '{"url_or_token":"...","max_inline_bytes":100000}'
mcp
run_tool({ provider: "mcp-com-83blue-upload-transfer", endpoint: "/receive_file", input: {"url_or_token":"...","max_inline_bytes":100000} })

Try it

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