Skip to content
Back to search
100
MCP live v3.0.0+0.7.1 MCP 2025-06-18 streamable-http

HAPI Strava MCP Server

ai.com.mcp/strava

Strava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server.

Uptime
100.0%
1 direct probes · 30d
Response
750ms
last probe
Tools
13
callable
Resources
4
readable
Prompts
1
available

Tools · 13

getStats

Get Athlete Stats - Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibility.

getLoggedInAthlete

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 representa…

getLoggedInAthleteStarredSegments

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.

getEffortsBySegmentId

List Segment Efforts - Returns a set of the authenticated athlete's segment efforts for a given segment. Requires subscription.

exploreSegments

Explore segments - Returns the top 10 segments matching a specified query.

getSegmentEffortById

Get Segment Effort - Returns a segment effort from an activity that is owned by the authenticated athlete. Requires subscription.

getClubById

Get Club - Returns a given club using its identifier.

getClubMembersById

List Club Members - Returns a list of the athletes who are members of a given club.

getClubAdminsById

List Club Administrators - Returns a list of the administrators of a given club.

getClubActivitiesById

List 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. A…

getLoggedInAthleteClubs

List Athlete Clubs - Returns a list of the clubs whose membership includes the authenticated athlete.

getGearById

Get Equipment - Returns an equipment using its identifier.

getRoutesByAthleteId

List 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.

Resources · 4

OpenAPI Specification

The OpenAPI specification for this API

http://localhost:3000/strava.json
OAuth 2.0 Protected Resource Metadata

OAuth 2.0 Protected Resource Metadata for authorization server discovery

http://localhost:3000/.well-known/oauth-protected-resource
OAuth 2.0 Authorization Server Metadata

OAuth 2.0 Authorization Server Metadata for client configuration

http://localhost:3000/.well-known/oauth-authorization-server
Bearer Protected Resource Metadata

Bearer Protected Resource Metadata for authorization server discovery

http://localhost:3000/.well-known/bearer-protected-resource

Prompts · 1

system

System prompt for API interaction

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hapi_strava_mcp_server": {
      "url": "https://strava.run.mcp.com.ai/mcp",
      "transport": "streamable-http"
    }
  }
}