hubspot-mcp-server
If you are the rightful owner of hubspot-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol server that provides access to the HubSpot API, enabling LLMs to interact with HubSpot contacts, deals, and engagement data.
The HubSpot MCP Server is a specialized server designed to facilitate interaction with the HubSpot API through the Model Context Protocol (MCP). It allows Language Learning Models (LLMs) to access and manipulate data related to HubSpot contacts, deals, and engagements. This server is particularly useful for businesses and developers who need to integrate HubSpot's CRM capabilities with AI-driven applications. By leveraging the MCP, the server provides a structured and efficient way to query and update HubSpot data, making it easier to automate workflows and enhance customer relationship management processes. The server supports various tools for retrieving and managing contact, deal, and engagement information, and it requires a valid HubSpot API key for operation.
Features
- Contact Tools: Retrieve and search for contacts using HubSpot ID or email.
- Deal Tools: Access deals by ID and associate them with contacts.
- Engagement Tools: Obtain data on marketing campaigns, page visits, and meetings.
- Schema Resources: Provides information about contact and deal object structures.
- Environment Configuration: Requires HubSpot API key for secure access.
Tools
Contact Tool
get_contact_by_id
,get_contact_by_email
,search_contacts
Trading tools
get_deal_by_id
,get_contact_deals
,get_deal_contacts
Interactive tools
get_latest_marketing_campaign
,get_campaign_engagement
,get_page_visits
,get_contact_analytics
,get_scheduled_meetings
,get_meeting_details