H
HubSpot MCP server
Details
- Endpoint
-
https://mcp.hubspot.com - Docs
- https://developers.hubspot.com/docs/apps/developer-platform/build-apps/integrate-with-hubspot-mcp-server
Authentication
OAuth · resolves from well-known metadata Create an app in your HubSpot developer account using the app creation guide. In the app's Auth settings, copy the client_id and client_secret, configure your redirect_uri, and request the scopes your integration needs. Exchange the authorization code for tokens as described in Working with OAuth. Use the resulting OAuth access token as Authorization: Bearer ... when calling APIs.