# Gusto MCP Node

> Access Gusto MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/gustomcp-node

## Content

## Description
Access Gusto MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `gustomcp_accept_reasonable_salary`
* `gustomcp_calculate_reasonable_salary`
* `gustomcp_get_company`
* `gustomcp_get_company_onboarding_package`
* `gustomcp_get_company_onboarding_status`
* `gustomcp_get_compensation`
* `gustomcp_get_contractor`
* `gustomcp_get_contractor_payment`
* `gustomcp_get_contractor_payment_group`
* `gustomcp_get_department`
* `gustomcp_get_employee`
* `gustomcp_get_employee_earnings_summary`
* `gustomcp_get_employee_home_address`
* `gustomcp_get_employee_rehire`
* `gustomcp_get_employee_work_address`
* `gustomcp_get_job`
* `gustomcp_get_location`
* `gustomcp_get_onboarding_answer`
* `gustomcp_get_pay_schedule`
* `gustomcp_get_payroll`
* `gustomcp_get_time_sheet`
* `gustomcp_get_token_info`
* `gustomcp_list_contractor_payment_groups`
* `gustomcp_list_contractor_payments`
* `gustomcp_list_contractors`
* `gustomcp_list_custom_fields_schema`
* `gustomcp_list_departments`
* `gustomcp_list_earning_types`
* `gustomcp_list_employee_custom_fields`
* `gustomcp_list_employee_employment_history`
* `gustomcp_list_employee_home_addresses`
* `gustomcp_list_employee_jobs`
* `gustomcp_list_employee_terminations`
* `gustomcp_list_employee_work_addresses`
* `gustomcp_list_employees`
* `gustomcp_list_job_compensations`
* `gustomcp_list_locations`
* `gustomcp_list_pay_periods`
* `gustomcp_list_pay_schedule_assignments`
* `gustomcp_list_pay_schedules`
* `gustomcp_list_payroll_blockers`
* `gustomcp_list_payrolls`
* `gustomcp_list_time_records`
* `gustomcp_manage_account`
* `gustomcp_record_time`
* `gustomcp_run_payroll`
* `gustomcp_save_company_onboarding_answer`
* `gustomcp_search_business_info`
* `gustomcp_submit_feedback`
* `gustomcp_update_payroll`

## Use Cases
1. **Automate Gusto MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.