Skip to main content
Glama
MBAD753

hubspot-mcp

by MBAD753

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HUBSPOT_ACCESS_TOKENYesHubSpot private app access token with read-only scopes

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 (query) and/or filter by deal stage (stage). Returns deals with name, amount, stage, pipeline, and close date. Use get_pipeline_stages to discover valid stage values.

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 (deal_id). Returns quotes with title, status, expiration, and amount.

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 stage values to pass to search_deals.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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