C
CourseProfiler
/build_runner_profile_from_strava
Build runner profile from Strava
Build a USRProf from Strava activities selected for a target course or distance. Ask the user for the target course or distance and, when an existing profile is
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 /build_runner_profile_from_strava for me.
Input
| Field | Type | Description |
|---|---|---|
| existing_usrprof_artifact_id | string | Existing USRProf artifact to merge with or replace. |
| target_distance_m | number | Target distance in metres when no course is supplied. Ask the user before choosing it. |
| course_file | object | Inline/proxied GPX, FIT, CRSProf, or ZIP-with-one-GPX target course, using the same conven |
| resume_job_id | string | Existing waiting Strava profile-build job to resume. |
| decision | string (build_anyway | broaden_filters | cancel) | |
| existing_profile_strategy | string (merge | replace) | Required whenever existing_usrprof_artifact_id is supplied; ask the user explicitly. |
| filters | object | |
| course | object |
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":"/build_runner_profile_from_strava","input":{}}'cli
npx cracked-ai run -p mcp-com-courseprofiler-courseprofiler -e /build_runner_profile_from_strava -i '{}'mcp
run_tool({ provider: "mcp-com-courseprofiler-courseprofiler", endpoint: "/build_runner_profile_from_strava", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.