Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/harvest

REMOTE · HARVEST.USEFULAPI.IO · SCANNED AUG 3

Read time entries, projects, clients, tasks and invoices; log and update tracked time.

70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security78
Transport & Reachability100
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2204 tokens (~110/item across 20 items; 20 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · harvest.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-harvest https://harvest.usefulapi.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-harvest]
url = "https://harvest.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-harvest": {
      "type": "remote",
      "url": "https://harvest.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-harvest --url https://harvest.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-harvest:
    url: "https://harvest.usefulapi.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-harvest": {
      "type": "http",
      "url": "https://harvest.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 2 Aug 26 +52
    • Authorization: unverified → pass security
    • Transport: fail → pass security
    • First check of Authorization: partial security
    • MCP protocol: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
  • 1 Aug 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://harvest.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 1 Aug 2026 30 Oct 2026 ECDSA 256 ECDSA-SHA256 aea215b633fe902513d8a20341057234
SANs: usefulapi.io, harvest.usefulapi.io, *.harvest.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of harvest.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="OAuth", resource_metadata="https://harvest.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Bearer realm="OAuth", resource_metadata="https://harvest.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Protected resource metadata

Document https://harvest.usefulapi.io/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://harvest.usefulapi.io/mcp
Authorisation server https://harvest.usefulapi.io
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://harvest.usefulapi.io/mcp Verified 200
http (plaintext) http://harvest.usefulapi.io/mcp Inconclusive 401
MCP tools — 20 exposed · ~2,204 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
harvest_create_time_entry ~260

Create a time entry. Requires project_id, task_id and spent_date. Provide `hours` to log a specific duration; OR provide `started_time` (+ optional `ended_time`) for a timestamped entry; OR omit both to start a running timer (on a timestamp-tracking account). Use harvest_list_project_assignments to find valid project_id + task_id. Harvest REST: POST /time_entries. WRITE — creates data.

NameTypeReqDescription
ended_timestringEnd time for a timestamped entry, e.g. '9:30am'.
hoursnumberDuration in decimal hours, e.g. 1.5. Omit to start a running timer.
notesstringNotes for the time entry.
project_idintegeryesThe project id to log time against (required).
spent_datestringyesThe date the time was spent, yyyy-mm-dd (required).
started_timestringStart time for a timestamped entry, e.g. '8:00am'.
task_idintegeryesThe task id within the project (required).
user_idintegerLog on behalf of another user (defaults to the authenticated user; requires permission).

No output schema declared.

No examples provided.

harvest_delete_time_entry ~56

Permanently delete a time entry by id. This cannot be undone. Harvest REST: DELETE /time_entries/{id}. WRITE — destroys data.

NameTypeReqDescription
time_entry_idintegeryesThe time entry id to delete (required).

No output schema declared.

No examples provided.

harvest_get_client ~38

Retrieve a single client by id. Harvest REST: GET /clients/{id}.

NameTypeReqDescription
client_idintegeryesThe client id (required).

No output schema declared.

No examples provided.

harvest_get_company ~40

Retrieve the company/account settings for the authenticated account (name, currency, time/date formats, week start, feature flags). Harvest REST: GET /company.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

harvest_get_current_user ~32

Retrieve the currently authenticated user (whom the access token belongs to). Harvest REST: GET /users/me.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

harvest_get_invoice ~44

Retrieve a single invoice by id, including its line items. Harvest REST: GET /invoices/{id}.

NameTypeReqDescription
invoice_idintegeryesThe invoice id (required).

No output schema declared.

No examples provided.

harvest_get_project ~38

Retrieve a single project by id. Harvest REST: GET /projects/{id}.

NameTypeReqDescription
project_idintegeryesThe project id (required).

No output schema declared.

No examples provided.

harvest_get_time_entry ~43

Retrieve a single time entry by id. Harvest REST: GET /time_entries/{id}.

NameTypeReqDescription
time_entry_idintegeryesThe time entry id (required).

No output schema declared.

No examples provided.

harvest_list_clients ~106

List clients, optionally filtered by active status or updated-since. Paginated. Harvest REST: GET /clients.

NameTypeReqDescription
is_activebooleanOnly active (true) or archived (false) clients.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
updated_sincestringOnly clients updated since this ISO-8601 datetime.

No output schema declared.

No examples provided.

harvest_list_estimates ~165

List estimates, optionally filtered by client, state, date range, or updated-since. Paginated. Harvest REST: GET /estimates.

NameTypeReqDescription
client_idintegerFilter to a single client id.
fromstringOnly estimates issued on/after this date, yyyy-mm-dd.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
statestringFilter by estimate state: draft, sent, accepted or declined.
tostringOnly estimates issued on/before this date, yyyy-mm-dd.
updated_sincestringOnly estimates updated since this ISO-8601 datetime.

No output schema declared.

No examples provided.

harvest_list_expenses ~198

List expenses, optionally filtered by user, client, project, date range, billed status, or updated-since. Paginated. Harvest REST: GET /expenses.

NameTypeReqDescription
client_idintegerFilter to a single client id.
fromstringOnly expenses on/after this date, yyyy-mm-dd.
is_billedbooleanOnly billed (true) or unbilled (false) expenses.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
project_idintegerFilter to a single project id.
tostringOnly expenses on/before this date, yyyy-mm-dd.
updated_sincestringOnly expenses updated since this ISO-8601 datetime.
user_idintegerFilter to a single user id.

No output schema declared.

No examples provided.

harvest_list_invoices ~181

List invoices, optionally filtered by client, project, state, date range, or updated-since. Paginated. Harvest REST: GET /invoices.

NameTypeReqDescription
client_idintegerFilter to a single client id.
fromstringOnly invoices issued on/after this date, yyyy-mm-dd.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
project_idintegerFilter to a single project id.
statestringFilter by invoice state: draft, open, paid or closed.
tostringOnly invoices issued on/before this date, yyyy-mm-dd.
updated_sincestringOnly invoices updated since this ISO-8601 datetime.

No output schema declared.

No examples provided.

harvest_list_project_assignments ~101

List the authenticated user's active project assignments — the projects and their assignable tasks the current user can log time against (use this to find the project_id + task_id for harvest_create_time_entry). Paginated. Harvest REST: GET /users/me/project_assignments.

NameTypeReqDescription
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).

No output schema declared.

No examples provided.

harvest_list_projects ~123

List projects, optionally filtered by active status or client, or updated-since. Paginated. Harvest REST: GET /projects.

NameTypeReqDescription
client_idintegerFilter to a single client id.
is_activebooleanOnly active (true) or archived (false) projects.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
updated_sincestringOnly projects updated since this ISO-8601 datetime.

No output schema declared.

No examples provided.

harvest_list_tasks ~122

List tasks (the billable/non-billable work categories that can be assigned to projects), optionally filtered by active status or updated-since. Paginated. Harvest REST: GET /tasks.

NameTypeReqDescription
is_activebooleanOnly active (true) or archived (false) tasks.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
updated_sincestringOnly tasks updated since this ISO-8601 datetime.

No output schema declared.

No examples provided.

harvest_list_time_entries ~238

List time entries, optionally filtered by user, project, client, task, date range, running/billed status, or updated-since. Paginated. Harvest REST: GET /time_entries.

NameTypeReqDescription
client_idintegerFilter to a single client id.
fromstringOnly entries on/after this date, yyyy-mm-dd.
is_billedbooleanOnly billed (true) or unbilled (false) entries.
is_runningbooleanOnly running (true) or only stopped (false) entries.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
project_idintegerFilter to a single project id.
task_idintegerFilter to a single task id.
tostringOnly entries on/before this date, yyyy-mm-dd.
updated_sincestringOnly entries updated since this ISO-8601 datetime.
user_idintegerFilter to a single user id.

No output schema declared.

No examples provided.

harvest_list_users ~109

List users in the account, optionally filtered by active status or updated-since. Paginated. Harvest REST: GET /users.

NameTypeReqDescription
is_activebooleanOnly active (true) or archived (false) users.
pageintegerPage number (1-based) for pagination.
per_pageintegerResults per page (1–2000, Harvest default 2000).
updated_sincestringOnly users updated since this ISO-8601 datetime.

No output schema declared.

No examples provided.

harvest_restart_time_entry ~64

Restart a previously stopped time entry, resuming its timer (error if it is already running). Harvest REST: PATCH /time_entries/{id}/restart. WRITE — modifies data.

NameTypeReqDescription
time_entry_idintegeryesThe stopped time entry id to restart (required).

No output schema declared.

No examples provided.

harvest_stop_time_entry ~61

Stop a currently running time entry (no-op error if it is already stopped). Harvest REST: PATCH /time_entries/{id}/stop. WRITE — modifies data.

NameTypeReqDescription
time_entry_idintegeryesThe running time entry id to stop (required).

No output schema declared.

No examples provided.

harvest_update_time_entry ~185

Update an existing time entry's hours, notes, spent date, or project/task. Only the fields you provide are changed. Harvest REST: PATCH /time_entries/{id}. WRITE — modifies data.

NameTypeReqDescription
ended_timestringChange the end time, e.g. '9:30am'.
hoursnumberChange the duration in decimal hours, e.g. 2.25.
notesstringChange the notes.
project_idintegerReassign to a different project id.
spent_datestringChange the date, yyyy-mm-dd.
started_timestringChange the start time, e.g. '8:00am'.
task_idintegerReassign to a different task id.
time_entry_idintegeryesThe time entry id to update (required).

No output schema declared.

No examples provided.