HubSpot MCP Server
MCP ServerFreeManage HubSpot CRM contacts, deals, and marketing via MCP.
Capabilities9 decomposed
contact lifecycle management via mcp protocol
Medium confidenceEnables AI agents to create, read, update, and delete HubSpot contacts through standardized MCP tool calls that map directly to HubSpot's REST API endpoints. Implements request/response serialization for contact properties (email, phone, name, custom fields) with automatic field validation against HubSpot's schema. Handles batch operations and property transformations between MCP message format and HubSpot's property object model.
Official HubSpot implementation ensures 100% API compatibility and immediate support for new HubSpot features; uses MCP protocol for standardized agent integration rather than custom REST wrappers, enabling drop-in compatibility with any MCP-compliant AI framework
More reliable than third-party HubSpot integrations because it's maintained by HubSpot and automatically stays in sync with API changes; simpler than building custom REST clients because MCP handles serialization and error handling
company and organization data synchronization
Medium confidenceProvides MCP tools to manage company records in HubSpot, including creation, property updates, and relationship linking to contacts. Implements company-specific fields (industry, revenue, employee count, domain) and handles many-to-many relationships between companies and contacts. Supports company search by domain or name with fuzzy matching capabilities delegated to HubSpot's search API.
Integrates company-contact relationship management directly into MCP protocol, allowing agents to reason about account hierarchies without separate API calls; official implementation ensures company field definitions match HubSpot's current schema
Simpler than building separate contact and company sync logic because relationship updates are atomic within the MCP tool; more maintainable than custom REST wrappers because HubSpot owns the schema definitions
deal pipeline and sales stage progression
Medium confidenceExposes HubSpot's deal management capabilities through MCP tools, enabling agents to create deals, update deal stages, and track deal properties (amount, close date, owner, pipeline). Implements deal-stage state machines that enforce valid transitions between pipeline stages defined in HubSpot. Handles deal-to-contact and deal-to-company associations with automatic relationship creation.
Implements deal-stage state machine validation within MCP protocol, preventing invalid stage transitions before they reach HubSpot API; official implementation ensures deal properties and pipeline stages are always in sync with HubSpot's configuration
More reliable than generic CRM integrations because it understands HubSpot's deal-specific workflows and stage definitions; faster than building custom deal logic because state validation happens client-side before API calls
ticket and support case management
Medium confidenceProvides MCP tools for creating and managing support tickets in HubSpot's service hub, including ticket creation, status updates, priority assignment, and agent assignment. Implements ticket-to-contact associations and supports custom ticket properties. Handles ticket status workflows (new, in progress, waiting on customer, closed) with validation against HubSpot's ticket pipeline configuration.
Integrates HubSpot Service Hub ticket management into MCP protocol, enabling agents to create and manage support cases without leaving the agent framework; official implementation ensures ticket properties and status workflows match HubSpot's current configuration
More integrated than separate ticketing system APIs because it keeps support data in the same CRM as customer records; simpler than building custom ticket logic because HubSpot handles status validation and agent assignment
marketing email campaign execution and tracking
Medium confidenceExposes HubSpot's email marketing capabilities through MCP tools, enabling agents to send marketing emails, track opens/clicks, and manage email templates. Implements email-to-contact associations and supports dynamic content insertion based on contact properties. Handles email send validation (recipient list, template selection, sender verification) before delegating to HubSpot's email service.
Integrates HubSpot's email marketing platform into MCP protocol with native support for template selection and dynamic content, enabling agents to send compliant marketing emails without leaving the agent framework; official implementation ensures email sends respect HubSpot's compliance and deliverability rules
More compliant than generic email APIs because it enforces HubSpot's CAN-SPAM and unsubscribe handling; more integrated than separate email service providers because it keeps email engagement data in the same CRM
contact property schema introspection and validation
Medium confidenceProvides MCP tools to query HubSpot's contact property schema, including property names, types, validation rules, and custom field definitions. Implements schema caching to reduce API calls and enables agents to validate contact data before submission. Supports property enumeration (dropdown options) and field-level constraints (required fields, field length limits).
Exposes HubSpot's property schema through MCP protocol with client-side caching and validation, enabling agents to understand the CRM's data model without trial-and-error API calls; official implementation ensures schema definitions are always accurate
More reliable than hardcoded property lists because it dynamically reflects HubSpot's actual schema; faster than querying HubSpot API for each validation because schema is cached locally
search and filter contacts, companies, and deals
Medium confidenceImplements MCP tools for searching and filtering HubSpot objects (contacts, companies, deals) using HubSpot's native search API. Supports complex filter expressions (AND/OR logic, property comparisons, date ranges) and returns paginated results with sorting options. Handles search result ranking and relevance scoring delegated to HubSpot's search engine.
Exposes HubSpot's native search API through MCP protocol with support for complex filter expressions, enabling agents to query CRM data without knowing exact IDs; official implementation ensures filter syntax matches HubSpot's current API
More powerful than simple ID-based lookups because it supports complex queries; faster than full-table scans because it leverages HubSpot's indexed search
mcp protocol message serialization and error handling
Medium confidenceImplements the core MCP protocol layer that serializes/deserializes tool calls and responses between the MCP client and HubSpot API. Handles request validation, error mapping (HubSpot API errors to MCP-compatible error responses), and retry logic for transient failures. Implements request/response logging for debugging and monitoring.
Official HubSpot implementation ensures MCP protocol compliance and proper error mapping from HubSpot's API; implements retry logic and request validation to improve reliability without requiring client-side error handling
More reliable than custom REST wrappers because it implements MCP protocol standards; better error handling than generic HTTP clients because it maps HubSpot-specific error codes to actionable messages
authentication and api key management
Medium confidenceHandles HubSpot API authentication through API key validation and scope checking. Implements secure credential storage and supports multiple authentication methods (API key, OAuth token). Validates API key scopes against required permissions for each MCP tool before execution.
Official HubSpot implementation ensures API key validation matches HubSpot's current authentication requirements; implements scope checking to prevent unauthorized access to sensitive CRM data
More secure than hardcoded credentials because it validates scopes and prevents unauthorized access; simpler than implementing custom OAuth flows because HubSpot handles token management
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with HubSpot MCP Server, ranked by overlap. Discovered automatically through the match graph.
CallHub
** - Python-based MCP tool providing a comprehensive set of functions for managing contacts, phonebooks, agents, teams, campaigns, and other CallHub resources.
@salesforce/mcp
MCP Server for interacting with Salesforce instances
Zapier
** - Connect your AI Agents to 8,000 apps instantly.
Outplayhq
AI-driven sales automation across multiple channels, with CRM...
@bolide-ai/mcp
Bolide AI MCP is a ModelContextProtocol server that provides tools for marketing automation.
AskToSell
Meet autonomous AI sales agents that close deals
Best For
- ✓AI agents automating lead qualification and nurturing workflows
- ✓Teams building conversational interfaces that need CRM write-back
- ✓Developers integrating HubSpot with multi-step AI reasoning pipelines
- ✓Account-based marketing (ABM) teams automating company-to-contact mapping
- ✓Sales development reps using AI agents to research and qualify accounts
- ✓Data enrichment pipelines that need to sync external company data into HubSpot
- ✓Sales teams using AI agents to automate deal creation and stage updates
- ✓Revenue operations teams building AI-driven pipeline management workflows
Known Limitations
- ⚠Rate-limited by HubSpot API tier (typically 100 requests/10 seconds for standard accounts)
- ⚠Batch operations limited to HubSpot's maximum batch size (typically 100 contacts per request)
- ⚠Custom properties must be pre-created in HubSpot; MCP server does not auto-provision schema
- ⚠No built-in deduplication logic — relies on HubSpot's native duplicate detection
- ⚠Company deduplication relies on HubSpot's native duplicate detection; no custom matching logic in MCP server
- ⚠Domain-based lookups require exact or near-exact matches; fuzzy matching not implemented client-side
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
Official HubSpot MCP server for CRM and marketing platform. Provides tools for managing contacts, companies, deals, tickets, and marketing emails through the HubSpot API with full CRM access.
Categories
Alternatives to HubSpot MCP Server
Are you the builder of HubSpot MCP Server?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →