HAPI Strava MCP Server
ai.com.mcp/stravaStrava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server.
Tools · 13
Get Athlete Stats - Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibility.
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…
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.
List Segment Efforts - Returns a set of the authenticated athlete's segment efforts for a given segment. Requires subscription.
Explore segments - Returns the top 10 segments matching a specified query.
Get Segment Effort - Returns a segment effort from an activity that is owned by the authenticated athlete. Requires subscription.
Get Club - Returns a given club using its identifier.
List Club Members - Returns a list of the athletes who are members of a given club.
List Club Administrators - Returns a list of the administrators of a given club.
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…
List Athlete Clubs - Returns a list of the clubs whose membership includes the authenticated athlete.
Get Equipment - Returns an equipment using its identifier.
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
The OpenAPI specification for this API
http://localhost:3000/strava.json
OAuth 2.0 Protected Resource Metadata for authorization server discovery
http://localhost:3000/.well-known/oauth-protected-resource
OAuth 2.0 Authorization Server Metadata for client configuration
http://localhost:3000/.well-known/oauth-authorization-server
Bearer Protected Resource Metadata for authorization server discovery
http://localhost:3000/.well-known/bearer-protected-resource
Prompts · 1
System prompt for API interaction
Similar MCP servers embedding-nearest
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"
}
}
}