RC
Race Calendar F1
/get_f1_updates
Recent F1 Changes
Get recent public schedule, standings, and result changes after an optional timestamp or cursor.
liveverifiedunknown~5s typical
mcpprobedracecalendarf1
$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-app-racecalendar-f1 /get_f1_updates for me.
Input
| Field | Type | Description |
|---|---|---|
| cursor | string | Opaque continuation cursor returned by an earlier updates request. |
| limit | integer | Maximum changes to return. Defaults to 20 and never exceeds 50. default 20 |
| since | string | Only return changes after this UTC timestamp. |
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-app-racecalendar-f1","endpoint":"/get_f1_updates","input":{"limit":20}}'cli
npx cracked-ai run -p mcp-app-racecalendar-f1 -e /get_f1_updates -i '{"limit":20}'mcp
run_tool({ provider: "mcp-app-racecalendar-f1", endpoint: "/get_f1_updates", input: {"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.