H

hubapi.com

HubSpot is a CRM and developer platform for customer data, marketing, sales, service, CMS, and automation workflows. Its developer tooling also supports local app development and AI-agent access to HubSpot data and platform features.

16 integrations · MCP · REST · CLI

HubSpot (hubapi.com) exposes multiple authenticated REST APIs under api.hubapi.com, a remote MCP server, a local developer MCP server, and two CLIs (HubSpot CLI and Agent CLI).

discovered 1d ago
MCP servers2
REST · OpenAPI12
CLI2
Credentials
HubSpot OAuth app client credentialsoauth2$ hubspot auth login

Acquired by the CLI — running hubspot auth login opens the auth flow and stores the credential.

HubSpot app static auth access tokenbearerGet token

Create a privately distributed app and configure its auth type as static following the authentication overview and app creation guide. Copy the static auth access token from the app settings in your HubSpot account and send it as Authorization: Bearer ....

HubSpot legacy private app access tokenbearerGet token

In your HubSpot account, go to DevelopmentLegacy apps, create a private app, choose scopes, then open the app's Auth tab and copy its access token as described in Legacy private apps. Use it as Authorization: Bearer ... for HubSpot API requests.

HubSpot service keybearerGet token

In your HubSpot account, go to DevelopmentKeysService keys, click Create service key, assign scopes, then copy the key from the key details page as described in Make API requests using a service key. Use it as Authorization: Bearer ... for supported REST API requests and as HUBSPOT_ACCESS_TOKEN for admin-mode Agent CLI usage.

HubSpot CLI personal access keyapi_key$ hs account auth

Acquired by the CLI — running hs account auth opens the auth flow and stores the credential.

conventions · 0/8 published

Publish these signals → /publishing