AI SENSE Free Public Tools
AS
AI SENSE Free Public Tools
/store_temporary_data

Store temporary data

Put any JSON value somewhere another process can fetch it, and get back a storage_id plus a public read_url. Use it to hand a result to a different agent, a scr

liveverifiedunknown~5s typical
mcpprobedaisensefree
$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-aisenseapi-free-public-tools /store_temporary_data for me.

Input

FieldTypeDescription
data*stringThe JSON value to store. Any type: object, array, string, number, boolean or null. Readabl

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-aisenseapi-free-public-tools","endpoint":"/store_temporary_data","input":{"data":"..."}}'
cli
npx cracked-ai run -p mcp-com-aisenseapi-free-public-tools -e /store_temporary_data -i '{"data":"..."}'
mcp
run_tool({ provider: "mcp-com-aisenseapi-free-public-tools", endpoint: "/store_temporary_data", input: {"data":"..."} })

Try it

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