Race Calendar F1
RC
Race Calendar F1
/compare_f1_competitors

Compare F1 Competitors

Compare two Formula 1 drivers or constructors in one season using sourced standings and explicitly described calculations.

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

Input

FieldTypeDescription
competitorType*string (driver | constructor)Compare two drivers or two constructors.
left*stringFirst driver or constructor name to compare.
right*stringSecond driver or constructor name to compare.
year*integerFormula 1 season year.

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":"/compare_f1_competitors","input":{"competitorType":"driver","left":"...","right":"...","year":1}}'
cli
npx cracked-ai run -p mcp-app-racecalendar-f1 -e /compare_f1_competitors -i '{"competitorType":"driver","left":"...","right":"...","year":1}'
mcp
run_tool({ provider: "mcp-app-racecalendar-f1", endpoint: "/compare_f1_competitors", input: {"competitorType":"driver","left":"...","right":"...","year":1} })

Try it

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