HubSpot MCP
JSON →Access and manage HubSpot CRM data through a standardized interface using the HubSpot API.
Install
npx -y @smithery/cli Tools · 28
- crm_list_objects List CRM objects with optional filtering and pagination
- crm_get_object Get a single CRM object by ID
- crm_create_object Create a new CRM object
- crm_update_object Update an existing CRM object
- crm_archive_object Archive (delete) a CRM object
- crm_search_objects Search CRM objects using advanced filters
- crm_batch_create_objects Create multiple objects in a single request
- crm_batch_read_objects Read multiple objects in a single request
- crm_batch_update_objects Update multiple objects in a single request
- crm_batch_archive_objects Archive (delete) multiple objects in a single request
- crm_create_company Create a new company with validated properties
- crm_update_company Update an existing company
- crm_get_company Get a single company by ID
- crm_search_companies Search companies with specific filters
- crm_batch_create_companies Create multiple companies in a single request
- crm_batch_update_companies Update multiple companies in a single request
- crm_get_company_properties Get all available company properties
- crm_create_company_property Create a new company property
- crm_create_contact Create a new contact with validated properties
- crm_update_contact Update an existing contact's information
- crm_get_contact Get a single contact by ID
- crm_search_contacts Search contacts with specific filters
- crm_batch_create_contacts Create multiple contacts in a single request
- crm_batch_update_contacts Update multiple contacts in a single request
- crm_get_contact_properties Get all available contact properties
- crm_create_contact_property Create a new contact property
- crm_create_lead Create a new lead with validated properties
- crm_update_lead Update an existing lead
Environment variables
HUBSPOT_ACCESS_TOKEN
Links
★ 34 GitHub stars