Create a new contact for John Doe
Common usage pattern for this MCP server
Ask Claude: "Create a new contact for John Doe"Access and manage HubSpot CRM data including contacts, companies, and deals
Integrate HubSpot CRM capabilities directly into Claude for customer relationship management.~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"hubspot": {
"transport": "http",
"url": "https://mcp.hubspot.com/anthropic"
}
}
}{
"mcpServers": {
"hubspot": {
"transport": "http",
"url": "https://mcp.hubspot.com/anthropic"
}
}
}HTTP 429 error: rate limit exceeded on API calls
OAuth apps limited to 110 requests per 10 seconds per account. Wait for rate limit window to reset. Implement throttling with max 11 requests/second to stay within burst limit.
Search API hitting rate limit with only few requests
Search endpoints limited to 4 requests per second per token. Add 250ms delays between search operations. Consider caching search results to reduce API calls.
HTTP 401 unauthorized - OAuth token invalid
Check access token expiration (look at expires_in parameter). Re-authenticate to get new OAuth token. Verify token has correct scopes for HubSpot API access (contacts, deals, etc).
HTTP 403 forbidden when accessing CRM objects
Verify OAuth token has required scopes. Contacts access needed for contacts, content access for deals. Check account permissions in HubSpot settings and re-authenticate with correct scopes.
Error rate exceeds 5% causing marketplace issues
Reduce failed requests by implementing proper error handling. Validate input before API calls. Check API responses and fix 4xx errors in your code to lower error rate below 5%.
Common usage pattern for this MCP server
Ask Claude: "Create a new contact for John Doe"Common usage pattern for this MCP server
Ask Claude: "Update deal stage to closed-won"Common usage pattern for this MCP server
Ask Claude: "Find all contacts from Microsoft"Common usage pattern for this MCP server
Ask Claude: "Generate pipeline report"Loading reviews...
Join our community of Claude power users. No spam, unsubscribe anytime.
Required