stravamcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRAVA_SCOPE | No | Comma-separated list of OAuth scopes to request. | read,read_all,profile:read_all,activity:read_all |
| STRAVA_CLIENT_ID | Yes | Your Strava API application client ID. | |
| STRAVA_CLIENT_SECRET | Yes | Your Strava API application client secret. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| strava_auth_statusA | Whether this server is connected to Strava, which athlete it is connected as, the granted OAuth scopes and the access-token expiry. Use this to diagnose authorization errors. |
| strava_get_athlete_summaryA | One-shot overview of the authenticated athlete: profile, gear, recent/year-to-date/all-time ride-run-swim totals (in km and hours) and the most recent activities. Best starting point for questions about overall training. |
| strava_get_athleteA | Raw profile of the authenticated athlete (GET /athlete). Includes bikes, shoes, clubs, FTP and weight when the token has the profile:read_all scope. |
| strava_get_athlete_statsA | Rolled-up ride/run/swim totals for the last 4 weeks, year to date and all time (GET /athletes/{id}/stats). Only counts activities visible to Everyone. |
| strava_get_athlete_zonesA | The athlete's configured heart-rate and power zones (GET /athlete/zones). Requires the profile:read_all scope. |
| strava_list_activitiesA | The authenticated athlete's activities, newest first, as compact summaries (GET /athlete/activities). Use before/after to scope a date range instead of paging blindly. |
| strava_get_activityA | Full detail for one activity (GET /activities/{id}): splits, laps, gear, calories, power and heart-rate averages. Segment efforts and the full map polyline are omitted unless requested. |
| strava_get_activity_lapsA | Laps recorded for an activity (GET /activities/{id}/laps). |
| strava_get_activity_zonesA | Time spent in each heart-rate and power zone during an activity (GET /activities/{id}/zones). Requires a Strava subscription. |
| strava_get_activity_streamsA | Time-series data for an activity (GET /activities/{id}/streams): heart rate, power, speed, altitude, cadence and more. Streams are downsampled to max_points to keep the response small. |
| strava_get_activity_commentsA | Comments left on an activity (GET /activities/{id}/comments). |
| strava_get_activity_kudoersA | Athletes who gave kudos to an activity (GET /activities/{id}/kudos). |
| strava_list_clubsA | Clubs the authenticated athlete belongs to (GET /athlete/clubs). |
| strava_get_clubA | Details of a single club (GET /clubs/{id}). |
| strava_get_gearA | A bike or pair of shoes including total logged distance (GET /gear/{id}). Gear ids look like b1234567 or g1234567 and appear on activities and the athlete profile. |
| strava_list_routesA | Routes created by the authenticated athlete (GET /athletes/{id}/routes). Private routes require the read_all scope. |
| strava_get_routeA | A single route with its segments and estimated moving time (GET /routes/{id}). |
| strava_list_starred_segmentsA | Segments the authenticated athlete has starred (GET /segments/starred). |
| strava_get_segmentA | A single segment including the athlete's personal-record effort when the token has the read_all scope (GET /segments/{id}). |
| strava_get_rate_limitA | Strava's reported request usage from the most recent API call (200 requests per 15 minutes and 2000 per day by default). Check this before issuing many requests. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sivaparthi/stravamcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server