exploreSegmentsExplore segmentsExplore segments - Returns the top 10 segments matching a specified query.
MCP SERVER
https://strava.run.mcp.com.ai/mcpSUMMARY
This MCP server provides tools to access Strava data, including athlete stats, activities, segments, clubs, routes, and equipment. It is powered by the HAPI MCP server and is listed in the official MCP registry. The server exposes 13 read-only tools that require authentication via OAuth (type unknown). The tools allow retrieving athlete information, segment efforts, club details, and routes. The server is healthy and responds over streamable HTTP.
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
exploreSegmentsExplore segmentsExplore segments - Returns the top 10 segments matching a specified query.
getClubActivitiesByIdList Club ActivitiesList Club Activities - Retrieve recent activities from members of a specific club. The authenticated athlete must belong to the requested club in order to hit this endpoint. Pagination is supported. Athlete profile visibility is respected for all activities.
getClubAdminsByIdList Club AdministratorsList Club Administrators - Returns a list of the administrators of a given club.
getClubByIdGet ClubGet Club - Returns a given club using its identifier.
getClubMembersByIdList Club MembersList Club Members - Returns a list of the athletes who are members of a given club.
getEffortsBySegmentIdList Segment EffortsList Segment Efforts - Returns a set of the authenticated athlete's segment efforts for a given segment. Requires subscription.
getGearByIdGet EquipmentGet Equipment - Returns an equipment using its identifier.
getLoggedInAthleteGet Authenticated AthleteGet Authenticated Athlete - Returns the currently authenticated athlete. Tokens with profile:read_all scope will receive a detailed athlete representation; all others will receive a summary representation.
getLoggedInAthleteClubsList Athlete ClubsList Athlete Clubs - Returns a list of the clubs whose membership includes the authenticated athlete.
getLoggedInAthleteStarredSegmentsList Starred SegmentsList Starred Segments - List of the authenticated athlete's starred segments. Private segments are filtered out unless requested by a token with read_all scope.
getRoutesByAthleteIdList Athlete RoutesList Athlete Routes - Returns a list of the routes created by the authenticated athlete. Private routes are filtered out unless requested by a token with read_all scope.
getSegmentEffortByIdGet Segment EffortGet Segment Effort - Returns a segment effort from an activity that is owned by the authenticated athlete. Requires subscription.
getStatsGet Athlete StatsGet Athlete Stats - Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibility.
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS