hubspot-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUBSPOT_ACCESS_TOKEN | Yes | HubSpot private app access token with read-only scopes |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_contactsA | Search HubSpot contacts by name, email, or company. Returns matching contacts with their core properties (name, email, phone, company, job title). |
| get_contactA | Get full details for a single HubSpot contact by its id. |
| search_dealsA | Search HubSpot deals by name ( |
| get_dealA | Get full details for a single HubSpot deal by its id, including associated contacts and company. |
| search_companiesB | Search HubSpot companies by name or domain. Returns companies with name, domain, industry, and location. |
| get_companyA | Get full details for a single HubSpot company by its id. |
| list_quotesA | List HubSpot quotes, optionally filtered to those on a specific deal
( |
| get_quoteA | Get full details for a single HubSpot quote by its id, including line items. |
| get_pipeline_stagesA | List HubSpot deal pipelines and their stages, so you know the valid
|
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/MBAD753/hubspot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server