# HubSpot MCP Node

> Access HubSpot MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `hubspotmcp_discover_hubspot_schema`
* `hubspotmcp_get_campaign_analytics`
* `hubspotmcp_get_campaign_asset_metrics`
* `hubspotmcp_get_campaign_attribution_reports`
* `hubspotmcp_get_campaign_contacts_by_type`
* `hubspotmcp_get_content_analytics_report`
* `hubspotmcp_get_crm_objects`
* `hubspotmcp_get_organization_details`
* `hubspotmcp_get_properties`
* `hubspotmcp_get_user_details`
* `hubspotmcp_manage_campaign_objects`
* `hubspotmcp_manage_crm_objects`
* `hubspotmcp_manage_landing_page`
* `hubspotmcp_manage_onboarding`
* `hubspotmcp_query_crm_data`
* `hubspotmcp_read_campaign_data`
* `hubspotmcp_render_landing_page_ui`
* `hubspotmcp_search_crm_objects`
* `hubspotmcp_search_owners`
* `hubspotmcp_search_properties`
* `hubspotmcp_submit_feedback`
* `hubspotmcp_tool_guidance`

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