Race Calendar F1
RC
Race Calendar F1
/search_f1_history

Search F1 History

Search the Formula 1 history index for drivers, teams, circuits, and races with bounded, cursor-based results.

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 /search_f1_history for me.

Input

FieldTypeDescription
cursorstringOpaque continuation cursor returned by an earlier history search.
limitintegerMaximum results to return. Defaults to 10 and never exceeds 20. default 10
query*stringDriver, team, circuit, or race text to find.
typesarrayOptional unique entity types to include in the search.

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":"/search_f1_history","input":{"limit":10,"query":"..."}}'
cli
npx cracked-ai run -p mcp-app-racecalendar-f1 -e /search_f1_history -i '{"limit":10,"query":"..."}'
mcp
run_tool({ provider: "mcp-app-racecalendar-f1", endpoint: "/search_f1_history", input: {"limit":10,"query":"..."} })

Try it

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