HubSpot MCP Server

hubspot_create_company

Create a new company in HubSpot

Input Schema

NameRequiredDescriptionDefault
nameYesCompany name
propertiesNoAdditional company properties

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Company name", "type": "string" }, "properties": { "description": "Additional company properties", "type": "object" } }, "required": [ "name" ], "type": "object" }