boezzz/ridewithgps-mcp
If you are the rightful owner of ridewithgps-mcp 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.
The RideWithGPS MCP Server is an AI-powered tool designed to enhance the cycling experience by providing seamless access to the RideWithGPS API. It allows users to manage routes, trips, events, and user data efficiently.
Tools
Functions exposed to the LLM to take actions
get_routes
Retrieve a list of routes owned by the user on RideWithGPS, ordered by updated_at descending.
get_route_details
Retrieve full details for a specific route including track points, course points, and points of interest.
get_trips
Retrieve a list of trips/activities owned by the user on RideWithGPS, ordered by updated_at descending.
get_trip_details
Retrieve full details for a specific trip including track points and performance data.
get_current_user
Retrieve profile information for the user.
get_events
Retrieve a paginated list of events owned by the user, ordered by created_at descending.
get_event_details
Retrieve full details for a specific event including associated routes.
sync_user_data
Retrieve items (routes and/or trips) that the user has interacted with since a given datetime.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client