tomekkorbak_strava-mcp-server
If you are the rightful owner of tomekkorbak_strava-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides access to the Strava API, allowing language models to query athlete activities data.
The Strava MCP Server is designed to facilitate interaction with the Strava API through a Model Context Protocol. It enables language models to access and query athlete activity data, providing a structured way to retrieve information such as recent activities, activities within a specific date range, and detailed data about individual activities. The server ensures consistent data formatting and supports authentication with the Strava API, requiring users to set up a Strava API application and obtain necessary tokens. It is compatible with platforms like Claude for Desktop and Claude Web, allowing seamless integration and usage.
Features
- Access to Strava API for querying athlete activities.
- Consistent data format with standardized field names and units.
- Support for querying activities by date range and specific activity IDs.
- Authentication setup with Strava API using client ID, secret, and refresh token.
- Error handling for common issues like invalid date formats and authentication errors.
Tools
get_activities
Recent Activities for Acquisition of Certified Athletes
get_activities_by_date_range
Get activities within a specific date range
get_activity_by_id
Get detailed information about a specific activity
get_recent_activities
Get activities from the past X days