HAPI Strava MCP Server
https://strava.run.mcp.com.ai/mcpskills: {'id': 'getStats', 'name': 'getStats', 'description': 'Get Athlete Stats - Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibilty.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getLoggedInAthlete', 'name': 'getLoggedInAthlete', 'description': 'Get 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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getLoggedInAthleteStarredSegments', 'name': 'getLoggedInAthleteStarredSegments', 'description': "List Starred Segments - List of the authenticated athlete's starred segments. Private segments are filtered out unless requested by a token with read_all scope.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getEffortsBySegmentId', 'name': 'getEffortsBySegmentId', 'description': "List Segment Efforts - Returns a set of the authenticated athlete's segment efforts for a given segment. Requires subscription.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'exploreSegments', 'name': 'exploreSegments', 'description': 'Explore segments - Returns the top 10 segments matching a specified query.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getSegmentEffortById', 'name': 'getSegmentEffortById', 'description': 'Get Segment Effort - Returns a segment effort from an activity that is owned by the authenticated athlete. Requires subscription.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getClubById', 'name': 'getClubById', 'description': 'Get Club - Returns a given club using its identifier.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getClubMembersById', 'name': 'getClubMembersById', 'description': 'List Club Members - Returns a list of the athletes who are members of a given club.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 129.6ms; conformance: pass
How to connect
https://strava.run.mcp.com.ai/mcp
curl -X POST https://strava.run.mcp.com.ai/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'