MCP Hub
Back to servers

Hubspot

HubSpot MCP Pack

Registry
Updated
Apr 15, 2026

mcp-hubspot

HubSpot MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
hs_list_contactsList contacts from HubSpot CRM. Supports pagination via limit and after cursor.
hs_get_contactGet a single HubSpot contact by ID.
hs_search_contactsSearch HubSpot contacts by query string. Matches against name, email, and other default searchable properties.
hs_list_companiesList companies from HubSpot CRM. Supports pagination via limit and after cursor.
hs_get_companyGet a single HubSpot company by ID.
hs_list_dealsList deals from HubSpot CRM. Supports pagination via limit and after cursor.
hs_get_dealGet a single HubSpot deal by ID.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "hubspot": {
      "url": "https://gateway.pipeworx.io/hubspot/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use hubspot

License

MIT

Reviews

No reviews yet

Sign in to write a review