HubSpot
Summary
HubSpot MCP Server provides seamless integration with the HubSpot CRM API, enabling AI assistants to create and manage contacts and companies, retrieve detailed activity histories, and access engagement data. Built with TypeScript using the Model Context Protocol SDK, this server exposes six powerful tools for interacting with HubSpot data, including contact creation, company management, and activity tracking. Ideal for businesses looking to incorporate their CRM operations into AI assistant workflows without leaving their conversational interface.
Available Actions(8)
hubspot_create_contact
Create a new contact in HubSpot with duplicate checking. Parameters: firstname (string, required), lastname (string, required), email (string, optional), properties (object, optional)
hubspot_create_company
Create a new company in HubSpot with duplicate checking. Parameters: name (string, required), properties (object, optional)
hubspot_get_company_activity
Get comprehensive activity history for a specific company. Parameters: company_id (string, required)
hubspot_get_recent_engagements
Get recent engagement activities across all contacts and companies. Parameters: days (number, optional, default: 7), limit (number, optional, default: 50)
hubspot_get_active_companies
Get most recently active companies from HubSpot. Parameters: limit (number, optional, default: 10)
hubspot_get_active_contacts
Get most recently active contacts from HubSpot. Parameters: limit (number, optional, default: 10)
hubspot_update_contact
Update an existing contact in HubSpot (ignores if contact does not exist). Parameters: contact_id (string, required), properties (object, required)
hubspot_update_company
Update an existing company in HubSpot (ignores if company does not exist). Parameters: company_id (string, required), properties (object, required)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요