Fitbit for your agents.
Connect Fitbit once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Fitbit.
What agents can do with Fitbit
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
fitbit_get_activity_summaryGet daily activity summary for a date including steps, calories burned, distance, floors, and active minutes.
fitbit_get_sleep_logGet sleep log for a date including sleep stages, duration, and efficiency.
fitbit_get_heart_rate_time_seriesGet intraday heart rate time series for a date. Returns 1-second resolution data.
fitbit_get_profileGet the authenticated user's profile including display name, birthday, and timezone.
fitbit_get_body_weight_logGet body weight log entries for a date.
fitbit_get_body_fat_logGet body fat log entries for a date.
fitbit_get_food_logGet food log entries for a date including nutritional information.
fitbit_get_devicesList the Fitbit devices linked to the user's account.
fitbit_get_friendsGet the user's Fitbit friends list.
fitbit_get_badgesGet the user's Fitbit badges.
fitbit_get_water_logGet water consumption log entries for a date.
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 Fitbit's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Fitbit app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Fitbit to Even: call connect_begin("fitbit") on the even-connect MCP and walk me through it.
Retrieve daily activity summary and sleep data from Fitbit to analyze health trends.
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.