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
| Field | Type | Description |
|---|---|---|
| cursor | string | Opaque continuation cursor returned by an earlier history search. |
| limit | integer | Maximum results to return. Defaults to 10 and never exceeds 20. default 10 |
| query* | string | Driver, team, circuit, or race text to find. |
| types | array | Optional 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.