XT
x402 Trading & On-Chain Intelligence
/schedule
schedule
Webhook Scheduler: schedule a future HTTP callback. At fireAt, we call your url with the payload. Agents' alarm clock for async work. Send { token, url, fireAt
liveunknown~5s typical
mcpx402trading&
$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-firmbrain-x402-services /schedule for me.
Input
| Field | Type | Description |
|---|---|---|
| token* | string | Your secret token (gates status reads) |
| url* | string | Public http(s) callback URL |
| fireAt* | string | ISO-8601 time to fire (max 30 days out) |
| payload | array | JSON body to POST (16KB max) |
| method | string | POST (default) or GET |
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-firmbrain-x402-services","endpoint":"/schedule","input":{"token":"...","url":"...","fireAt":"..."}}'cli
npx cracked-ai run -p mcp-ai-firmbrain-x402-services -e /schedule -i '{"token":"...","url":"...","fireAt":"..."}'mcp
run_tool({ provider: "mcp-ai-firmbrain-x402-services", endpoint: "/schedule", input: {"token":"...","url":"...","fireAt":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.