netcafe-tasks
N
netcafe-tasks
/create_task

Schedule a recurring task that runs on our servers

Create a task that runs on a schedule in our cloud — you do not keep anything running. It only notifies you when the result actually changes. Kinds: watch_page

liveverifiedunknown~5s typical
mcpprobednetcafe-tasks
$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-ainetcafe-netcafe-tasks /create_task for me.

Input

FieldTypeDescription
kind*stringwatch_page | daily_answer | watch_reachability | pipeline
input*stringThe URL to watch, or the question to re-research.
interval_secondsintegerHow often to run. Minimum 900 (15 min), default 3600.
notify_urlstringOptional https webhook to POST results to when they change.

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

Try it

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