Skip to main content
Glama

Strava MCP Server

by r-huijts

get-recent-activities

Retrieve recent athlete activities from the Strava API using authenticated access. Specify the number of activities to fetch with perPage input for streamlined data retrieval.

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