Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.r-huijts/strava-mcp

NPM · STRAVA-MCP-SERVER · SCANNED AUG 4

MCP server for accessing Strava API

Available components

+21 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1919 tokens (~101/item across 19 items; 19 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · strava-mcp-server

# add to Claude Code
claude mcp add r-huijts-strava-mcp -- npx -y strava-mcp-server
# add to Codex CLI
codex mcp add r-huijts-strava-mcp -- npx -y strava-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "r-huijts-strava-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "strava-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add r-huijts-strava-mcp --command npx --arg -y --arg strava-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  r-huijts-strava-mcp:
    command: "npx"
    args: ["-y", "strava-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "r-huijts-strava-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "strava-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +3
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +38
    • Provenance: unverified → fail security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Licence: ISC functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-8j4g-w8fx-2239 CVE-2026-69207 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 109 packages

109 packages in the resolved dependency tree · 109 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 19 exposed · ~1,919 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
explore-segments ~133

Searches for popular segments within a given geographical area.

NameTypeReqDescription
activityTypestringFilter segments by activity type (optional: 'running' or 'riding').
boundsstringyesThe geographical area to search, specified as a comma-separated string: south_west_lat,south_west_lng,north_east_lat,north_east_lng
maxCatintegerFilter by maximum climb category (optional, 0-5). Requires riding activityType.
minCatintegerFilter by minimum climb category (optional, 0-5). Requires riding activityType.

No output schema declared.

No examples provided.

export-route-gpx ~49

Exports a specific Strava route in GPX format and saves it to a pre-configured local directory.

NameTypeReqDescription
routeIdstringyesThe ID of the Strava route to export.

No output schema declared.

No examples provided.

export-route-tcx ~49

Exports a specific Strava route in TCX format and saves it to a pre-configured local directory.

NameTypeReqDescription
routeIdstringyesThe ID of the Strava route to export.

No output schema declared.

No examples provided.

get-activity-details ~40

Fetches detailed information about a specific activity using its ID.

NameTypeReqDescription
activityIdintegeryesThe unique identifier of the activity to fetch details for.

No output schema declared.

No examples provided.

get-activity-laps ~251

Retrieves detailed lap data for a specific Strava activity. Use Cases: - Get complete lap data including timestamps, speeds, and metrics - Access raw values for detailed analysis or visualization - Extract specific lap metrics for comparison or tracking Parameters: - id (required): The unique identifier of the Strava activity. Output Format: Returns both a human-readable summary and complete JSON data for each lap, including: 1. A text summary with formatted metrics 2. Raw lap data containing all fields from the Strava API: - Unique lap ID and indices - Timestamps (start_date, start_date_local) - Distance and timing metrics - Speed metrics (average and max) - Performance metrics (heart rate, cadence, power if available) - Elevation data - Resource state information - Activity and athlete references Notes: - Requires activity:read scope for public/followers activities, activity:read_all for private activities - Returns complete data as received from Strava API without omissions - All numeric values are preserved in their original precision

NameTypeReqDescription
idnumber|stringyesThe identifier of the activity to fetch laps for.

No output schema declared.

No examples provided.

get-activity-streams ~625

Retrieves detailed time-series data streams from a Strava activity. Perfect for analyzing workout metrics, visualizing routes, or performing detailed activity analysis. Key Features: 1. Multiple Data Types: Access various metrics like heart rate, power, speed, GPS coordinates, etc. 2. Flexible Resolution: Choose data density from low (~100 points) to high (~10000 points) 3. Smart Pagination: Get data in manageable chunks or all at once 4. Rich Statistics: Includes min/max/avg for numeric streams 5. Formatted Output: Data is processed into human and LLM-friendly formats Common Use Cases: - Analyzing workout intensity through heart rate zones - Calculating power metrics for cycling activities - Visualizing route data using GPS coordinates - Analyzing pace and elevation changes - Detailed segment analysis Output Format: 1. Metadata: Activity overview, available streams, data points 2. Statistics: Summary stats for each stream type (max/min/avg where applicable) 3. Stream Data: Actual time-series data, formatted for easy use Notes: - Requires activity:read scope - Not all streams are available for all activities - Older activities might have limited data - Large activities are automatically paginated to handle size limits

NameTypeReqDescription
idnumber|stringyesThe Strava activity identifier to fetch streams for. This can be obtained from activity URLs or the get-activities tool.
pagenumberOptional page number for paginated results. Use with points_per_page to retrieve specific data ranges. Example: page=2 with points_per_page=100 gets points 101-200.
points_per_pagenumberOptional number of data points per page. Special values: - Positive number: Returns that many points per page - -1: Returns ALL data points split into multiple messages (~1000 points each) Use -1 whe…
resolutionstringOptional data resolution. Affects number of data points returned: - low: ~100 points - medium: ~1000 points - high: ~10000 points Default varies based on activity length.
series_typestringOptional base series type for the streams: - time: Data points are indexed by time (seconds from start) - distance: Data points are indexed by distance (meters from start) Useful for comparing differ…
typesarrayArray of stream types to fetch. Available types: - time: Time in seconds from start - distance: Distance in meters from start - latlng: Array of [latitude, longitude] pairs - altitude: Elevation in m…

No output schema declared.

No examples provided.

get-all-activities ~203

Fetches complete activity history with optional filtering by date range and activity type. Supports pagination to retrieve all activities.

NameTypeReqDescription
activityTypesarrayArray of activity types to filter (e.g., ['Run', 'Ride'])
endDatestringISO date string for activities before this date (e.g., '2024-12-31')
maxActivitiesintegerMaximum activities to return after filtering (default: 500)
maxApiCallsintegerMaximum API calls to prevent quota exhaustion (default: 10 = ~2000 activities)
perPageintegerActivities per API call (default: 200, max: 200)
sportTypesarrayArray of sport types for granular filtering (e.g., ['MountainBikeRide', 'TrailRun'])
startDatestringISO date string for activities after this date (e.g., '2024-01-01')

No output schema declared.

No examples provided.

get-athlete-profile ~36

Fetches the profile information for the authenticated athlete, including their unique numeric ID needed for other tools like get-athlete-stats.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-athlete-stats ~77

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.

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

No output schema declared.

No examples provided.

get-athlete-zones ~35

Retrieves the authenticated athlete's configured heart rate and power zones. Output includes both a formatted summary and the raw JSON data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-recent-activities ~40

Fetches the most recent activities for the authenticated athlete.

NameTypeReqDescription
perPageintegerNumber of activities to retrieve (default: 30)

No output schema declared.

No examples provided.

get-route ~36

Fetches detailed information about a specific route using its ID.

NameTypeReqDescription
routeIdstringyesThe unique identifier of the route to fetch.

No output schema declared.

No examples provided.

get-segment ~37

Fetches detailed information about a specific segment using its ID.

NameTypeReqDescription
segmentIdintegeryesThe unique identifier of the segment to fetch.

No output schema declared.

No examples provided.

get-segment-effort ~41

Fetches detailed information about a specific segment effort using its ID.

NameTypeReqDescription
effortIdintegeryesThe unique identifier of the segment effort to fetch.

No output schema declared.

No examples provided.

list-athlete-clubs ~22

Lists the clubs the authenticated athlete is a member of.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list-athlete-routes ~51

Lists the routes created by the authenticated athlete, with pagination.

NameTypeReqDescription
pageintegerPage number for pagination
perPageintegerNumber of routes per page (max 50)

No output schema declared.

No examples provided.

list-segment-efforts ~114

Lists the authenticated athlete's efforts on a specific segment, optionally filtering by date.

NameTypeReqDescription
endDateLocalstringFilter efforts ending before this ISO 8601 date-time (optional).
perPageintegerNumber of efforts to return per page (default: 30, max: 200).
segmentIdintegeryesThe ID of the segment for which to list efforts.
startDateLocalstringFilter efforts starting after this ISO 8601 date-time (optional).

No output schema declared.

No examples provided.

list-starred-segments ~20

Lists the segments starred by the authenticated athlete.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

star-segment ~60

Stars or unstars a specific segment for the authenticated athlete.

NameTypeReqDescription
segmentIdintegeryesThe unique identifier of the segment to star or unstar.
starredbooleanyesSet to true to star the segment, false to unstar it.

No output schema declared.

No examples provided.