Skip to main content
Glama

Strava MCP Server

by r-huijts

get-athlete-stats

Retrieve activity statistics for a specific athlete by providing their unique ID. Use this tool to fetch recent, year-to-date, and all-time performance data from the Strava MCP Server.

Instructions

Fetches the activity statistics (recent, YTD, all-time) for a specific athlete using their ID. Requires the athleteId obtained from the get-athlete-profile tool.

Input Schema

NameRequiredDescriptionDefault
athleteIdYesThe unique identifier of the athlete to fetch stats for. Obtain this ID first by calling the get-athlete-profile tool.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "athleteId": { "description": "The unique identifier of the athlete to fetch stats for. Obtain this ID first by calling the get-athlete-profile tool.", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "athleteId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/r-huijts/strava-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server