hubspot-mcp-server
0
The HubSpot MCP Server is a protocol server that interfaces with the HubSpot API, allowing language models to interact with HubSpot's contacts, deals, and engagement data. It offers tools for efficient management and retrieval of contact and deal information as well as engagement data.
HubSpot MCP Server
A Model Context Protocol server that provides access to the HubSpot API, enabling LLMs to interact with HubSpot contacts, deals, and engagement data.
Components
- Contact Tools: Retrieve and search for contacts by ID or email.
- Deal Tools: Manage deals associated with contacts and retrieve details by ID.
- Engagement Tools: Access marketing campaign data and contact engagements.
Configuration
- Requires environment variable
HUBSPOT_API_KEY
.
Quickstart
- Install via command line using
uv
orSmithery
.
Development
- Building and publishing instructions using
uv
. - Testing and debugging methods, including using MCP Inspector.
License
- MIT