RC
Race Calendar F1
/get_f1_next_event
Next F1 Event
Find the next Formula 1 session or race weekend from a UTC timestamp, including an event already in progress.
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_next_event for me.
Input
| Field | Type | Description |
|---|---|---|
| from | string | UTC timestamp to search from. Defaults to the current time. |
| level | string (session | raceWeekend) | Return the next individual session or the next race weekend. Defaults to session. default "session" |
| year | integer | Season to search. Defaults to the season containing the search timestamp, then the followi |
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_next_event","input":{"level":"session"}}'cli
npx cracked-ai run -p mcp-app-racecalendar-f1 -e /get_f1_next_event -i '{"level":"session"}'mcp
run_tool({ provider: "mcp-app-racecalendar-f1", endpoint: "/get_f1_next_event", input: {"level":"session"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.