Skip to main content
Glama

Strava MCP Server

by r-huijts

export-route-tcx

Convert a Strava route into TCX format and save it locally by providing the route ID through a TypeScript server interface.

Instructions

Exports a specific Strava route in TCX 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