T
TensorFeed
/register_free_watch
register free watch
Register a free webhook subscription. TensorFeed POSTs HMAC-signed deliveries to your callback_url when the watch spec fires (price drop, status change, leaderb
liveverifiedunknown~5s typical
mcpprobedtensorfeed
$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-ai-tensorfeed-mcp-server /register_free_watch for me.
Input
| Field | Type | Description |
|---|---|---|
| spec* | object | Watch spec. Examples: { type: "price", model: "opus-4-7", field: "blended", op: "lt", thre |
| callback_url* | string | HTTPS URL to receive POST deliveries. Must NOT be private/localhost (SSRF guarded). |
| secret | string | Optional shared secret for HMAC-SHA256 signing. If omitted, TensorFeed generates a 32-hex |
| fire_cap | number | Optional cap on total fires for this watch. Capped at 25 for free tier; smaller values hon |
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-ai-tensorfeed-mcp-server","endpoint":"/register_free_watch","input":{"spec":{},"callback_url":"..."}}'cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /register_free_watch -i '{"spec":{},"callback_url":"..."}'mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/register_free_watch", input: {"spec":{},"callback_url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.