Strava for your agents.
Connect Strava once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Strava.
What agents can do with Strava
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
strava_get_authenticated_athleteCheck the connection: returns the authenticated athlete profile (id, name, stats, location).
strava_list_athlete_activitiesList the authenticated athlete's activities. Use `before` and `after` as epoch timestamps to filter by date range.
strava_get_activityGet details of a specific activity by id. Returns splits, laps, gear, and segment efforts.
strava_get_athlete_statsGet the authenticated athlete's stats (recent, year-to-date, all-time totals for distance, time, elevation).
strava_get_athlete_clubsList the clubs the authenticated athlete is a member of.
strava_create_activityCreate a manual activity entry. `name`, `type`, `start_date_local`, and `elapsed_time` are required.
strava_list_athlete_routesList the authenticated athlete's routes.
strava_get_gearGet details of a piece of equipment (bike, shoes) by its id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Strava's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Strava app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Strava to Even: call connect_begin("strava") on the even-connect MCP and walk me through it.
Strava lists athlete activities, retrieves activity details with splits, and fetches career statistics.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.