150,000+ agents registered. Trust scores show their math.Explore →
Explorer/MCP/smithery/harvest

Harvest

REMOTE
smithery/harvest

Log billable hours, manage projects, and send invoices. Track time across tasks, review team capacity, and generate expense reports.

○ Remote (HTTP) Server
This server runs on the internet and communicates over HTTP. It does not have direct access to your local filesystem or environment variables.
Tools
58
Indexed
150d ago
Transport
Remote / HTTP
Liveness
● Live
Uptime
100%based on 1 checks
Avg response
397ms
← older · newer →
Security Scan
Security scan pending — this server has not yet been analyzed.
Risk Surface
Risk surface analysis pending — tool annotation scanning is coming soon.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://harvest.run.tools
Tools (58)
HARVEST_CREATE_CLIENT
Tool to create a new client. Use after gathering client details to register a new client in Harvest.
HARVEST_CREATE_CLIENT_CONTACT
Tool to create a new client contact. Use when you need to add a contact under an existing client. Call after you've retrieved or confirmed the client_id.
HARVEST_CREATE_ESTIMATE
Tool to create a new estimate. Use after gathering client and line item details.
HARVEST_CREATE_ESTIMATE_ITEM_CATEGORY
Tool to create a new estimate item category in Harvest. Use after deciding to categorize line items within an estimate.
HARVEST_CREATE_ESTIMATE_MESSAGE
Tool to create a new message for an estimate. Use when you have an estimate ID and want to send a message or run an event (send, accept, decline, re-open) on the estimate.
HARVEST_CREATE_EXPENSE
Tool to create a new expense entry. Use when recording costs against projects. Ensure either units or total_cost is provided.
HARVEST_CREATE_INVOICE
Tool to create a new invoice. Use when you have gathered all invoice details and need to bill a client in Harvest.
HARVEST_CREATE_INVOICE_ITEM_CATEGORY
Tool to create a new invoice item category. Use after you have decided on the category name to register it in Harvest.
HARVEST_CREATE_INVOICE_MESSAGE
Tool to create a new message for an invoice. Use after confirming the invoice ID when you need to notify a client with invoice details.
HARVEST_CREATE_INVOICE_PAYMENT
Tool to create a new payment on an invoice. Use when recording a payment against an existing invoice.
HARVEST_CREATE_PROJECT
Tool to create a new project. Use after confirming the client exists.
HARVEST_CREATE_TASK
Tool to create a new task. Use after identifying task details to register it in Harvest.
HARVEST_CREATE_TIME_ENTRY
Tool to create a new time entry. Use when logging hours for a project by specifying start/end times or duration.
HARVEST_CREATE_USER
Tool to create a new user. Use after gathering user details to invite them to Harvest.
HARVEST_DELETE_CLIENT
Tool to delete a client. Use when you need to remove a client that has no associated projects, invoices, or estimates. Call after confirming the client_id exists and has no dependent resources.
HARVEST_DELETE_CLIENT_CONTACT
Tool to delete a client contact. Use when you need to remove a contact that is no longer relevant. Call after confirming the contact_id exists.
HARVEST_DELETE_ESTIMATE
Tool to delete an estimate. Use when you need to remove an estimate that is no longer needed. Call after confirming the estimate_id exists and has no dependent resources.
HARVEST_DELETE_ESTIMATE_MESSAGE
Tool to delete an estimate message. Use when you need to remove a message from an estimate. Call after confirming estimate_id and message_id are correct.
HARVEST_DELETE_INVOICE
Tool to delete an invoice. Use when you need to remove an invoice that has no associated payments. Call after confirming the invoice_id exists.
HARVEST_DELETE_INVOICE_ITEM_CATEGORY
Tool to delete an invoice item category. Use when you need to remove an obsolete or incorrect invoice item category. Call after confirming the invoice_item_category_id exists.
HARVEST_DELETE_INVOICE_MESSAGE
Tool to delete a message from an invoice. Use when you need to remove a specific message that is no longer relevant. Call after confirming the invoice_id and message_id.
HARVEST_DELETE_INVOICE_PAYMENT
Tool to delete an invoice payment. Use when you need to remove a payment from an invoice after confirming payment details.
HARVEST_DELETE_PROJECT
Tool to delete a project. Use when you need to remove a project and all its associated time entries and expenses; invoices remain intact. Call after confirming the project_id exists.
HARVEST_DELETE_TASK
Tool to delete a task. Use when you need to remove a task that has no associated time entries. Call after confirming the task_id exists and has no dependent time entries.
HARVEST_DELETE_TIME_ENTRY
Tool to delete a time entry. Use when removing an existing time entry that is deletable (not closed or on archived projects/tasks). Call after confirming the time_entry_id exists.
HARVEST_DELETE_USER
Tool to delete a user. Use when you need to remove a user that has no associated time entries or expenses. Call after confirming the user_id exists and has no dependent time entries or expenses.
HARVEST_GET_CLIENT
Tool to retrieve a specific client by ID. Use when you need details of a client before invoicing or reporting.
HARVEST_GET_CLIENT_CONTACT
Tool to retrieve a specific client contact. Use when you have client_id and contact_id to fetch and verify contact details.
HARVEST_GET_COMPANY_INFO
Tool to retrieve information about the authenticated user's company. Use after authentication to fetch company settings for display or configuration.
HARVEST_GET_ESTIMATE
Tool to retrieve a specific estimate by ID. Use after confirming the estimate ID. Example: "Get estimate with ID 123456".
HARVEST_GET_INVOICE
Tool to retrieve a specific invoice by ID. Use when you need the full details of an invoice after selecting or creating it. Example: 'Get invoice with ID 13150378.'
HARVEST_GET_PROJECT
Tool to retrieve a specific Harvest project by ID. Use when you have a project ID and need its details.
HARVEST_GET_TASK
Tool to retrieve a specific task by ID. Use when you have a task ID and need its detailed information.
HARVEST_GET_TIME_ENTRY
Tool to retrieve a single time entry by ID. Use when you have a specific time entry ID and need its full details.
HARVEST_GET_USER
Tool to retrieve a specific user by ID. Use after obtaining a valid user ID (for example via List Users). Example: "Get details of user 3230547".
HARVEST_LIST_CLIENT_CONTACTS
Tool to list client contacts. Use when you need to retrieve contacts with optional filtering and pagination.
HARVEST_LIST_CLIENTS
Tool to list clients. Use when you need to retrieve a paginated list of clients from Harvest. Ensure you have a valid access token in metadata before calling.
HARVEST_LIST_ESTIMATE_MESSAGES
Tool to list messages for an estimate. Use after obtaining an estimate ID to retrieve associated messages, supports pagination and filtering by update time.
HARVEST_LIST_EXPENSE_CATEGORIES
Tool to list expense categories. Use when you need to retrieve a paginated list of expense categories, optionally filtering by active status or last update timestamp.
HARVEST_LIST_INVOICE_ITEM_CATEGORIES
Tool to retrieve invoice item categories. Use when you need to fetch a paginated list of invoice item categories in Harvest.
HARVEST_LIST_INVOICE_MESSAGES
Tool to list messages associated with a given invoice. Use when you need to retrieve invoice messages with optional filtering by update time and pagination.
HARVEST_LIST_INVOICE_PAYMENTS
Tool to retrieve payments for a specific invoice. Use when you need to list all payments applied to an invoice after confirming the invoice exists.
HARVEST_LIST_INVOICES
Tool to list invoices. Use when you need to retrieve invoices filtered by client, project, date range, or state. Example: 'List invoices for client 5735776 from 2023-01-01 to 2023-01-31.'
HARVEST_LIST_PROJECTS
Tool to list projects. Use when you need to retrieve a paginated list of projects from Harvest. Ensure a valid access token is present in metadata before calling.
HARVEST_LIST_TASKS
Tool to list tasks. Use when you need to retrieve a paginated list of tasks from Harvest. Ensure you have a valid access token in metadata before calling.
HARVEST_LIST_TIME_ENTRIES
Tool to retrieve a list of time entries. Use when you need to fetch tracked hours with filters or date ranges for reporting or invoicing. Example: "List time entries for project 123 between 2023-01-01 and 2023-01-31".
HARVEST_LIST_USERS
Tool to list users. Use when you need to retrieve a paginated list of users from Harvest.
HARVEST_UPDATE_CLIENT
Tool to update an existing client. Use after retrieving client details to modify its properties. Supports partial updates; omit fields to leave them unchanged.
HARVEST_UPDATE_CLIENT_CONTACT
Tool to update a client contact. Use when you have a contact_id and need to modify its details.
HARVEST_UPDATE_COMPANY_INFO
Tool to update information about the company. Use to modify company settings such as name, timezone, or formatting options. Use after obtaining current settings to apply changes.
HARVEST_UPDATE_ESTIMATE
Tool to update an existing estimate. Use when you need to modify specific fields of an estimate; omit parameters to leave other fields unchanged.
HARVEST_UPDATE_ESTIMATE_ITEM_CATEGORY
Tool to update an estimate item category. Use after retrieving the category to change its name.
HARVEST_UPDATE_EXPENSE
Tool to update an existing expense. Use after retrieving an expense to modify project, category, date, cost, or delete a receipt; omit fields to leave unchanged.
HARVEST_UPDATE_INVOICE
Tool to update an existing invoice. Use after retrieving invoice details to modify its fields. Supports partial updates; omit fields to leave unchanged.
HARVEST_UPDATE_PROJECT
Tool to update an existing project. Use when you need to modify one or more fields of a project by its ID. Invoke after confirming the project ID and desired changes.
HARVEST_UPDATE_TASK
Tool to update an existing task. Use after retrieving task details to modify its attributes such as name, billing defaults, or status. Supports partial updates; omit fields to leave them unchanged.
HARVEST_UPDATE_TIME_ENTRY
Tool to update an existing time entry. Use after retrieving the entry to adjust hours, notes, project, or task details. Supports partial updates; omit fields to leave unchanged.
HARVEST_UPDATE_USER
Tool to update an existing user. Use when you need to modify a user's profile or settings after confirming the user ID.
Is this your server?
Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming — register now and you'll be first in line.
Create your account →
More from smithery
Octagon
AI agents for financial research. Query SEC filings, analyze company data, and retrieve market intelligence.
Jam
Capture and report bugs with automatic screen recordings and environment details. Create, view, and manage bug reports with full context.
X(Twitter) MCP Server
A server to create drafts of X(Twitter) posts, threads using LLMs and post directly from the chat.
Aiwyn Tax
Automate tax workflow tasks and manage client engagements. Track deadlines, organize documents, and handle billing for accounting firms.
Zoho mail
Zoho Mail is a secure and ad-free email hosting platform with collaboration tools, calendar integration, and extensive administrative controls
Webscan
Scan and analyze web content with features like page fetching, link extraction, and sitemap generation.
Similar servers
penni-mcp
AI bookkeeper for small businesses. Connect your QuickBooks Online and manage your books through Claude Desktop or Cursor. Check balances, pull P&L reports, track invoices, create expenses, and send invoices — all via conversation. Free tier for read-only access. Install: npx penni-mcp
HTML to PDF
Convert HTML and webpages into polished PDFs in seconds. Create invoices, reports, and archives with consistent layout and branding. Streamline document workflows by automating PDF generation.
Accounting Practice
Streamline client management, compliance deadlines, and core bookkeeping for your firm. Automate bank reconciliation, payroll, sales tax, and tax estimates while optimizing deductions. Sync with QuickBooks to keep records current.
CenterPoint Connect
Access CenterPoint Connect to manage property, construction, and service operations from one place. Filter, create, and update companies, properties, employees, invoices, materials, and more to automate everyday tasks. Streamline sales-to-service handoffs with relationship-aware queries across opportunities, services, and productions.
Finance Calculator
Calculate and analyze financial metrics efficiently with this tool. Simplify complex finance calculations and gain insights quickly. Enhance your financial decision-making with accurate and easy-to-use computations.
Financial Research
Analyze stocks with quick summaries, analyst targets, recommendations, and sector insights. Track SEC filings, insider transactions, dividends, splits, and institutional holders. Access financial statements and summarize filings to surface key points.
Indexed from Smithery · Updates nightly
View on Smithery →