Toggl Track for your agents.
Connect Toggl Track 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 Toggl Track.
What agents can do with Toggl Track
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
toggl_get_meCheck the credentials: returns the authenticated user's profile and workspaces.
toggl_list_workspacesList workspaces the user has access to.
toggl_list_projectsList projects in a workspace.
toggl_list_time_entriesList the user's time entries, newest first.
toggl_get_workspaceGet details of a specific workspace.
toggl_get_workspace_statisticsGet statistics for a workspace, including member counts and total tracked time.
toggl_list_clientsList clients in a workspace.
toggl_create_clientCreate a new client in a workspace.
toggl_create_projectCreate a new project in a workspace.
toggl_list_tagsList all tags in a workspace.
toggl_create_time_entryCreate a new time entry (start timer or add manual entry).
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.
- Log in to Toggl Track and go to your profile settings.
- Scroll down to the API Token section and copy your token.
- Use the API token as the username with 'api_token' as the password for Basic auth.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Toggl Track to Even: call connect_begin("toggl") on the even-connect MCP and walk me through it.
List workspaces and projects, retrieve time entries for a user, and manage project timesheets.
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.