HubSpot MCP Server
by buryhuang
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HUBSPOT_ACCESS_TOKEN | Yes | Your HubSpot access token. This is required to authenticate and interact with HubSpot resources. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
HubSpot Contacts | List of HubSpot contacts |
HubSpot Companies | List of HubSpot companies |
HubSpot Recent Engagements | HubSpot engagements from all companies and contacts from the last 3 days |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
hubspot_get_contacts | Get contacts from HubSpot |
hubspot_create_contact | Create a new contact in HubSpot |
hubspot_get_companies | Get companies from HubSpot |
hubspot_create_company | Create a new company in HubSpot |
hubspot_get_company_activity | Get activity history for a specific company |
hubspot_get_recent_engagements | Get HubSpot engagements from all companies and contacts from the last 3 days |