Skip to main content
Feedback

Strava MCP connector

Strava is a fitness tracking platform for athletes to record activities, analyze performance, and connect with the sporting community. The Strava MCP connector allows AI agents to retrieve athlete profiles, manage activity records including creation and updates, and access activity details such as comments, kudos, and performance metrics. It also supports analyzing activity data through laps, zones, and streams to provide deeper insights into athletic performance.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Strava MCP connector to perform the following actions:

  • Track athlete performance metrics and activity history across all sports
  • Automate activity logging from wearable devices and external fitness apps
  • Analyze running, cycling, and swimming data to identify training patterns
  • Export activity details to business intelligence platforms for performance dashboards
  • Synchronize athlete achievements and kudos data with employee wellness programs
  • Monitor team fitness activities and engagement for corporate health initiatives
  • Generate activity reports with splits, elevation, and heart rate zone analysis

Example prompts

Use the following example prompts to invoke Strava MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all my running activities from the last 30 days in Strava.
  • Create a new cycling activity in Strava with 25 kilometers and 500 meters elevation.
  • List all comments and kudos on my most recent Strava activity.
  • Get the heart rate zones for my workout from Strava this morning.
  • Update my Strava activity to mark it as a group event and change the description.
  • Pull all lap data from my last 5-kilometer run in Strava.
  • Show me the stream data for my longest Strava activity this month.
  • Fetch my complete athlete profile information from Strava.
  • Get all swimming activities I logged in Strava during the past week.
  • Extract elevation and speed data from my Strava workouts for analysis.

Strava MCP connector tools

The Strava MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
strava_stravagetathlete_invokeRetrieves profile information and statistics for the authenticated user.
getAllActivitiesLists all activities recorded by the authenticated user.
createActivityRecords a new activity with details such as type, distance, and duration.
getActivityRetrieves detailed information about a specific activity.
updateActivityModifies an existing activity's details like name, description, or type.
getActivityCommentsRetrieves all comments posted on a specific activity.
getActivityKudosRetrieves a list of users who gave kudos to an activity.
getActivityLapsRetrieves lap data including distance and time for a specific activity.
getActivityZonesRetrieves heart rate or power zones recorded during an activity.
getActivityStreamsRetrieves detailed time-series data such as location and elevation for an activity.
On this Page