# Typeform MCP Node

> Access Typeform MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `typeformmcp_accounts_list_accounts`
* `typeformmcp_automations_public_add_delay_step`
* `typeformmcp_automations_public_add_email_step`
* `typeformmcp_automations_public_add_integration_step`
* `typeformmcp_automations_public_add_webhook_step`
* `typeformmcp_automations_public_create_automation`
* `typeformmcp_automations_public_get_authorized_email_domains`
* `typeformmcp_automations_public_get_automation`
* `typeformmcp_automations_public_get_email_notification`
* `typeformmcp_automations_public_get_trigger`
* `typeformmcp_automations_public_list_automations`
* `typeformmcp_automations_public_list_referenceable_fields`
* `typeformmcp_automations_public_patch_trigger`
* `typeformmcp_automations_public_pause_automation`
* `typeformmcp_automations_public_publish_automation`
* `typeformmcp_automations_public_remove_steps`
* `typeformmcp_automations_public_reorder_step`
* `typeformmcp_automations_public_update_delay_step`
* `typeformmcp_automations_public_update_email_step`
* `typeformmcp_automations_public_update_webhook_step`
* `typeformmcp_contacts_public_bulk_create_contacts_lists`
* `typeformmcp_contacts_public_bulk_create_custom_contacts_database_properties`
* `typeformmcp_contacts_public_bulk_upsert_contacts`
* `typeformmcp_contacts_public_create_contact`
* `typeformmcp_contacts_public_create_contacts_list`
* `typeformmcp_contacts_public_create_form_property_mappings`
* `typeformmcp_contacts_public_delete_contact`
* `typeformmcp_contacts_public_delete_contacts_database_properties`
* `typeformmcp_contacts_public_delete_contacts_database_property`
* `typeformmcp_contacts_public_delete_contacts_list`
* `typeformmcp_contacts_public_delete_form_property_mappings`
* `typeformmcp_contacts_public_enable_standard_contacts_database_properties`
* `typeformmcp_contacts_public_get_contact`
* `typeformmcp_contacts_public_get_contacts_database_properties`
* `typeformmcp_contacts_public_get_contacts_list`
* `typeformmcp_contacts_public_get_form_property_compatibility`
* `typeformmcp_contacts_public_get_form_property_mappings`
* `typeformmcp_contacts_public_get_form_property_mappings_by_id`
* `typeformmcp_contacts_public_import_form_responses_by_mapping`
* `typeformmcp_contacts_public_list_contacts`
* `typeformmcp_contacts_public_list_contacts_database_properties`
* `typeformmcp_contacts_public_list_contacts_lists`
* `typeformmcp_contacts_public_list_form_property_mappings`
* `typeformmcp_contacts_public_update_contact`
* `typeformmcp_contacts_public_update_contacts_list`
* `typeformmcp_contacts_public_update_form_property_mappings`
* `typeformmcp_forms_public_create_form`
* `typeformmcp_forms_public_delete_form`
* `typeformmcp_forms_public_duplicate_form`
* `typeformmcp_forms_public_get_capabilities`
* `typeformmcp_forms_public_get_form`
* `typeformmcp_forms_public_list_forms`
* `typeformmcp_forms_public_patch_form`
* `typeformmcp_forms_public_publish_form`
* `typeformmcp_forms_public_update_form_metadata`
* `typeformmcp_forms_public_validate_patch`
* `typeformmcp_insights_public_aggregate`
* `typeformmcp_insights_public_discover`
* `typeformmcp_insights_public_list`
* `typeformmcp_insights_public_timeseries`
* `typeformmcp_insights_public_toplist`
* `typeformmcp_submit_feedback`
* `typeformmcp_workspaces_list_workspaces`

## Use Cases
1. **Automate Typeform 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.