Harvest for your agents.
Connect Harvest once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Harvest.
What agents can do with Harvest
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
harvest_get_meCheck the credentials: returns who the token belongs to and which account.
harvest_list_clientsList all clients, with optional pagination and filtering.
harvest_list_projectsList all projects, with optional filters.
harvest_list_time_entriesList time entries. Filter by date range with from and to (required).
harvest_list_tasksList all tasks in the account.
harvest_create_time_entryCreate a new time entry for a project and task. Specify project_id, task_id, and spent date.
harvest_stop_timerStop a running timer for a time entry by id.
harvest_list_usersList all active users in the account.
harvest_list_invoicesList invoices with optional filters by client or status.
harvest_restart_timerRestart a stopped time entry by 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.
- Go to Harvest ID -> Developers and create a Personal Access Token.
- Copy the token. Also note your Account ID on the same page.
- The token goes in the Authorization header as Bearer. The Account ID goes in Harvest-Account-Id header.
- You must also set User-Agent in the headers config.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Harvest to Even: call connect_begin("harvest") on the even-connect MCP and walk me through it.
List your Harvest clients and projects, retrieve time entries for a date range, and analyze billable hours worked.
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.