Transition MCP

ReviewAudited by ClawScan on May 1, 2026.

Overview

Transition MCP is a coherent sports-coaching integration, but it uses a Transition API key to access personal fitness data and can trigger plan-changing actions.

This looks reasonable for a fitness-coaching skill. Before installing, be comfortable sharing your Transition API key and fitness data with the service, protect the key, and require explicit confirmation before actions that adapt your training plan or push workouts to connected devices.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone using personalized features gives the agent/API access to private Transition fitness-account data through the API key.

Why it was flagged

The skill uses an account API key to access personalized workouts, athlete profile, performance data, coach history, and related account features. This is expected for the service, but it is still account-level authority.

Skill content
Authenticated endpoints require the `TRANSITION_API_KEY` environment variable. Pass it as the `X-API-Key` header on every request.
Recommendation

Only install if you trust Transition with this data, keep the API key private, and revoke or rotate it if you stop using the skill.

What this means

If invoked, the agent could request changes to the user's training plan rather than only reading data.

Why it was flagged

The skill exposes POST actions that can change the user's training plan. The artifact also includes guardrail wording, making this purpose-aligned but still worth user awareness.

Skill content
Plan adaptation regenerates the entire training plan using AI. Only trigger it when the athlete explicitly asks for changes or when there's a significant reason
Recommendation

Confirm before allowing generate/adapt actions or Garmin pushes, especially if you rely on the plan for race preparation or injury management.

What this means

Training questions, injury concerns, nutrition questions, or other personal details sent to the coach are processed by the external Transition service.

Why it was flagged

The skill sends coaching messages to Transition's external AI coaching endpoint and returns streamed responses. This is central to the product, but users should understand the data boundary.

Skill content
Chat with the AI endurance coach. Returns a streaming response (SSE).
Recommendation

Avoid sharing highly sensitive medical or personal information unless you are comfortable with Transition processing it.