Skip to main content
Glama

Strava MCP Server

by r-huijts

export-route-gpx

Export a Strava route in GPX format and save it to a pre-configured local directory by providing the route ID. Integrates with the Strava MCP Server for streamlined route management.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
routeIdYesThe ID of the Strava route to export.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "routeId": { "description": "The ID of the Strava route to export.", "type": "string" } }, "required": [ "routeId" ], "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