Skip to main content
Glama

HubSpot MCP Server

hubspot_create_contact

Create new contacts in HubSpot CRM by providing email address and contact details to build your customer database and manage relationships.

Instructions

Create a new contact in HubSpot

Input Schema

NameRequiredDescriptionDefault
propertiesYesContact properties

Input Schema (JSON Schema)

{ "properties": { "properties": { "additionalProperties": true, "description": "Contact properties", "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" } }, "required": [ "email" ], "type": "object" } }, "required": [ "properties" ], "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/scopiousdigital/hubspot-mcp'

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