Skip to main content
Glama

HubSpot MCP Server

hubspot_create_contact

Add new contacts to HubSpot CRM by specifying email, first name, last name, and additional properties using the HubSpot MCP Server.

Instructions

Create a new contact in HubSpot

Input Schema

NameRequiredDescriptionDefault
emailNoContact's email address
firstnameYesContact's first name
lastnameYesContact's last name
propertiesNoAdditional contact properties

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Contact's email address", "type": "string" }, "firstname": { "description": "Contact's first name", "type": "string" }, "lastname": { "description": "Contact's last name", "type": "string" }, "properties": { "description": "Additional contact properties", "type": "object" } }, "required": [ "firstname", "lastname" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KaranThink41/HubSpot_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server