iiinigence/harvest-mcp (iiinigence/harvest-mcp) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 11 tools. No publisher has claimed this listing.
MCP server for Harvest time tracking, enabling users to manage timers, log time, and generate reports through natural language.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
iiinigence
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
get_meGet the authenticated Harvest user (name, email, id, roles, timezone). Useful to resolve 'my' time entries and check the connection.
list_clientsList clients in the Harvest account. Returns id, name, active state.
list_projectsList projects with their client, code, and budget info. Filter by client_id or include archived projects.
list_project_tasksList the task assignments for a project (task_id + name). You need a task_id to log time or start a timer on that project.
list_time_entriesList time entries, newest first. Filter by date range (from/to, YYYY-MM-DD), project_id, user_id, or only_running. Use mine=true to limit to the authenticated user. Returns up to 300 entries per call.
get_time_reportAggregated hours for a date range, grouped by clients, projects, tasks, or team members. Includes billable vs total hours and billable amounts (when permitted). Perfect for 'how many hours did we spend on X this month?'
log_timeCreate a completed time entry: project, task, date, and duration in hours (e.g. 1.5). Use list_projects and list_project_tasks first to get ids. Add a short note describing the work.
start_timerStart a running timer on a project + task for today (authenticated user). Any other running timer for the user is stopped automatically by Harvest. Use list_project_tasks to get the task_id.
stop_timerStop a running timer. If time_entry_id is omitted, finds and stops the authenticated user's currently running timer.
update_time_entryEdit an existing time entry's hours, notes, date, project, or task. Only provided fields are changed. (This server intentionally has no delete tool — set hours or move entries instead, and delete in Harvest itself if truly needed.)
list_usersList users in the Harvest account (id, name, email, roles). Needed for per-person filters and team reports. Requires admin/manager access.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
HARVEST_ACCESS_TOKEN"": "your_token_here",HARVEST_ACCOUNT_ID"": "1234567",HARVEST_BASE_URLREAD_ONLY"": "false"All four hints declared on every tool
11/11 tools missing one or more hints — get_me (missing: destructiveHint, idempotentHint, openWorldHint); list_clients (missing: destructiveHint, idempotentHint, openWorldHint); list_projects (missing: destructiveHint, idempotentHint, openWorldHint), +8 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
10/11 tool handlers declare input schemas (91%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.0 (high), @modelcontextprotocol/sdk@1.12.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/iiinigence/harvest-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check