HubSpot
Summary
HubSpot MCP Server provides a bridge between Claude and the HubSpot CRM platform, enabling AI assistants to access and manipulate contact and company data. Built with Python using the HubSpot API client, it offers tools for retrieving contacts and companies, creating new entries, and accessing company activity history. The implementation supports authentication via HubSpot access tokens, includes comprehensive error handling, and can be deployed via Docker, Vercel, or Replit. This server is particularly valuable for sales and marketing workflows that require CRM data access without leaving the conversation interface.
Available Actions(6)
hubspot_get_contacts
Retrieve contacts from HubSpot. No input required. Returns an array of contact objects.
hubspot_create_contact
Create a new contact in HubSpot. Input: firstname (string), lastname (string), email (optional string), properties (optional dict). Checks for duplicates before creation.
hubspot_get_companies
Retrieve companies from HubSpot. No input required. Returns an array of company objects.
hubspot_create_company
Create a new company in HubSpot. Input: name (string), properties (optional dict). Checks for duplicates before creation.
hubspot_get_company_activity
Get activity history for a specific company. Input: company_id (string). Returns an array of activity objects.
hubspot_get_recent_engagements
Get HubSpot engagements from all companies and contacts from the last 3 days. No input required. Returns an array of engagement objects with full metadata.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요