HubSpot MCP Server
HubSpot's official hosted remote MCP server (mcp.hubspot.com, GA) for reading and writing CRM objects, properties, owners, and campaigns. OAuth 2.1 + PKCE is mandatory over Streamable HTTP. Replaces the community buryhuang/mcp-hubspot listing. Note: scores other than authentication are a provisional assessment from HubSpot's documentation pending a live tool-level audit.
Score Breakdown
Server Info
- Package
- https://mcp.hubspot.com
- Registry
- remote
- Repository
- https://developers.hubspot.com/mcp
- Maintainer
- HubSpotVendor
- Category
- CRM & Sales
- Tags
- crmmarketingsaleshostedoauth
- Last Scanned
- 7 Apr 2026
Findings
4 issuesAuthentication & Identity
LOWImplements MCP OAuth spec for per-user authentication
Official HubSpot-hosted remote MCP at https://mcp.hubspot.com. OAuth 2.1 + PKCE is required for all connections (no API-key option); an account admin must connect before other users. All actions respect existing HubSpot user permissions, and Activity objects are blocked when the account has sensitive data enabled.
Document the required OAuth scopes for each tool.
Tool Schema Quality
MEDIUMTool schemas not independently audited
The hosted server has no public source repository, so tool input schemas, required fields, and parameter constraints could not be verified directly. Provisional score pending a live tool-level audit.
Run a live audit against the hosted endpoint to enumerate and score tool schemas.
Permission Granularity
LOWEnforces user permissions; sensitive-data exclusion
All actions respect the connected user's existing HubSpot permissions, and Activity objects are excluded when sensitive data is enabled. Fine-grained per-tool scope classification was not independently verified.
Publish per-tool OAuth scope requirements and read/write classification.
Data Exposure
MEDIUMPagination and field selection not verified
Whether list operations paginate and support field selection could not be verified without a live audit of the hosted tool surface.
Audit list operations for pagination and field-selection support.
Deploy HubSpot MCP Server securely
CompleteFlow adds per-user authentication, permission scoping, and audit logging to any MCP server out of the box.
Deploy on CompleteFlow