CourseProfiler
C
CourseProfiler
/create_race_plan

Create race plan

Primary CourseProfiler tool for creating a personalized race plan and optional PDF. Use this after obtaining both a course input and runner input. Course input

liveverifiedunknown~5s typical
mcpprobedcourseprofiler
$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-com-courseprofiler-courseprofiler /create_race_plan for me.

Input

FieldTypeDescription
estimateobject
race_namestringRace/course name to resolve through the CourseProfiler catalog when no course source is pr
runnerobject
courseobject
course_fileobjectUse this only when the MCP client provides an inline/proxied GPX, FIT, CRSProf, or ZIP-wit
pdfobject
runner_profile_fileobjectUse this only when the MCP client provides an inline/proxied USRProf runner profile file o

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-com-courseprofiler-courseprofiler","endpoint":"/create_race_plan","input":{}}'
cli
npx cracked-ai run -p mcp-com-courseprofiler-courseprofiler -e /create_race_plan -i '{}'
mcp
run_tool({ provider: "mcp-com-courseprofiler-courseprofiler", endpoint: "/create_race_plan", input: {} })

Try it

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