Skip to main content
Glama

Strava MCP Server

by r-huijts

get-recent-activities

Retrieve the latest activities for the authenticated athlete from Strava API, with customizable pagination to specify the number of results.

Instructions

Fetches the most recent activities for the authenticated athlete.

Input Schema

NameRequiredDescriptionDefault
perPageNoNumber of activities to retrieve (default: 30)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "perPage": { "default": 30, "description": "Number of activities to retrieve (default: 30)", "exclusiveMinimum": 0, "type": "integer" } }, "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