HubSpot
HubSpot's MCP tools — Contacts, Companies, Products, and Deals.
Every field below is returned by its tool and is filterable — see Tool Catalog for the naming convention and filter operators. None of HubSpot's objects carry nested/JSON fields, so every field HubSpot returns is exposed here.
- Object:
contact
- MCP tool name:
get_hubspot_contact
| Field | Type |
|---|
| id | Text |
| email | Text |
| firstname | Text |
| lastname | Text |
| phone | Text |
| mobilephone | Text |
| fax | Text |
| address | Text |
| city | Text |
| state | Text |
| zip | Text |
| country | Text |
| jobtitle | Text |
| associatedcompanyid | Text |
| company | Text |
- Object:
company
- MCP tool name:
get_hubspot_company
| Field | Type |
|---|
| id | Text |
| name | Text |
| domain | Text |
| phone | Text |
| address | Text |
| address2 | Text |
| city | Text |
| state | Text |
| country | Text |
| industry | Text |
- Object:
product
- MCP tool name:
get_hubspot_product
| Field | Type |
|---|
| id | Text |
| name | Text |
| price | Number |
| description | Text |
| hs_product_type | Text |
- Object:
deal
- MCP tool name:
get_hubspot_deal
| Field | Type |
|---|
| id | Text |
| dealname | Text |
| amount | Number |
| dealstage | Text |
| closedate | Date |
| companyid | Text |