Skip to main content
Server path: /hubspot | Type: Application | PCID required: Yes

Tools


hubspot_batch_create_objects

Create multiple objects in HubSpot in a single batch operation Parameters:

hubspot_batch_read_objects

Read multiple objects from HubSpot in a single batch operation Parameters:

hubspot_batch_update_objects

Update multiple objects in HubSpot in a single batch operation Parameters:

hubspot_create_association

Create an association between two objects in HubSpot Parameters:

hubspot_create_broadcast

Create a new social media broadcast (post) in HubSpot for publishing to LinkedIn or X (Twitter). Use hubspot_get_publish_channels first to get the channelGuid for the desired social account. HubSpot’s v1 Broadcast API has no true draft state, and any missing/past/near-now triggerAt causes HubSpot to publish immediately — so by default this tool schedules the post 90 days out (landing in HubSpot’s Scheduled queue for human review). Pass publishImmediately=true to publish now (only when the user has explicitly asked for that), or pass a specific future triggerAt to schedule for a specific time. To attach an image to the post, put its public URL in content.photoUrl (use hubspot_upload_file first if you need a stable HubSpot-hosted URL). Parameters:

hubspot_create_company

Create a company in HubSpot Parameters:

hubspot_create_contact

Create a new contact in HubSpot CRM Parameters:

hubspot_create_deal

Create a deal in HubSpot with pipeline and stage Parameters:

hubspot_create_engagement

Create an engagement (note, task, call, email, meeting) in HubSpot Parameters:

hubspot_create_note

Create a note and optionally associate it with contacts, companies, or deals Parameters:

hubspot_create_post

Create a new blog post in HubSpot CMS. The post can be saved as a draft or published immediately. Parameters:

hubspot_create_property

Create a new custom property in HubSpot Parameters:

hubspot_delete_broadcast

Delete a social media broadcast from HubSpot. Only drafts and scheduled broadcasts can be deleted; already published broadcasts cannot be removed. Parameters:

hubspot_delete_contact

Permanently delete a contact from HubSpot CRM Parameters:
Generate a feedback link for HubSpot MCP tools

hubspot_get_association_definitions

Get association type definitions between two object types in Hubspot Parameters:

hubspot_get_broadcast

Get details of a specific social media broadcast by its GUID. Parameters:

hubspot_get_company

Get a specific company by ID from HubSpot Parameters:

hubspot_get_contact

Retrieve detailed information about a specific HubSpot contact Parameters:

hubspot_get_deal

Get a specific deal by ID from HubSpot Parameters:

hubspot_get_deal_activities

Get recent activities (engagements) associated with a deal. Returns calls, emails, meetings, notes, and tasks linked to the specified deal. Parameters:

hubspot_get_engagement

Get a specific engagement from HubSpot Parameters:

hubspot_get_invoice

Get a specific invoice by ID from HubSpot. Note: Invoices are read-only via the API. Parameters:

hubspot_get_line_item

Get a specific line item by ID from HubSpot Parameters:
Generate HubSpot UI URL for a specific object Parameters:

hubspot_get_order

Get a specific order by ID from HubSpot Parameters:

hubspot_get_product

Get a specific product by ID from HubSpot Parameters:

hubspot_get_property

Get a specific property definition from HubSpot Parameters:

hubspot_get_publish_channels

Get the list of connected social media publishing channels (LinkedIn, X/Twitter, etc.) for the current HubSpot account. Use this to discover available channel GUIDs before creating a broadcast.

hubspot_get_schemas

Get all object schemas from HubSpot

hubspot_get_user_details

Get authenticated user details and account information from HubSpot

hubspot_get_workflow

Get a specific workflow from HubSpot Parameters:

hubspot_list_associations

List associations for a specific object in HubSpot Parameters:

hubspot_list_broadcasts

List social media broadcasts (posts) from HubSpot. Returns scheduled, published, and draft broadcasts across connected LinkedIn and X/Twitter channels. Parameters:

hubspot_list_companies

List companies in HubSpot with filtering and pagination Parameters:

hubspot_list_contacts

List contacts from HubSpot CRM with pagination support Parameters:

hubspot_list_deals

List deals in HubSpot with filtering and pagination Parameters:

hubspot_list_invoices

List invoices from HubSpot Commerce Hub. Note: Invoices are read-only via the API. Parameters:

hubspot_list_line_items

List line items from HubSpot. Line items are instances of products associated with deals, quotes, or invoices. Parameters:

hubspot_list_objects

List objects of a specific type from HubSpot Parameters:

hubspot_list_orders

List orders from HubSpot. Orders represent e-commerce purchases. Parameters:

hubspot_list_products

List products from HubSpot product library Parameters:

hubspot_list_properties

List all properties for a specific object type in HubSpot Parameters:

hubspot_list_workflows

List workflows from HubSpot Parameters:

hubspot_search_contacts

Search for contacts in HubSpot CRM using text queries Parameters:

hubspot_search_objects

Search objects of a specific type in HubSpot Parameters:

hubspot_update_company

Update an existing company in HubSpot Parameters:

hubspot_update_contact

Update an existing contact in HubSpot CRM Parameters:

hubspot_update_deal

Update an existing deal in HubSpot Parameters:

hubspot_update_engagement

Update an existing engagement in HubSpot Parameters:

hubspot_update_post

Update an existing blog post in HubSpot CMS. Only provided fields will be updated. Parameters:

hubspot_update_property

Update an existing property in HubSpot Parameters:

hubspot_upload_file

Upload a file to HubSpot’s File Manager by fetching it from a public source URL. Returns the HubSpot-hosted public URL, which can be passed as content.photoUrl to hubspot_create_broadcast to attach an image to a LinkedIn or X post. Use this when you have a temporary/signed URL or want a stable HubSpot-hosted copy. Parameters: