---
title: "Freshteam"
url: "https://lb.getknit.dev/mcp-servers/freshteam-mcp-server/"
date: "2026-08-13T12:31:09+00:00"
modified: "2026-08-13T12:57:42+00:00"
type: "mcp_server"
---

# Freshteam

[MCP Servers](https://lb.getknit.dev/mcp-servers) / [HRIS](https://lb.getknit.dev/mcp-servers-categories/hris-mcp-servers/) / Freshteam ![Freshteam](https://storage.googleapis.com/knit-website-media/2026/08/6826fcf9919b692eecf1f052_Freshteam-1.svg)Freshteam MCP Server
====================

Knit's Freshteam MCP Server gives your AI agents instant, code-free access to every Freshteam API endpoint-read, write, and automate without OAuth headaches or custom endpoints.

 [See Docs](https://developers.getknit.dev/docs/getting-started-with-knit-mcp-server-for-ides-and-clis) [Set Up Freshteam MCP Server](https://mcphub.getknit.dev/) 

 

  Building Integrations Together·![4.9 out of 5 stars](https://lb.getknit.dev/wp-content/themes/knit/assets/images/g2/g2-star-rating.svg)4.9/5 on G2·![Google](https://lb.getknit.dev/wp-content/themes/knit/assets/images/investor-logos/google-g.png)Google for Startups Accelerator

![prismforce](https://storage.googleapis.com/knit-website-media/2026/08/6a1eebbdaa38eb74c2d39fc9_prismforce-1.svg)![Hackerearth](https://storage.googleapis.com/knit-website-media/2026/08/6a1eeb591e00bd216f61488b_hackerearth-1.svg)![Isotopes AI](https://storage.googleapis.com/knit-website-media/2026/08/691596a13b8cd38e2f3dc822_isotopes_ai_greyscale-1.svg)![Infojobs](https://storage.googleapis.com/knit-website-media/2026/08/68fc54d2ee31fc7f0e2f7ce1_infojobs_bnw-1.svg)![Payoneer](https://storage.googleapis.com/knit-website-media/2026/08/payoneer.png)![Outsolve](https://storage.googleapis.com/knit-website-media/2026/08/683469796fef776e21802928_outsolve-1.svg)![Skuad](https://storage.googleapis.com/knit-website-media/2026/08/68346986ac834ab404bc57d8_Skuad-1.svg)![Payworks](https://storage.googleapis.com/knit-website-media/2026/08/6879e68c044e681ac17de2b8_payworks_logo-1.svg)![Itilite](https://storage.googleapis.com/knit-website-media/2026/08/itilite.svg)![Onsurity](https://storage.googleapis.com/knit-website-media/2026/08/onsurity.svg)![RazorpayX](https://storage.googleapis.com/knit-website-media/2026/08/razorpay.png)![Multiplier](https://storage.googleapis.com/knit-website-media/2026/08/multiplier.svg)![Peoplestrong](https://storage.googleapis.com/knit-website-media/2026/08/68346a01a0576f307fa7b51c_people-strong-1.svg)![Scrut](https://storage.googleapis.com/knit-website-media/2026/08/scrut.svg)![Ceipal](https://storage.googleapis.com/knit-website-media/2026/08/ceipal.svg)

 

  Key Features
------------

All the power of AI-ready tools — serverless hosting, mix-and-match APIs, live updates, semantic search, and built-in auth — in a single, plug-and-play platform.

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/serverless-deployment.svg)

### Serverless by Default

Spin up MCP Servers with zero infrastructure — Knit scales, patches, and monitors everything for you.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/package-tools-across-apps.svg)

### Mix-and-Match Tool Bundles

Deploy only the API tools you need from any app in a single lightweight server — no bloat, no duplication.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/bring-your-own-apis.svg)

### Plug-In Your Own APIs

Expose custom endpoints as AI-ready tools alongside Knit's catalog, unifying proprietary logic and third-party apps in one place.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/semantic-search.svg)

### Semantic Tool Search

Natural-language search surfaces the right tools for each use case, shrinking token costs and boosting LLM accuracy.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/dynamic-tool-loading.svg)

### Hot-Swap Tools at Runtime

Add or remove tools without downtime; your agents see new capabilities instantly — no server restarts required.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/managed-auth.svg)

### Auth Handled for You

OAuth, SAML, service accounts — Knit manages credentials and refreshes so your team never wrestles with tokens.

 

 

 

  See It In Action
----------------

Watch an agent automate workflows — all with Knit's plug-and-play MCP Servers.

    

 

  Actions Available via Freshteam MCP Server
------------------------------------------

Every action below is real and already live — not a roadmap item. [Browse the full API reference →](https://developers.getknit.dev/)

 Create Employee 

The Create Employee API allows you to create a new employee record in the system. It requires a POST request to the endpoint with necessary headers and a JSON body containing employee details such as first name, last name, employment details, work email, and more. The employment object must include a positionId and designation. The API supports various HR applications, each with specific requirements and unsupported fields. The response includes a success flag and the employeeId of the newly created employee. In case of an error, a descriptive error message is returned.

 

 Enroll Employee Deductions 

The Enroll Employee Deductions API allows for enrolling an employee in a deduction plan. It requires the employee ID as a mandatory field. Other optional fields include deduction ID, deduction code, employee and employer contributions, start date, and metadata. The API supports various apps like ADP Run, Paycor, Paychex, Paylocity, PrismHR, Avionte, and ADP Workforce Now. The response indicates success or failure, with an optional error message in case of failure.

 

 List HR Departments 

The List HR Departments API retrieves a list of departments from the HR system. It supports multiple applications such as Workday, SAP SuccessFactors, GreytHR, and more. The API requires an 'accept' header specifying 'application/json'. It has an optional query parameter 'originData' which defaults to false. The response includes a success flag and a data object containing an array of department objects, each with an id, name, description, parentId, and companyId. In case of an error, the response will include a success flag set to false and an error message.

 

 Get Employee Leave Balance 

This API endpoint retrieves the leave balance for a specified employee for the current year. It requires the 'employeeId' as a query parameter and optionally accepts 'originData' to include the origin API response. The response includes a list of leave balances, detailing the type of leave, unit, available balance, and used balance. Supported applications include Darwinbox, GreytHR, Zoho People, Workday, Sage, ADP Workforce Now, Personio, BambooHR, Paychex, Remote, Deel, Paycor, Ceredian Dayforce, Rippling, UKG Pro, Keka HR, and UKG Ready.

 

 Update Employee Compensation 

The Update Employee Compensation API allows updating the compensation details of an employee. It requires the employee ID and the effective date of the update. The request body can include fixed, variable, and stock compensation elements, each with specific properties such as type, planId, amount, percentage, currency, payPeriod, and frequency. The API supports various applications like Workday, Hibob, BambooHR, and others, each with specific rules for updating compensation. The response indicates success or failure, with an optional error message in case of failure.

 

 Add HR Attendance Record 

The Add HR Attendance Record API allows you to add an attendance record for an employee. It requires the employee ID as a mandatory field, and optionally accepts check-in and check-out date-time values, along with metadata that can include fields like break\_duration or remarks. The API supports various apps like Darwinbox, HROne, and Lucca HR, each with specific metadata fields. The response indicates success or failure of the operation, with a success flag and optional error message.

 

 Get Employee Field Values 

The Get Employee Field Values API retrieves the values for specified employee fields such as employmentType and employmentStatus. It supports various HR applications like BambooHR, Darwinbox, GreytHR, Keka HR, Zoho People, Hibob, Workday, Paycom, Paycor, Paychex, HR One, Alexis HR, and UKG Ready. The API requires a query parameter 'fieldType' to specify the type of field to retrieve. The response includes a success flag and a list of fields with their IDs and labels. In case of an error, an error message is provided.

 

 Create HR Deduction 

The Create HR Deduction API allows users to create a new deduction in the HR system. The API requires a POST request to the endpoint with headers specifying 'accept' and 'content-type' as 'application/json'. The request body must include the deduction's name, type, frequency, description, and any additional metadata. Upon success, the API returns a response with a 'success' flag and the 'deductionId' of the newly created deduction. In case of an error, the response includes a 'success' flag set to false and an error message.

 

 Get Payroll Statement for an Employee 

This API endpoint retrieves the payroll statement for a specified employee for a given month or date range. The request requires the 'employeeId' as a mandatory query parameter. You can specify the time range using either the 'month' parameter in 'yyyy-mm' format or 'startDate' and 'endDate' parameters. However, some apps like Darwinbox, GreytHR, and RazorpayX Payroll require the 'month' parameter and do not support 'startDate' and 'endDate'. The response includes details such as gross pay, net pay, processed date, pay date, earnings, contributions, and deductions. The API supports various HR systems like Keka HR, Zoho People, Workday, and more.

 

 Update Employee Details 

The Update Employee Details API allows updating various details of an employee such as personal and work email addresses, present and work addresses, and employment details. The API supports multiple HR applications, each with specific field support limitations. The request requires an employeeId and can include optional fields like firstName, lastName, workEmail, personalEmails, presentAddress, workAddress, employment, and metadata. The response indicates success or failure, with an optional error message in case of failure.

 

 Update Employee Deductions 

The Update Employee Deductions API allows updating the deduction details for an employee. It requires the employeeId as a mandatory field in the request body, along with optional fields such as employeeDeductionId, deductionId, employeeContribution, employerContribution, and metadata. The API supports applications like ADP Run, Paycor, Paychex, Paylocity, and ADP Workforce Now. The response indicates success or failure of the operation, with a success flag and optional error message.

 

 Get Compensation Plans 

The Get Compensation Plans API retrieves compensation plans including fixed, variable, and stock components. It supports various applications such as Workday, Hibob, Paycor, SAP Successfactors, Paychex, Quickbooks Payroll, Lucca HR, and PrismHR. The API requires an 'accept' header with 'application/json' and optionally accepts a 'originData' query parameter to include origin data. The response includes detailed compensation data with fixed, variable, and stock plans, or an error message if the request fails.

 

 Get HR Document Categories 

The Get HR Document Categories API retrieves a list of document categories available in the HR system. It supports various applications such as Workday, Sage, Hibob, Personio, Zoho People, SAP Successfactors, Keka, and Avionte. The API requires an 'accept' header specifying 'application/json'. It has an optional query parameter 'originData' which is a boolean flag to include origin data, defaulting to false. The response includes a 'success' flag and a 'data' object containing an array of categories, each with an 'id' and 'name'. In case of an error, an 'error' object with a descriptive message is returned.

 

 Get Leave Types 

The Get Leave Types API retrieves a list of leave types supported by various HR applications. The request is made using the GET method to the endpoint https://api.getknit.dev/v1.0/hr.leave.types. It accepts a query parameter 'originData' which is a boolean flag to include origin data, defaulting to false. The request header must include 'accept: application/json'. The response includes a success flag and a data object containing an array of leave types, each with an id, name, and type. In case of an error, the response will include a success flag set to false and an error message.

 

 Terminate Employee 

The Terminate Employee API allows you to terminate an employee by providing their employee ID, termination date, and termination reason. The API requires the 'accept' and 'content-type' headers to be set to 'application/json'. The request body must include 'employeeId', 'terminationDate', and 'terminationReason'. Optionally, 'metadata' can be provided for additional information. The response will indicate success or failure, with an error message if applicable. Supported apps may have specific requirements for the 'terminationReason' and 'metadata' fields.

 

 Get Employee Attendance 

This API retrieves a list of attendance records for a specified employee within a given month. The request requires the 'employeeId' and 'month' as query parameters. An optional 'originData' parameter can be included to return the origin API response. The response includes details such as date, shift start and end times, total hours, break hours, effective hours, first in and last out times, and attendance status. The API is supported by various HR applications including Darwinbox, Keka HR, GreytHR, and others.

 

 Unenroll Employee Deductions 

The Unenroll Employee Deductions API allows supported applications to unenroll an employee from specific deductions. The API requires a POST request to the endpoint with headers specifying 'accept' and 'content-type' as 'application/json'. The request body must include the 'employeeId' as a required field, and optionally 'employeeDeductionId', 'deductionId', 'deductionCode', and 'metadata'. The response will indicate success with a boolean and may include additional data or an error message if the operation fails.

 

 Create Employee Leave Request 

This API endpoint allows the creation of a leave request for an employee. It requires the employee ID, leave type ID, start and end date-time, unit of leave (DAYS or HOURS), and the amount of leave. The request body must be in JSON format. On success, it returns a success status and the leave request ID. If the request fails, it returns an error message.

 

 List HR Deductions 

The List HR Deductions API allows users to retrieve a list of HR deductions. It supports various applications such as SAP SuccessFactors, ADP Run, Paycor, Paychex, Workday, Paylocity, UKG Ready, and PrismHR. The API uses the GET method and requires the 'accept' header to be set to 'application/json'. It has an optional query parameter 'originData' which is a boolean flag to include origin data. The response can be a list of deductions with details such as deductionId, deductionCode, type, description, frequency, startDate, and isTax. In case of an error, the response will include a success flag and an error message.

 

 Update HR Deductions 

The Update HR Deductions API allows users to update details of HR deductions. It requires a POST request to the endpoint 'https://api.getknit.dev/v1.0/hr.deductions.update'. The request must include headers specifying 'accept' and 'content-type' as 'application/json'. The body of the request must include the 'deductionId' as a required field, and optionally 'frequency', 'description', and 'metadata'. The response will indicate success with a boolean 'success' field and may include additional data or error messages.

 

 List HR Companies 

The List HR Companies API endpoint allows users to retrieve a list of HR companies. It supports various applications such as Darwinbox, Rippling, Workline, and more. The API uses the GET method and requires an 'accept' header with the value 'application/json'. It also accepts an optional query parameter 'originData' which is a boolean flag to include origin data. The response includes a success flag and a data object containing an array of companies, each with details like companyId, companyName, and address information. In case of an error, an error message is provided.

 

 Get Employee Positions and Work Shifts 

This API endpoint retrieves the list of employee positions and work shifts. It supports various HR applications such as Workday, Sage, Hibob, and more. The request is made using the GET method to the URL https://api.getknit.dev/v1.0/hr.employees.positions. The request requires an 'accept' header with the value 'application/json'. An optional query parameter 'originData' can be included to specify if origin data should be included in the response. The response includes a success flag, a list of positions with their IDs, designations, and departments, and a list of work shifts with their IDs and names. In case of an error, the response will include an error message.

 

 Get Employee Leave Requests 

This API retrieves a list of leave requests for a specified employee within a given date range. The request requires the 'employeeId' as a mandatory query parameter. You can specify the time range using either the 'month' parameter in yyyy-mm format or 'startDate' and 'endDate' parameters. The response includes details such as leave request ID, start and end dates, status, leave type, and whether the leave is paid. The API supports various HR applications such as Darwinbox, Keka HR, GreytHR, and others.

 

 Upload Employee Document 

The Upload Employee Document API allows users to upload documents for employees. The API requires the employee ID and file name as mandatory fields. The document can be uploaded by providing either the base64 encoded content or a URL to the file. Additional optional fields include content type, category, comment, and metadata. The response includes a success flag and the document ID if successful, or an error message and type if the request fails. The category field is mandatory for some applications like Darwinbox and Zoho People.

 

 Get Termination Reasons 

The Get Termination Reasons API retrieves a list of termination reasons supported by various apps such as Workday, Hibob, BambooHR, Remote, 7shifts, and UKG Ready. The API requires an 'accept' header specifying 'application/json'. It supports an optional query parameter 'originData' which defaults to false. The response includes a success flag and a data object containing an array of termination reasons, each with an 'id' and 'name'. In case of an error, an error message is provided.

 

 [  Missing an action? 

Our AI Agent builds it instantly.

 Try Now  ](/products/integrations-agent/) 

 

  Knit vs. building a standalone Freshteam MCP Server
---------------------------------------------------

#### Building it yourself

- A custom MCP server for Freshteam, hosted and maintained in-house
- Handle Freshteam's OAuth, rate limits, and pagination yourself
- Re-test and patch every time Freshteam changes their API
- No tool search — every tool sits in your agent's context at once
- Engineering time spent on plumbing, not your product
- Weeks of dev time before you ship
 
 

#### With Knit

- Freshteam MCP Server already built, hosted, and maintained
- Knit handles Freshteam's OAuth, storage, and refresh for you
- Knit absorbs Freshteam's API changes — nothing breaks on your end
- Semantic tool search keeps agent context lean
- Your team ships your product, not integration plumbing
- Live in minutes, not weeks
 
 

 

 

 

  Other HRIS MCP Servers
----------------------

 [ ![7Shifts](https://storage.googleapis.com/knit-website-media/2026/08/68270583369c2eb428b1091d_7Shifts-1.svg)### 7shifts

 ](https://lb.getknit.dev/mcp-servers/7shifts-mcp-server/) [ ![ADP Run HRIS](https://storage.googleapis.com/knit-website-media/2026/08/6826fa92757b0263a1025c70_ADP20Workforce20Now-1.svg)### ADP Run HRIS

 ](https://lb.getknit.dev/mcp-servers/adp-run-hris-mcp-server/) [ ![ADP Workforce Now HRIS](https://storage.googleapis.com/knit-website-media/2026/08/6826fa92757b0263a1025c70_ADP20Workforce20Now-1.svg)### ADP Workforce Now HRIS

 ](https://lb.getknit.dev/mcp-servers/adp-workforce-now-hris-mcp-server/) [ ![Alexis HR](https://storage.googleapis.com/knit-website-media/2026/08/6826fb42a22b19d7881f8a96_Alexis-1.svg)### Alexis HR

 ](https://lb.getknit.dev/mcp-servers/alexis-hr-mcp-server/) [ ![BambooHR](https://storage.googleapis.com/knit-website-media/2026/08/6826fb5cffeb0241b56bebc1_Bamboo20HR-1.svg)### BambooHR

 ](https://lb.getknit.dev/mcp-servers/bamboohr-mcp-server/) [ ![Breathe HR](https://storage.googleapis.com/knit-website-media/2026/08/6826fb4b03d393c26f1b60c3_Breathe20HR-1.svg)### Breathe HR

 ](https://lb.getknit.dev/mcp-servers/breathe-hr-mcp-server/) [ ![Ceridian](https://storage.googleapis.com/knit-website-media/2026/08/6826fb8c39aa3af215b7fcf4_Ceridian-1.svg)### Ceridian

 ](https://lb.getknit.dev/mcp-servers/ceridian-mcp-server/) [ ![Charlie HR](https://storage.googleapis.com/knit-website-media/2026/08/6826fb9562ad7d2cdd7ba48a_Charlie20HR-1.svg)### Charlie HR

 ](https://lb.getknit.dev/mcp-servers/charlie-hr-mcp-server/) [ ![CyberArk](https://storage.googleapis.com/knit-website-media/2026/08/6826fc08307c10bc7a8d1a91_CyberArk-1.svg)### CyberArk

 ](https://lb.getknit.dev/mcp-servers/cyberark-mcp-server/) [ ![Darwinbox](https://storage.googleapis.com/knit-website-media/2026/08/6826fbe0c7aecd46626758cf_Darwinbox-1.svg)### Darwinbox

 ](https://lb.getknit.dev/mcp-servers/darwinbox-mcp-server/) [ ![Deel HRIS](https://storage.googleapis.com/knit-website-media/2026/08/6826fbfe2d6ebaa979535a54_Deel-1.svg)### Deel HRIS

 ](https://lb.getknit.dev/mcp-servers/deel-hris-mcp-server/) [ ![Employment Hero](https://storage.googleapis.com/knit-website-media/2026/08/682701bd331065bc9c6aeca2_Employement20Hero-1.svg)### Employment Hero

 ](https://lb.getknit.dev/mcp-servers/employment-hero-mcp-server/) [ ![Factorial HR](https://storage.googleapis.com/knit-website-media/2026/08/6826fc99ffeb0241b56c98e4_Factorial-1.svg)### Factorial HR

 ](https://lb.getknit.dev/mcp-servers/factorial-hr-mcp-server/) [ ![Fingercheck](https://storage.googleapis.com/knit-website-media/2026/08/6826fcb8e3705cd7b928d3fa_Fingercheck-1.svg)### FingerCheck

 ](https://lb.getknit.dev/mcp-servers/fingercheck-mcp-server/) [ ![Folks HR](https://storage.googleapis.com/knit-website-media/2026/08/6826fca40236793360c9ca68_Folks20HR-1.svg)### Folks HR

 ](https://lb.getknit.dev/mcp-servers/folks-hr-mcp-server/) [ ![GreytHR](https://storage.googleapis.com/knit-website-media/2026/08/6826fd15d8947864c9c48fcc_GreytHR-1.svg)### greytHR

 ](https://lb.getknit.dev/mcp-servers/greythr-mcp-server/) [ ![HiBob](https://storage.googleapis.com/knit-website-media/2026/08/6826fd5d89c0c379f97a5751_HiBob-1.svg)### HiBob

 ](https://lb.getknit.dev/mcp-servers/hibob-mcp-server/) [ ![HR Cloud](https://storage.googleapis.com/knit-website-media/2026/08/6826fd2e0fbde8a359e767d1_HR20Cloud-1.svg)### HR Cloud

 ](https://lb.getknit.dev/mcp-servers/hr-cloud-mcp-server/) [ ![Humaans](https://storage.googleapis.com/knit-website-media/2026/08/6826fd3c9602e369359debb1_Humaans-1.svg)### Humaans

 ](https://lb.getknit.dev/mcp-servers/humaans-mcp-server/) [ ![Humi HR](https://storage.googleapis.com/knit-website-media/2026/08/6826fd99981d372e4b3f9502_Humi20HR-1.svg)### Humi HR

 ](https://lb.getknit.dev/mcp-servers/humi-hr-mcp-server/) [ ![Kallidus](https://storage.googleapis.com/knit-website-media/2026/08/6826fdef1d9ed62a81c1ae9c_Kallidus-1.svg)### Kallidus

 ](https://lb.getknit.dev/mcp-servers/kallidus-mcp-server/) [ ![Paycor](https://storage.googleapis.com/knit-website-media/2026/08/6826fed680fe1e530956fcc4_Paycor-1.svg)### Paycor

 ](https://lb.getknit.dev/mcp-servers/paycor/) [ ![Paychex](https://storage.googleapis.com/knit-website-media/2026/08/6826feb2d235859ad9072a12_Paychex-1.svg)### Paychex

 ](https://lb.getknit.dev/mcp-servers/paychex-mcp-server/) [ ![Paycom](https://storage.googleapis.com/knit-website-media/2026/08/6826fec43bd4e9d92694429e_Paycom-1.svg)### Paycom

 ](https://lb.getknit.dev/mcp-servers/paycom-mcp-server/) 

 [See all HRIS MCP Servers](https://lb.getknit.dev/mcp-servers-categories/hris-mcp-servers/)

 

  Real Use Cases for Freshteam
----------------------------

See how teams put Freshteam to work as part of a bigger workflow.

 [### HRIS and ERP Integrations for Payroll Processors

Calculate payroll taxes and deductions automatically, and trigger payroll runs based on approved timesheets.

 ](https://lb.getknit.dev/solutions/integrations-for-payroll-management-platforms/) [### Integrations for Employee Onboarding

Create employee records, collect signatures, run background checks and provision assets seamlessly with knit

 ](https://lb.getknit.dev/solutions/integrations-for-employee-onboarding-platforms/) [### Integrations for Employee Engagement Platforms

Sync engagement scores, performance feedback, and team structures across HRIS platforms.

 ](https://lb.getknit.dev/solutions/integrations-for-employee-engagement-and-performance-platforms/) [### Give Your Payroll Platform the Integration Edge

Sync employee data, leave balances, and pay runs across HRIS, payroll, and ERP.

 ](https://lb.getknit.dev/solutions/integrations-for-hris-payroll-management-platforms/) [### Integrations for Insurance and Benefits

Streamline benefits enrolment, eligibility, and payroll deductions across HRIS, carriers and payroll systems.

 ](https://lb.getknit.dev/solutions/integrations-for-insurance-and-benefits-platforms/) [### Integrations for Earned Wage Access (EWA) Platforms

Calculate available wages in real time, initiate instant payouts, automate deductions, and ensure compliance with wage-access policies.

 ](https://lb.getknit.dev/solutions/integrations-for-earned-wage-access-platforms/) 

 

  Enterprise-grade security
-------------------------

 ![SOC 2 certified](/wp-content/themes/knit/assets/images/security-logos/soc2.svg) ![GDPR compliant](/wp-content/themes/knit/assets/images/security-logos/gdpr.svg) ![ISO 27001 certified](/wp-content/themes/knit/assets/images/security-logos/iso.png) 

[Visit our Security Center](https://compliance.getknit.dev/) [Review the DPA](/dpa)

 

  Customer Stories
----------------

See how leading technology firms are scaling their operations

![Multiplier](https://storage.googleapis.com/knit-website-media/2026/08/multiplier.svg)[Case Study ](https://lb.getknit.dev/case-studies/multiplier-closes-enterprise-deals-by-shipping-a-workday-integration-in-one-week-through-knit/)

> Amazing Product With Exceptional Support from the team. By using Knit we managed to speed up our development by orders of magnitude.

HHuynh H

Developer, Multiplier







![Scrut](https://storage.googleapis.com/knit-website-media/2026/08/scrut.svg)[Case Study ](https://lb.getknit.dev/case-studies/how-scrut-automation-automates-grc-automation-with-knits-unified-hris-api/)

> A brilliant tool to let you seamlessly integrate with many different systems. It is very easy to integrate with and customer support is next level.

JJayesh

Co-Founder, Scrut







![Onsurity](https://storage.googleapis.com/knit-website-media/2026/08/onsurity.svg)

> Seamless integration experience. Well-documented, self-explanatory APIs, and excellent service and support.

PPoorvi

Product Manager, Onsurity







![RazorpayX](https://storage.googleapis.com/knit-website-media/2026/08/razorpay.png)[Case Study ](https://lb.getknit.dev/case-studies/razorpayx-payroll-unlocks-multi-entity-pay-runs-with-knits-unified-hrms-api/)

> Easy to integrate. Knit's dashboard is intuitive for setting up and testing integrations, and the sandbox is extremely useful during development.

AAditya

Product Lead, RazorpayXPayroll







![Payoneer](https://storage.googleapis.com/knit-website-media/2026/08/payoneer.png)[Case Study ](https://lb.getknit.dev/case-studies/payoneer-workforce-management-launches-a-global-hris-to-netsuite-bridge-for-clients-using-knits-unified-api/)

> Knit shipped a brand-new Timesheet API in a week and handed us a ready-to-use NetSuite sandbox. That velocity is priceless when you're running payroll in 40+ countries.

RRohit Singh

GM, Payoneer Workforce Management









 

  \#1 in Ease of Integrations
---------------------------

![4.9 out of 5 stars](/wp-content/themes/knit/assets/images/g2/g2-star-rating.svg)

4.9 out of 5 stars on G2

![G2 Leader, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-leader.svg)![G2 Fastest Implementation, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-fastest-implementation.svg)![G2 High Performer, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-high-performer.svg)![G2 Best Est. ROI, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-best-roi.svg)

 

   FAQCommon questions about the Freshteam MCP Server
-----------------------------------------------

  Does Knit have an MCP Server for Freshteam out of the box?Yes — the Freshteam MCP Server is live and already built, not a roadmap item. It exposes Freshteam's real actions as AI-ready tools your agent can call directly.

   Does the Freshteam MCP Server support both reading and writing data?Yes. Its actions cover both reads and writes, so your agent can pull data from Freshteam and push updates back to it, not just query it.

   How does authentication work for the Freshteam MCP Server?Knit manages Freshteam's OAuth, credential storage, and refresh for you — there's no auth to configure yourself before your agent can start calling tools.

   What happens if Freshteam changes their API?Knit absorbs it. We maintain and update the Freshteam connector on our end, so the MCP Server keeps working without you tracking Freshteam's changelog.

   Do you store Freshteam data or customer PII?No. Knit acts as a stateless passthrough — data is processed on our application server and returned directly to your agent, without being stored on Knit's servers.

   What is the pricing model, and is there a free trial?You choose the model that fits your business — pricing based on integrated accounts, or based on API call volume. Every plan includes a 30-day free trial before billing starts.

   Can I use this as an LLM tool for function calling?Yes — this MCP server exposes Freshteam's actions as tools your AI agent can call directly, the same underlying capability previously offered as a standalone LLM Tool integration. MCP is the protocol; the tool-calling access is the same.

   Does this work with Claude, GPT, and other LLMs?Yes — any MCP-compatible client or agent framework can connect to this server and call its exposed actions, regardless of which underlying LLM is driving the agent.

  

[See all FAQs](/faq)

 

    From the blog
-------------

  [![A Guide toIntegrating with  Freshteams API](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-red-scaled-640x400.png)](https://lb.getknit.dev/blog/a-guide-tointegrating-with-freshteams-api/)### [A Guide toIntegrating with Freshteams API](https://lb.getknit.dev/blog/a-guide-tointegrating-with-freshteams-api/)

A detailed guide to the freshteams api directory. How to go about integrating with freshteams

   [![Get All Employees Details from Freshteam API](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-green-640x400.png)](https://lb.getknit.dev/blog/get-all-employees-details-from-freshteam-api-njkqyd/)### [Get All Employees Details from Freshteam API](https://lb.getknit.dev/blog/get-all-employees-details-from-freshteam-api-njkqyd/)

Technical guide on Freshteam API to Get All Employees Details from Freshteam API

   [![Freshteams API Directory](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-yellow-scaled-640x400.png)](https://lb.getknit.dev/blog/freshteams-api-directory-i4rvhv/)### [Freshteams API Directory](https://lb.getknit.dev/blog/freshteams-api-directory-i4rvhv/)

Learn about the common freshteam API data models and API end points in this comprehensive freshteam API directory

  

 

  Put Integrations on Autopilot. Talk to Experts.
-----------------------------------------------

Knit is loved by customers across the globe due to our seamless product and white glove support. You'll love us too!

 [Talk to a Human](/book-demo)
