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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baryhuang/mcp-hubspot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server