HubSpot MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUBSPOT_ACCESS_TOKEN | Yes | Your HubSpot access token generated from a private app with required scopes |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hubspot_create_companyC | Create a new company in HubSpot |
| hubspot_get_company_activityC | Get activity history for a specific company |
| hubspot_get_active_companiesB | Get most recently active companies from HubSpot |
| hubspot_get_companyB | Get a specific company by ID from HubSpot |
| hubspot_update_companyC | Update an existing company record in HubSpot |
| hubspot_create_contactC | Create a new contact in HubSpot |
| hubspot_get_active_contactsB | Get most recently active contacts from HubSpot |
| hubspot_get_contactC | Get a specific contact by ID from HubSpot |
| hubspot_update_contactB | Update an existing contact record in HubSpot |
| hubspot_get_recent_conversationsB | Get recent conversation threads from HubSpot with their messages |
| hubspot_get_ticketsC | Get tickets from HubSpot based on configurable selection criteria |
| hubspot_get_ticket_conversation_threadsB | Get conversation threads associated with a specific ticket |
| hubspot_search_dataB | Search for similar data in stored HubSpot API responses |
| hubspot_get_propertyB | Get details of a specific HubSpot property definition |
| hubspot_update_propertyB | Update a HubSpot property definition (e.g., add dropdown options) |
| hubspot_create_propertyB | Create a new custom property in HubSpot |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Most tools have distinct purposes (companies, contacts, properties, tickets, conversations), but 'hubspot_search_data' is vague and overlaps with the broader search concept, and 'get_active_companies' vs 'get_company' could cause confusion.
All tools follow a consistent 'hubspot_verb_noun' pattern in snake_case, making the naming predictable and easy to follow.
16 tools cover several CRM entities (companies, contacts, properties, tickets, conversations). The count is reasonable but slightly on the higher end for the breadth of operations provided.
While many core operations exist (create, get, update for companies/contacts/properties, get tickets), there are notable gaps: no delete operations, no ticket creation or update, no conversation creation, and missing ticket update.